File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -270,16 +270,25 @@ export default defineConfig({
270270 sidebar : {
271271 '/guide/' : [
272272 {
273- text : 'Leitfaden ' ,
273+ text : 'Einführung ' ,
274274 items : [
275- {
276- text : 'Wieso Vite?' ,
277- link : '/guide/why' ,
278- } ,
279275 {
280276 text : 'Erste Schritte' ,
281277 link : '/guide/' ,
282278 } ,
279+ {
280+ text : 'Projekt-Philosophie' ,
281+ link : '/guide/philosophy' ,
282+ } ,
283+ {
284+ text : 'Wieso Vite?' ,
285+ link : '/guide/why' ,
286+ } ,
287+ ] ,
288+ } ,
289+ {
290+ text : 'Guide' ,
291+ items : [
283292 {
284293 text : 'Funktionen' ,
285294 link : '/guide/features' ,
@@ -328,10 +337,6 @@ export default defineConfig({
328337 text : 'Leistung' ,
329338 link : '/guide/performance' ,
330339 } ,
331- {
332- text : 'Projekt-Philosophie' ,
333- link : '/guide/philosophy' ,
334- } ,
335340 {
336341 text : 'Migration von v4' ,
337342 link : '/guide/migration' ,
You can’t perform that action at this time.
0 commit comments