diff --git a/docs/home/overview.md b/docs/home/product-overview.md similarity index 100% rename from docs/home/overview.md rename to docs/home/product-overview.md diff --git a/mkdocs.yml b/mkdocs.yml index 5dc4dc92f9..ac79bcdc86 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,6 +88,8 @@ plugins: - redirects: redirect_maps: 'index.md' : 'home/overview.md' + 'home/overview.md' : 'home/documentation-library' + 'home/components.md' : 'home/product-overview' 'admin/runai-setup/self-hosted/k8s/ui.md' : 'admin/runai-setup/self-hosted/k8s/backend.md' 'admin/runai-setup/advanced/non-root-containers.md' : 'admin/authentication/non-root-containers.md' 'admin/runai-setup/config/non-root-containers.md' : 'admin/authentication/non-root-containers.md' @@ -188,7 +190,7 @@ plugins: 'platform-admin/workloads/workload-overview.md' : 'platform-admin/workloads/overviews/introduction-to-workloads.md' nav: - Home: - - 'Overview': 'home/overview.md' + - 'Overview': 'home/product-overview.md' - 'Documentation Library' : 'home/documentation-library.md' - 'Whats New' : - 'Run:ai SaaS Updates' : 'home/saas-updates.md'