diff --git a/docs/book.toml b/docs/book.toml index 3269003a1d37ede19ec18b62809a928a08764d2f..1bcfbbf9c140810ce00159aeb192251c7c56dc90 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -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" diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 1522563d2cbeac0a2391aa30db4ab18b6522b18c..29439641892054cc2824514d1a86bab550a16b36 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -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)