|
9 | 9 |
|
10 | 10 | const navigation: NavTree = [ |
11 | 11 | { |
12 | | - label: 'Explore', |
| 12 | + label: 'Getting started', |
13 | 13 | items: [ |
14 | 14 | { |
15 | 15 | label: 'Overview', |
16 | 16 | href: '/docs/tooling/ai/' |
17 | 17 | }, |
18 | | - { |
19 | | - label: 'AI dev tools', |
20 | | - href: '/docs/tooling/ai/ai-dev-tools' |
21 | | - }, |
22 | 18 | { |
23 | 19 | label: 'Quick start prompts', |
24 | 20 | href: '/docs/tooling/ai/quickstart-prompts' |
25 | | - }, |
| 21 | + } |
| 22 | + ] |
| 23 | + }, |
| 24 | + { |
| 25 | + label: 'Tooling', |
| 26 | + items: [ |
26 | 27 | { |
27 | 28 | label: 'MCP servers', |
28 | 29 | href: '/docs/tooling/ai/mcp-servers' |
|
35 | 36 | label: 'AGENTS.md', |
36 | 37 | href: '/docs/tooling/ai/agents-md' |
37 | 38 | }, |
38 | | - { |
39 | | - label: 'Appwrite Arena', |
40 | | - href: '/docs/tooling/ai/arena' |
41 | | - }, |
42 | 39 | { |
43 | 40 | label: 'Assistant', |
44 | 41 | href: '/docs/tooling/ai/assistant' |
45 | 42 | }, |
46 | 43 | { |
47 | | - label: 'Docs as Markdown', |
48 | | - href: '/docs/tooling/ai/docs-as-markdown' |
49 | | - }, |
50 | | - { |
51 | | - label: 'Responsible AI', |
52 | | - href: '/docs/tooling/ai/responsible-ai' |
| 44 | + label: 'Appwrite Arena', |
| 45 | + href: '/docs/tooling/ai/arena' |
53 | 46 | } |
54 | 47 | ] |
55 | 48 | }, |
56 | 49 | { |
57 | | - label: 'Integrate with AI Tools', |
| 50 | + label: 'IDEs', |
58 | 51 | items: [ |
59 | 52 | { |
60 | 53 | label: 'VS Code', |
|
79 | 72 | { |
80 | 73 | label: 'Claude Code', |
81 | 74 | href: '/docs/tooling/ai/ai-dev-tools/claude-code' |
| 75 | + } |
| 76 | + ] |
| 77 | + }, |
| 78 | + { |
| 79 | + label: 'Vibe coding', |
| 80 | + items: [ |
| 81 | + { |
| 82 | + label: 'Imagine', |
| 83 | + href: '/docs/tooling/ai/ai-dev-tools/imagine' |
82 | 84 | }, |
83 | 85 | { |
84 | 86 | label: 'Claude Desktop', |
85 | 87 | href: '/docs/tooling/ai/ai-dev-tools/claude-desktop' |
86 | 88 | }, |
87 | | - { |
88 | | - label: 'Zenflow', |
89 | | - href: '/docs/tooling/ai/ai-dev-tools/zenflow' |
90 | | - }, |
91 | | - { |
92 | | - label: 'Imagine', |
93 | | - href: '/docs/tooling/ai/ai-dev-tools/imagine' |
94 | | - }, |
95 | 89 | { |
96 | 90 | label: 'Lovable', |
97 | 91 | href: '/docs/tooling/ai/ai-dev-tools/lovable' |
|
103 | 97 | { |
104 | 98 | label: 'Bolt', |
105 | 99 | href: '/docs/tooling/ai/ai-dev-tools/bolt' |
106 | | - } |
107 | | - ] |
108 | | - }, |
109 | | - { |
110 | | - label: 'Quick start prompts', |
111 | | - collapsible: true, |
112 | | - initiallyCollapsed: true, |
113 | | - items: [ |
114 | | - { |
115 | | - label: 'Next.js', |
116 | | - href: '/docs/tooling/ai/quickstart-prompts/nextjs' |
117 | | - }, |
118 | | - { |
119 | | - label: 'React', |
120 | | - href: '/docs/tooling/ai/quickstart-prompts/react' |
121 | | - }, |
122 | | - { |
123 | | - label: 'Vue', |
124 | | - href: '/docs/tooling/ai/quickstart-prompts/vue' |
125 | | - }, |
126 | | - { |
127 | | - label: 'SvelteKit', |
128 | | - href: '/docs/tooling/ai/quickstart-prompts/sveltekit' |
129 | | - }, |
130 | | - { |
131 | | - label: 'Angular', |
132 | | - href: '/docs/tooling/ai/quickstart-prompts/angular' |
133 | | - }, |
134 | | - { |
135 | | - label: 'Nuxt', |
136 | | - href: '/docs/tooling/ai/quickstart-prompts/nuxt' |
137 | | - }, |
138 | | - { |
139 | | - label: 'Solid', |
140 | | - href: '/docs/tooling/ai/quickstart-prompts/solid' |
141 | | - }, |
142 | | - { |
143 | | - label: 'Refine', |
144 | | - href: '/docs/tooling/ai/quickstart-prompts/refine' |
145 | | - }, |
146 | | - { |
147 | | - label: 'TanStack Start', |
148 | | - href: '/docs/tooling/ai/quickstart-prompts/tanstack-start' |
149 | | - }, |
150 | | - { |
151 | | - label: 'Web', |
152 | | - href: '/docs/tooling/ai/quickstart-prompts/web' |
153 | | - }, |
154 | | - { |
155 | | - label: 'React Native', |
156 | | - href: '/docs/tooling/ai/quickstart-prompts/react-native' |
157 | | - }, |
158 | | - { |
159 | | - label: 'Flutter', |
160 | | - href: '/docs/tooling/ai/quickstart-prompts/flutter' |
161 | | - }, |
162 | | - { |
163 | | - label: 'Android (Kotlin)', |
164 | | - href: '/docs/tooling/ai/quickstart-prompts/android-kotlin' |
165 | | - }, |
166 | | - { |
167 | | - label: 'Android (Java)', |
168 | | - href: '/docs/tooling/ai/quickstart-prompts/android-java' |
169 | | - }, |
170 | | - { |
171 | | - label: 'Apple (Swift)', |
172 | | - href: '/docs/tooling/ai/quickstart-prompts/apple' |
173 | | - }, |
174 | | - { |
175 | | - label: 'Node.js', |
176 | | - href: '/docs/tooling/ai/quickstart-prompts/node' |
177 | 100 | }, |
178 | 101 | { |
179 | | - label: 'Python', |
180 | | - href: '/docs/tooling/ai/quickstart-prompts/python' |
181 | | - }, |
182 | | - { |
183 | | - label: 'PHP', |
184 | | - href: '/docs/tooling/ai/quickstart-prompts/php' |
185 | | - }, |
186 | | - { |
187 | | - label: 'Dart', |
188 | | - href: '/docs/tooling/ai/quickstart-prompts/dart' |
189 | | - }, |
190 | | - { |
191 | | - label: 'Ruby', |
192 | | - href: '/docs/tooling/ai/quickstart-prompts/ruby' |
193 | | - }, |
194 | | - { |
195 | | - label: 'Deno', |
196 | | - href: '/docs/tooling/ai/quickstart-prompts/deno' |
197 | | - }, |
198 | | - { |
199 | | - label: 'Go', |
200 | | - href: '/docs/tooling/ai/quickstart-prompts/go' |
201 | | - }, |
202 | | - { |
203 | | - label: '.NET', |
204 | | - href: '/docs/tooling/ai/quickstart-prompts/dotnet' |
205 | | - }, |
206 | | - { |
207 | | - label: 'Swift', |
208 | | - href: '/docs/tooling/ai/quickstart-prompts/swift' |
209 | | - }, |
210 | | - { |
211 | | - label: 'Kotlin', |
212 | | - href: '/docs/tooling/ai/quickstart-prompts/kotlin' |
213 | | - } |
214 | | - ] |
215 | | - }, |
216 | | - { |
217 | | - label: 'MCP Servers', |
218 | | - collapsible: true, |
219 | | - initiallyCollapsed: true, |
220 | | - items: [ |
221 | | - { |
222 | | - label: 'API server', |
223 | | - href: '/docs/tooling/ai/mcp-servers/api' |
224 | | - }, |
225 | | - { |
226 | | - label: 'Docs server', |
227 | | - href: '/docs/tooling/ai/mcp-servers/docs' |
| 102 | + label: 'Zenflow', |
| 103 | + href: '/docs/tooling/ai/ai-dev-tools/zenflow' |
228 | 104 | } |
229 | 105 | ] |
230 | 106 | }, |
231 | 107 | { |
232 | | - label: 'AI Implementation', |
233 | | - collapsible: true, |
234 | | - initiallyCollapsed: true, |
| 108 | + label: 'Journeys', |
235 | 109 | items: [ |
236 | 110 | { |
237 | 111 | label: 'AI in Functions', |
|
0 commit comments