chore(docs): reorder menu items
This commit is contained in:
@@ -198,20 +198,20 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
],
|
||||
'/examples/': [
|
||||
{
|
||||
text: 'General Examples',
|
||||
text: 'General',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: 'Basic', link: '/examples/' },
|
||||
{ text: 'Save & Restore', link: '/examples/save' },
|
||||
{ text: 'Drag & Drop', link: '/examples/dnd' },
|
||||
{ text: 'Hide/Show', link: '/examples/hidden' },
|
||||
{ text: 'Layouting', link: '/examples/layout' },
|
||||
{ text: 'Drag & Drop', link: '/examples/dnd' },
|
||||
{ text: 'Interactions', link: '/examples/interaction' },
|
||||
{ text: 'Save & Restore', link: '/examples/save' },
|
||||
{ text: 'Hide/Show', link: '/examples/hidden' },
|
||||
{ text: 'Intersection', link: '/examples/intersection' },
|
||||
{ text: 'Teleport', link: '/examples/teleport' },
|
||||
{ text: 'Transition', link: '/examples/transition' },
|
||||
{ text: 'Multiple Flows', link: '/examples/multi' },
|
||||
{ text: 'Multiple', link: '/examples/multi' },
|
||||
{ text: 'Pinia', link: '/examples/pinia' },
|
||||
{ text: 'Transition', link: '/examples/transition' },
|
||||
{ text: 'Teleport', link: '/examples/teleport' },
|
||||
{ text: 'Stress', link: '/examples/stress' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user