|
40 | 40 | "pages": [ |
41 | 41 | "docs/overview", |
42 | 42 | { |
43 | | - "group": "Deployment", |
| 43 | + "group": "Deploy Sourcebot", |
44 | 44 | "pages": [ |
45 | 45 | "docs/deployment/docker-compose", |
46 | | - "docs/deployment/k8s", |
47 | | - "docs/deployment/sizing-guide", |
48 | | - { |
49 | | - "group": "Infrastructure", |
50 | | - "pages": [ |
51 | | - "docs/deployment/infrastructure/architecture", |
52 | | - "docs/deployment/infrastructure/redis" |
53 | | - ] |
54 | | - } |
| 46 | + "docs/deployment/k8s" |
55 | 47 | ] |
56 | 48 | } |
57 | 49 | ] |
|
61 | 53 | "pages": [ |
62 | 54 | { |
63 | 55 | "group": "Code Search", |
| 56 | + "root": "docs/features/search/code-search", |
64 | 57 | "pages": [ |
65 | | - "docs/features/search/overview", |
66 | 58 | "docs/features/search/syntax-reference", |
67 | 59 | "docs/features/search/ai-search-assist", |
68 | 60 | "docs/features/search/multi-branch-indexing", |
|
71 | 63 | }, |
72 | 64 | { |
73 | 65 | "group": "Ask Sourcebot", |
| 66 | + "root": "docs/features/ask/ask-sourcebot", |
74 | 67 | "pages": [ |
75 | | - "docs/features/ask/overview", |
76 | 68 | "docs/features/ask/chat-sharing", |
77 | 69 | "docs/features/ask/add-model-providers" |
78 | 70 | ] |
|
84 | 76 | { |
85 | 77 | "group": "Agents", |
86 | 78 | "tag": "experimental", |
| 79 | + "root": "docs/features/agents/agents", |
87 | 80 | "pages": [ |
88 | | - "docs/features/agents/overview", |
89 | 81 | "docs/features/agents/review-agent" |
90 | 82 | ] |
91 | 83 | } |
|
98 | 90 | "docs/configuration/environment-variables", |
99 | 91 | { |
100 | 92 | "group": "Indexing your code", |
| 93 | + "root": "docs/connections/indexing-your-code", |
101 | 94 | "pages": [ |
102 | | - "docs/connections/overview", |
103 | 95 | "docs/connections/github", |
104 | 96 | "docs/connections/gitlab", |
105 | 97 | "docs/connections/bitbucket-cloud", |
|
117 | 109 | "docs/configuration/idp", |
118 | 110 | { |
119 | 111 | "group": "Authentication", |
| 112 | + "root": "docs/configuration/auth/authentication", |
120 | 113 | "pages": [ |
121 | | - "docs/configuration/auth/overview", |
122 | 114 | "docs/configuration/auth/providers", |
123 | 115 | "docs/configuration/auth/access-settings", |
124 | 116 | "docs/configuration/auth/roles-and-permissions", |
125 | 117 | "docs/configuration/auth/faq" |
126 | 118 | ] |
127 | 119 | }, |
128 | | - "docs/license-key", |
129 | | - "docs/billing", |
130 | 120 | "docs/configuration/transactional-emails", |
131 | 121 | "docs/configuration/structured-logging", |
132 | 122 | "docs/configuration/audit-logs" |
133 | 123 | ] |
134 | 124 | }, |
| 125 | + { |
| 126 | + "group": "Subscribe", |
| 127 | + "pages": [ |
| 128 | + "docs/activating-a-subscription", |
| 129 | + "docs/billing", |
| 130 | + "docs/free-trial" |
| 131 | + ] |
| 132 | + }, |
| 133 | + { |
| 134 | + "group": "Misc", |
| 135 | + "pages": [ |
| 136 | + "docs/misc/architecture", |
| 137 | + "docs/misc/scalability", |
| 138 | + "docs/misc/telemetry", |
| 139 | + "docs/misc/service-ping", |
| 140 | + "docs/deployment/sizing-guide", |
| 141 | + { |
| 142 | + "group": "Infrastructure", |
| 143 | + "pages": [ |
| 144 | + "docs/deployment/infrastructure/architecture", |
| 145 | + "docs/deployment/infrastructure/redis" |
| 146 | + ] |
| 147 | + } |
| 148 | + ] |
| 149 | + }, |
135 | 150 | { |
136 | 151 | "group": "Upgrade", |
137 | 152 | "pages": [ |
| 153 | + "docs/upgrade/v4-to-v5-guide", |
138 | 154 | "docs/upgrade/v3-to-v4-guide", |
139 | 155 | "docs/upgrade/v2-to-v3-guide" |
140 | 156 | ] |
|
231 | 247 | "appearance": { |
232 | 248 | "default": "dark", |
233 | 249 | "strict": false |
234 | | - } |
| 250 | + }, |
| 251 | + "redirects": [ |
| 252 | + { |
| 253 | + "source": "/docs/features/search/overview", |
| 254 | + "destination": "/docs/features/search/code-search" |
| 255 | + }, |
| 256 | + { |
| 257 | + "source": "/docs/features/ask/overview", |
| 258 | + "destination": "/docs/features/ask/ask-sourcebot" |
| 259 | + }, |
| 260 | + { |
| 261 | + "source": "/docs/features/agents/overview", |
| 262 | + "destination": "/docs/features/agents/agents" |
| 263 | + }, |
| 264 | + { |
| 265 | + "source": "/docs/connections/overview", |
| 266 | + "destination": "/docs/connections/indexing-your-code" |
| 267 | + }, |
| 268 | + { |
| 269 | + "source": "/docs/configuration/auth/overview", |
| 270 | + "destination": "/docs/configuration/auth/authentication" |
| 271 | + }, |
| 272 | + { |
| 273 | + "source": "/docs/license-key", |
| 274 | + "destination": "/docs/activating-a-subscription" |
| 275 | + } |
| 276 | + ] |
235 | 277 | } |
0 commit comments