docs: Move node docs into single page

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 01deaeb3ed
commit efa75839f9
7 changed files with 197 additions and 203 deletions
+1 -12
View File
@@ -68,18 +68,7 @@ export default defineUserConfig<DefaultThemeOptions>({
'/guide/': [
{
text: 'Guide',
children: [
'/guide/',
'/guide/getting-started',
'/guide/theming',
'/guide/state',
{
text: 'Nodes',
link: '/guide/node/',
activeMatch: '^/guide/node/',
children: ['/guide/node/defaults', '/guide/node/custom', '/guide/node/styling'],
},
],
children: ['/guide/', '/guide/getting-started', '/guide/theming', '/guide/config', '/guide/state', '/guide/node.md'],
},
],
'/examples/': [