diff --git a/src/.vitepress/sidebar/en.js b/src/.vitepress/sidebar/en.js index 2a770043..24a354cb 100644 --- a/src/.vitepress/sidebar/en.js +++ b/src/.vitepress/sidebar/en.js @@ -138,7 +138,12 @@ export default { collapsed: true, items: [ { text: 'Licensing', link: '/misc/licensing/' }, - { text: 'Troubleshoot', link: '/misc/troubleshoot/' }, + { text: 'Troubleshoot', link: '/misc/troubleshoot/', + collapsed:true, + items: [ + { text: 'Project fails to sync (Gateway Timeout or 502 Bad Gateway error)', link: '/misc/troubleshoot/not_syncing/' }, + ] + }, { text: 'Contribute', link: '/misc/contribute/' }, { text: 'Write Documentation', link: '/misc/write-docs/' } ]