@@ -10,7 +10,7 @@ export default defineConfig({
1010 nav : [
1111 { text : 'Guide' , link : '/guide/what-is-vuejs-tour' } ,
1212 { text : 'Reference' , link : '/reference/coming-soon' } ,
13- { text : '1.2.3 ' , items : [
13+ { text : '2.1.1 ' , items : [
1414 { text : 'Changelog' , link : 'https://github.com/GlobalHive/vuejs-tour/blob/master/CHANGELOG.md' } ,
1515 { text : 'Roadmap' , link : '/guide/roadmap' } ,
1616 { text : 'Issues' , link : 'https://github.com/GlobalHive/vuejs-tour/issues' } ]
@@ -31,12 +31,26 @@ export default defineConfig({
3131 text : 'Customization' ,
3232 collapsed : false ,
3333 items : [
34- { text : 'Start Options' , link : '/guide/start-options' } ,
35- { text : 'Highlight Target' , link : '/guide/highlight-target' } ,
36- { text : 'Using a Backdrop' , link : '/guide/using-a-backdrop' } ,
37- { text : 'Hiding the Arrow' , link : '/guide/hiding-the-arrow' } ,
38- { text : 'Tour Margin' , link : '/guide/tour-margin' } ,
39- { text : 'Saving Progress' , link : '/guide/saving-progress' } ,
34+ { text : 'VTour Component' , items :[
35+ { text : 'Start Options' , link : '/guide/start-options' } ,
36+ { text : 'Highlight Target' , link : '/guide/highlight-target' } ,
37+ { text : 'Using a Backdrop' , link : '/guide/using-a-backdrop' } ,
38+ { text : 'Hiding the Arrow' , link : '/guide/hiding-the-arrow' } ,
39+ { text : 'Tour Margin' , link : '/guide/tour-margin' } ,
40+ { text : 'Saving Progress' , link : '/guide/saving-progress' } ,
41+ { text : 'Scroll to Element' , link : '/guide/scroll-to-element' } ,
42+ ] } ,
43+ { text : 'Step Options' , items :[
44+ { text : 'The Step Type' , link : '/guide/the-step-type' } ,
45+ { text : 'Setting a Target' , link : '/guide/setting-a-target' } ,
46+ { text : 'Define the Content' , link : '/guide/define-the-content' } ,
47+ { text : 'Using Placement' , link : '/guide/using-placement' } ,
48+ { text : 'The onBefore Event' , link : '/guide/the-onbefore-event' } ,
49+ { text : 'The onAfter Event' , link : '/guide/the-onafter-event' } ,
50+ { text : 'Highlight Target' , link : '/guide/step-highlight-target' } ,
51+ { text : 'Using a Backdrop' , link : '/guide/step-using-a-backdrop' } ,
52+ { text : 'Scroll to Element' , link : '/guide/step-scroll-to-element' } ,
53+ ] } ,
4054 ]
4155 } ,
4256 {
@@ -45,7 +59,6 @@ export default defineConfig({
4559 items : [
4660 { text : 'Skipping a Tour' , link : '/guide/skipping-a-tour' } ,
4761 { text : 'Button Labels' , link : '/guide/button-labels' } ,
48- { text : 'Step Options' , link : '/guide/step-options' } ,
4962 { text : 'Multiple Tours' , link : '/guide/multiple-tours' } ,
5063 {
5164 text : 'Styling' ,
0 commit comments