From 4be361c165f4a122a603a111fc4f0da668d6f6f9 Mon Sep 17 00:00:00 2001 From: spaitsbence <153498430+spaitsbence@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:40:47 +0100 Subject: [PATCH] reordering installation guides (#87) --- content/en/docs/guides/install-guides/demo-vagrant-windows.md | 2 +- .../en/docs/guides/install-guides/explore-nephio-free5gc.md | 2 +- content/en/docs/guides/install-guides/explore-sandbox.md | 4 ++-- content/en/docs/guides/install-guides/install-on-byoc.md | 2 +- .../{install-on-sandbox.md => install-on-single-vm.md} | 2 +- content/en/docs/guides/install-guides/openstack.md | 2 +- .../en/docs/guides/install-guides/package-transformations.md | 2 +- content/en/docs/guides/install-guides/webui-auth-gcp.md | 2 +- content/en/docs/guides/install-guides/webui-auth-okta.md | 2 +- content/en/docs/guides/install-guides/webui.md | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) rename content/en/docs/guides/install-guides/{install-on-sandbox.md => install-on-single-vm.md} (99%) diff --git a/content/en/docs/guides/install-guides/demo-vagrant-windows.md b/content/en/docs/guides/install-guides/demo-vagrant-windows.md index a792b14f..742d32c1 100644 --- a/content/en/docs/guides/install-guides/demo-vagrant-windows.md +++ b/content/en/docs/guides/install-guides/demo-vagrant-windows.md @@ -2,7 +2,7 @@ title: Nephio demo on Windows description: > Step by step guide to run Nephio on Windows -weight: 5 +weight: 6 --- # Nephio demo on Windows diff --git a/content/en/docs/guides/install-guides/explore-nephio-free5gc.md b/content/en/docs/guides/install-guides/explore-nephio-free5gc.md index df9d6d02..7eb46ac7 100644 --- a/content/en/docs/guides/install-guides/explore-nephio-free5gc.md +++ b/content/en/docs/guides/install-guides/explore-nephio-free5gc.md @@ -2,7 +2,7 @@ title: Nephio Free5gc Operator description: > Step by step guide to deploy the Free5gc Operator -weight: 5 +weight: 6 --- Concepts as [Operator]({{< ref "/docs/glossary.md#operator" >}}) and diff --git a/content/en/docs/guides/install-guides/explore-sandbox.md b/content/en/docs/guides/install-guides/explore-sandbox.md index d3c978a4..49560638 100644 --- a/content/en/docs/guides/install-guides/explore-sandbox.md +++ b/content/en/docs/guides/install-guides/explore-sandbox.md @@ -2,11 +2,11 @@ title: Overview of the single VM installation description: > An overview of the Nephio single VM -weight: 4 +weight: 5 --- -You have installed the Nephio single VM [using the installation instructions]({{< relref "install-on-sandbox.md" >}}). +You have installed the Nephio single VM [using the installation instructions]({{< relref "install-on-single-vm.md" >}}). The installation has done a good job of installing a complex software stack without any fuss. Let's take a look around. ![Software Installed by the Nephio Sandbox Installation](/images/install-guides/ManagementCluster.png) diff --git a/content/en/docs/guides/install-guides/install-on-byoc.md b/content/en/docs/guides/install-guides/install-on-byoc.md index cc0d0824..1b8caf47 100644 --- a/content/en/docs/guides/install-guides/install-on-byoc.md +++ b/content/en/docs/guides/install-guides/install-on-byoc.md @@ -67,7 +67,7 @@ options, if you wish to assemble your own set of components. | Environment | Description | | ----------- | ---------------------------------------------------------- | -| [Single VM]({{< relref "install-on-sandbox.md" >}}) | The single VM demo environment, set up "the hard way" - without using the included provisioning script. This creates a complete Nephio-in-a-VM, just like the R1 demo environment. These instructions cover both Ubuntu and Fedora. | +| [Single VM]({{< relref "install-on-single-vm.md" >}}) | The single VM demo environment, set up "the hard way" - without using the included provisioning script. This creates a complete Nephio-in-a-VM, just like the R1 demo environment. These instructions cover both Ubuntu and Fedora. | | [Google Cloud Platform]({{< relref "install-on-gcp.md" >}}) | Nephio running in GCP. A GKE cluster is used as the management cluster, with Anthos Config Controller for GCP infrastructure provisioning, Gitea as the Git provider, and Web UI authentication and authorization via Google OAuth 2.0 | | [OpenShift]({{< relref "install-on-openshift.md" >}}) | Nephio running in OpenShift, with Cluster API as the cluster provisioner, Gitea as the Git provider and Web UI authentication backed by Open Shift OIDC. | diff --git a/content/en/docs/guides/install-guides/install-on-sandbox.md b/content/en/docs/guides/install-guides/install-on-single-vm.md similarity index 99% rename from content/en/docs/guides/install-guides/install-on-sandbox.md rename to content/en/docs/guides/install-guides/install-on-single-vm.md index 400e08d6..0b9f6a8a 100644 --- a/content/en/docs/guides/install-guides/install-on-sandbox.md +++ b/content/en/docs/guides/install-guides/install-on-single-vm.md @@ -2,7 +2,7 @@ title: Installation on a single VM description: > Nephio Installation in a sandbox VM -weight: 3 +weight: 4 --- {{% pageinfo %}} diff --git a/content/en/docs/guides/install-guides/openstack.md b/content/en/docs/guides/install-guides/openstack.md index 5038a7e9..8bcbe183 100644 --- a/content/en/docs/guides/install-guides/openstack.md +++ b/content/en/docs/guides/install-guides/openstack.md @@ -2,7 +2,7 @@ title: OpenStack deployment management description: > OpenStack Multi-Cluster Deployment Management with Nephio -weight: 6 +weight: 7 --- ## Prerequisites diff --git a/content/en/docs/guides/install-guides/package-transformations.md b/content/en/docs/guides/install-guides/package-transformations.md index 0359511c..806683c2 100644 --- a/content/en/docs/guides/install-guides/package-transformations.md +++ b/content/en/docs/guides/install-guides/package-transformations.md @@ -2,7 +2,7 @@ title: Package transformations guide description: > Package Transformations Work in Nephio Sandbox Installation -weight: 6 +weight: 7 --- # Table of Contents diff --git a/content/en/docs/guides/install-guides/webui-auth-gcp.md b/content/en/docs/guides/install-guides/webui-auth-gcp.md index 62db5598..b7edeb35 100644 --- a/content/en/docs/guides/install-guides/webui-auth-gcp.md +++ b/content/en/docs/guides/install-guides/webui-auth-gcp.md @@ -3,7 +3,7 @@ title: WebUI authenticaiton with Google OAuth 2.0 or OIDC description: > These instructions explain how to set up the Nephio WebUI to use Google OAuth 2.0 for authentication, or using OIDC backed by Google authentication. -weight: 6 +weight: 7 --- diff --git a/content/en/docs/guides/install-guides/webui-auth-okta.md b/content/en/docs/guides/install-guides/webui-auth-okta.md index 85f17085..19d9e76f 100644 --- a/content/en/docs/guides/install-guides/webui-auth-okta.md +++ b/content/en/docs/guides/install-guides/webui-auth-okta.md @@ -2,7 +2,7 @@ title: WebUI OIDC authenticaiton with Okta description: > These instructions explain how to set up the Nephio WebUI to use OIDC with Okta for authentication. -weight: 6 +weight: 7 --- If you are not exposing the webui on a load balancer IP address, but are instead using `kubectl port-forward`, you diff --git a/content/en/docs/guides/install-guides/webui.md b/content/en/docs/guides/install-guides/webui.md index 04834119..61e05e2e 100644 --- a/content/en/docs/guides/install-guides/webui.md +++ b/content/en/docs/guides/install-guides/webui.md @@ -2,7 +2,7 @@ title: Install WebUI description: > These instructions explain how to install the Nephio WebUI. -weight: 5 +weight: 6 --- {{% pageinfo %}}