diff --git a/doc/service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md b/doc/service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md index e50c05c53e03a0fc0e24ddbe117b6397dfa6bdab..f7751d886d941cb7211e78de211d1ca768efc1a9 100644 --- a/doc/service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md +++ b/doc/service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md @@ -8,6 +8,7 @@ > This example will demonstrate the flexibility and capabilities of Kubernetes operators in managing custom resources and automating operational tasks. + --- ## Offering "Calculator as a Service" through OpenSlice diff --git a/mkdocs.yml b/mkdocs.yml index 0396dcb06b229c49367531667739f42b4df2b51b..772d6d8cc8d30fe3e847d7a21b87d2eef3f982f7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,7 +112,7 @@ nav: - Support for Kubernetes: - Introduction: ./service_design/kubernetes/intro.md - Exposing Kubernetes Resources: ./service_design/kubernetes/ExposingKubernetesResources.md - - Design Helm aaService: ./service_design/kubernetes/design_helmaas.md + - Design Helm aaService: ./service_design/kubernetes/helm/HELM_Installation_aaS_Jenkins_Example.md - Support for NFV: - Design NFV Services: ./service_design/nfv/design_nfv_services.md - LCM Rules: @@ -122,7 +122,7 @@ nav: - Service Specification Examples: - Open5GS (NFV approach): ./service_design/examples/open5gs_nfv.md - Open5GS (Kubernetes approach): ./service_design/examples/open5gs_kubernetes.md - - Exposing CRDs_aaS_Example_Calculator: ./service_design/examples/ExposingCRDs_aaS_Example_Calculator.md + - Exposing CRDs_aaS_Example_Calculator: ./service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator.md - HELM Installation aaS Jenkins Example: ./service_design/examples/HELM_Installation_aaS_Jenkins_Example.md - Service Ordering: - Ordering Services from catalogs: ./service_ordering/ordering_services.md @@ -141,7 +141,7 @@ nav: - Architecture: ./architecture/architecture.md - Cloud native support: - Introduction: ./architecture/CRIDGE_cloud_native_intro.md - - CRIDGE for Developers: ./architecture/CRIDGEforDevelopers.md + - CRIDGE for Developers: ./architecture/CRIDGEforDevelopers/CRIDGEforDevelopers.md - Message bus: ./architecture/messagebus.md - OSOM: ./architecture/osom.md - Authentication: ./architecture/oauth.md