diff --git a/en/developer-docs/mkdocs.yml b/en/developer-docs/mkdocs.yml index 22509b51dc..9f58121aeb 100644 --- a/en/developer-docs/mkdocs.yml +++ b/en/developer-docs/mkdocs.yml @@ -19,7 +19,7 @@ site_name: "Choreo Documentation | AI-Native Internal Developer Platform" site_description: Choreo Explore Choreo documentation to build, deploy, and manage cloud-native apps effortlessly. Whether you're a platform engineer or app developer, Choreo simplifies infrastructure automation and streamlines delivery with an AI-native internal developer platform. site_author: WSO2 site_url: https://wso2.com/choreo/docs -site_dir: site/developer +site_dir: site/development # Repository repo_name: wso2/docs-choreo-dev @@ -463,8 +463,8 @@ extra: provider: mike # Perspective dropdown configurations show_perspective_dropdown: true - developer_docs_path: /choreo/docs/developer/ - pe_docs_path: /choreo/docs/platform-engineer/ + developer_docs_path: /choreo/docs/development/ + pe_docs_path: /choreo/docs/platform-operations/ #site_version: 1.0.0 #base_path: http://localhost:8000 diff --git a/en/pe-docs/mkdocs.yml b/en/pe-docs/mkdocs.yml index e9bfe37042..0eea76705a 100644 --- a/en/pe-docs/mkdocs.yml +++ b/en/pe-docs/mkdocs.yml @@ -19,7 +19,7 @@ site_name: "Choreo Documentation | AI-Native Internal Developer Platform" site_description: Choreo Explore Choreo documentation to build, deploy, and manage cloud-native apps effortlessly. Whether you're a platform engineer or app developer, Choreo simplifies infrastructure automation and streamlines delivery with an AI-native internal developer platform. site_author: WSO2 site_url: https://wso2.com/choreo/docs -site_dir: site/platform-engineer +site_dir: site/platform-operations # Repository repo_name: wso2/docs-choreo-dev @@ -251,8 +251,8 @@ extra: provider: mike # Perspective dropdown configurations show_perspective_dropdown: true - developer_docs_path: /choreo/docs/developer/ - pe_docs_path: /choreo/docs/platform-engineer/ + developer_docs_path: /choreo/docs/development/ + pe_docs_path: /choreo/docs/platform-operations/ #site_version: 1.0.0 #base_path: http://localhost:8000 diff --git a/en/theme/material/partials/perspective-selector.html b/en/theme/material/partials/perspective-selector.html index 62885dac18..3a7dd5ba76 100644 --- a/en/theme/material/partials/perspective-selector.html +++ b/en/theme/material/partials/perspective-selector.html @@ -1,34 +1,34 @@ {% if config.extra.show_perspective_dropdown %}