docs: Restructure nav for Zed Business launch
morgankrey
created 3 weeks ago
- Rename Account & Privacy → Account & Billing; move Plans & Pricing
and Billing into it from AI > Subscription
- Add Zed Business section (draft) with Overview, Organizations,
Roles & Permissions, Admin Controls, Business Support
- Add Privacy & Security section with existing privacy/telemetry pages
plus draft Privacy for Business and SOC2
- Remove Subscription wrapper from AI nav; Models and Providers are
now direct children of AI
- Move sections above Platform Support in sidebar order
- Add redirect for /ai/subscription.html → /docs/ai/plans-and-usage.html
Release Notes:
- N/A
Change summary
docs/book.toml | 1 +
docs/src/SUMMARY.md | 39 +++++++++++++++++++++++++--------------
2 files changed, 26 insertions(+), 14 deletions(-)
Detailed changes
@@ -55,6 +55,7 @@ enable = false
"/language-model-integration.html" = "/docs/assistant/assistant.html"
"/model-improvement.html" = "/docs/ai/ai-improvement.html"
"/ai/temperature.html" = "/docs/ai/agent-settings.html#model-temperature"
+"/ai/subscription.html" = "/docs/ai/plans-and-usage.html"
# Core
"/configuring-zed.html" = "/docs/reference/all-settings.html"
@@ -21,12 +21,9 @@
- [Rules](./ai/rules.md)
- [Model Context Protocol](./ai/mcp.md)
- [Configuration](./ai/configuration.md)
- - [LLM Providers](./ai/llm-providers.md)
- [Agent Settings](./ai/agent-settings.md)
-- [Subscription](./ai/subscription.md)
- - [Models](./ai/models.md)
- - [Plans and Usage](./ai/plans-and-usage.md)
- - [Billing](./ai/billing.md)
+- [Models](./ai/models.md)
+- [Providers](./ai/llm-providers.md)
# Working with Code
@@ -58,6 +55,29 @@
- [Environment Variables](./environment.md)
- [Dev Containers](./dev-containers.md)
+# Account & Billing
+
+- [Authenticate](./authentication.md)
+- [Plans & Pricing](./ai/plans-and-usage.md)
+- [Billing](./ai/billing.md)
+
+# Zed Business
+
+- [Overview]()
+- [Organizations]()
+- [Roles & Permissions](./roles.md)
+- [Admin Controls]()
+- [Business Support]()
+
+# Privacy & Security
+
+- [Overview](./ai/privacy-and-security.md)
+ - [Worktree Trust](./worktree-trust.md)
+ - [AI Improvement](./ai/ai-improvement.md)
+- [Privacy for Business]()
+- [Telemetry](./telemetry.md)
+- [SOC2]()
+
# Platform Support
- [macOS](./macos.md)
@@ -180,15 +200,6 @@
- [All Actions](./all-actions.md)
- [CLI Reference](./reference/cli.md)
-# Account & Privacy
-
-- [Authenticate](./authentication.md)
-- [Roles](./roles.md)
-- [Privacy and Security](./ai/privacy-and-security.md)
- - [Worktree Trust](./worktree-trust.md)
- - [AI Improvement](./ai/ai-improvement.md)
-- [Telemetry](./telemetry.md)
-
# Developing Zed
- [Developing Zed](./development.md)