Skip to content

Commit c2790ed

Browse files
authored
docs: extract introduction section (#631) (#1022)
Co-authored-by: Rush Ali <[email protected]> closes #631 #1022
1 parent c5e85c1 commit c2790ed

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

docs/.vitepress/config.ts

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)