Skip to content

Commit a5bad54

Browse files
authored
troubleshoot - nested support page (#653)
1 parent de7061d commit a5bad54

File tree

1 file changed

+6
-1
lines changed
  • src/.vitepress/sidebar

1 file changed

+6
-1
lines changed

src/.vitepress/sidebar/en.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,12 @@ export default {
141141
items: [
142142
{ text: 'Licensing', link: '/misc/licensing/' },
143143
{ text: 'Get Involved', link: '/misc/get-involved/' },
144-
{ text: 'Troubleshoot', link: '/misc/troubleshoot/' },
144+
{ text: 'Troubleshoot', link: '/misc/troubleshoot/',
145+
collapsed:true,
146+
items: [
147+
{ text: 'Project fails to sync', link: '/misc/troubleshoot/not_syncing/' },
148+
]
149+
},
145150
{ text: 'Write Documentation', link: '/misc/write-docs/' }
146151
]
147152
}

0 commit comments

Comments
 (0)