We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7061d commit a5bad54Copy full SHA for a5bad54
src/.vitepress/sidebar/en.js
@@ -141,7 +141,12 @@ export default {
141
items: [
142
{ text: 'Licensing', link: '/misc/licensing/' },
143
{ text: 'Get Involved', link: '/misc/get-involved/' },
144
- { text: 'Troubleshoot', link: '/misc/troubleshoot/' },
+ { text: 'Troubleshoot', link: '/misc/troubleshoot/',
145
+ collapsed:true,
146
+ items: [
147
+ { text: 'Project fails to sync', link: '/misc/troubleshoot/not_syncing/' },
148
+ ]
149
+ },
150
{ text: 'Write Documentation', link: '/misc/write-docs/' }
151
]
152
}
0 commit comments