diff --git a/content/docs/meta.json b/content/docs/meta.json index 8fbe4e4..8e00e20 100644 --- a/content/docs/meta.json +++ b/content/docs/meta.json @@ -18,7 +18,6 @@ "platform-management-api", "mcp-server", "self-hosting", - "self-hosting/admin-token", "observability", "troubleshooting", "---Security---", @@ -31,4 +30,4 @@ "---Integrations---", "opencode" ] -} \ No newline at end of file +} diff --git a/content/docs/self-hosting.mdx b/content/docs/self-hosting/index.mdx similarity index 100% rename from content/docs/self-hosting.mdx rename to content/docs/self-hosting/index.mdx diff --git a/content/docs/self-hosting/meta.json b/content/docs/self-hosting/meta.json new file mode 100644 index 0000000..1ab27d4 --- /dev/null +++ b/content/docs/self-hosting/meta.json @@ -0,0 +1,4 @@ +{ + "title": "Self-Hosting", + "pages": ["index", "admin-token"] +}