@@ -206,13 +206,14 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
206206 { text : 'Drag & Drop' , link : '/examples/dnd' } ,
207207 { text : 'Interactions' , link : '/examples/interaction' } ,
208208 { text : 'Save & Restore' , link : '/examples/save' } ,
209- { text : 'Hide/Show' , link : '/examples/hidden' } ,
210- { text : 'Intersection' , link : '/examples/intersection' } ,
211- { text : 'Multiple' , link : '/examples/multi' } ,
212- { text : 'Pinia' , link : '/examples/pinia' } ,
213- { text : 'Transition' , link : '/examples/transition' } ,
214- { text : 'Teleport' , link : '/examples/teleport' } ,
215- { text : 'Stress' , link : '/examples/stress' } ,
209+ { text : 'Screenshot' , link : '/examples/screenshot' } ,
210+ { text : 'Node Visibility' , link : '/examples/hidden' } ,
211+ { text : 'Node Intersections' , link : '/examples/intersection' } ,
212+ { text : 'Multiple Flows' , link : '/examples/multi' } ,
213+ { text : 'Pinia Store' , link : '/examples/pinia' } ,
214+ { text : 'Viewport Transition' , link : '/examples/transition' } ,
215+ { text : 'Teleport Nodes' , link : '/examples/teleport' } ,
216+ { text : 'Stress Test' , link : '/examples/stress' } ,
216217 ] ,
217218 } ,
218219 {
0 commit comments