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