diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 3695e7e..2d9b6a6 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -370,9 +370,15 @@ export default extendConfig( { text: "OpenSearch for search", link: "/self-hosting/govern/advanced-search" }, { text: "Plane AI", - link: "/self-hosting/govern/plane-ai", + link: "/self-hosting/govern/plane-ai/configure-plane-ai", collapsed: true, - items: [{ text: "AWS OpenSearch embedding", link: "/self-hosting/govern/aws-opensearch-embedding" }], + items: [ + { text: "Embedding model", link: "/self-hosting/govern/plane-ai/configure-embedding-model" }, + { + text: "AWS OpenSearch embedding", + link: "/self-hosting/govern/plane-ai/aws-opensearch-embedding", + }, + ], }, { text: "External secrets", link: "/self-hosting/govern/external-secrets" }, { text: "External reverse proxy", link: "/self-hosting/govern/reverse-proxy" },