Commit 206a65cb authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

fix documentation broken links #9

parent 78326230
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -216,9 +216,9 @@ OSOM sends to CRIDGE a message with the following information:

## Probe further

 -  See examples of exposing operators via OpenSlice:
 	- [Exposing Kubernetes Operators as a Service : Offering "Calculator as a Service" through OpenSlice](../../service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md)

- See examples of exposing Kubernetes Operators as a Service via OpenSlice:
  - [Offering "Calculator as a Service"](../../service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md)
  - [Offering "Helm installation as a Service" (Jenkins example)](../../service_design/examples/helmInstallation_aaS_Example_Jenkins/HELM_Installation_aaS_Jenkins_Example.md)
 	
 	
 	
+6 −6
Original line number Diff line number Diff line
# OpenSlice Portals

OpenSlice comprises of a web landing page [(See Demo)](http://portal.openslice.io/) that navigates to the respective Portals:
OpenSlice comprises of a web landing page (See [Demo](http://portal.openslice.io/)) that navigates to the respective Portals:

- Services Portal [(See Demo)](http://portal.openslice.io/services)
- NFV Portal [(See Demo)](http://portal.openslice.io/nfvportal)
- Products Portal [(See Demo)](http://portal.openslice.io/products)
- Testing Portal [(See Demo)](http://portal.openslice.io/testing)
- Resources Portal [(See Demo)](http://portal.openslice.io/resources)
- Services Portal (See [Demo](http://portal.openslice.io/services))
- NFV Portal (See [Demo](http://portal.openslice.io/nfvportal))
- Products Portal (See [Demo](http://portal.openslice.io/products))
- Testing Portal (See [Demo](http://portal.openslice.io/testing))
- Resources Portal (See [Demo](http://portal.openslice.io/resources))


Following you may find the scope each portal focuses on and the main TMF APIs it supports:
+4 −3
Original line number Diff line number Diff line
@@ -159,9 +159,10 @@ OpenSlice adds automatically as we see the following characteristics:
## Probe further


 -  See examples of exposing operators via OpenSlice:
 	- [Exposing Kubernetes Operators as a Service : Offering "Calculator as a Service" through OpenSlice](ExposingCRDs_aaS_Example_Calculator.md)
 -	[Learn more about CRIDGE, the service in OSL that manages CRDs/CRs](CRIDGEforDevelopers_Jenkins_Example.md)
- See examples of exposing Kubernetes Operators as a Service via OpenSlice:
  - [Offering "Calculator as a Service"](../examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md)
  - [Offering "Helm installation as a Service" (Jenkins example)](../examples/helmInstallation_aaS_Example_Jenkins/HELM_Installation_aaS_Jenkins_Example.md)
- [Learn more about CRIDGE, the service in OpenSlice that manages CRDs/CRs](../../architecture/CRIDGE/CRIDGEforDevelopers.md)
 	
 	
 	
+4 −4
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Use OpenSlice to expose them in service catalogs and deploy them in complex scen

## The installation of HELM charts is based on OpenSlice CRD support

Please read more [here](../ExposingKubernetesResources.md)
Please read more [here](../ExposingKubernetesResources.md).


For installing HELM charts we will use ArgoCD a well known Kubernetes-native continuous deployment (CD) tool 
@@ -57,11 +57,11 @@ Browse to Resource Specifications. You will see an entry like the following:

see image: 

![img01.png](./img01.png)
![img01.png](../../examples/helmInstallation_aaS_Example_Jenkins/img01.png)
 


## What's next
## Probe further


See the [Example: Offer Jenkins as a Service via Openslice](HELM_Installation_aaS_Jenkins_Example.md) 
See the [Example: Offer Jenkins as a Service via Openslice](../../examples/helmInstallation_aaS_Example_Jenkins/HELM_Installation_aaS_Jenkins_Example.md) 
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ See our [LCM Blocks specification](./specification.md)

## Probe further

* Check our [examples](../examples/intro.md) for more usages
* Check our [examples](./examples.md) for more usages
* See next the complete [specification](./specification.md)