I’m setting up documentation in Docusaurus V2, and have set it up to be ‘docs-only’ by following the instructions in the Docusaurus documentation (setting the routeBasePath and homePageId). That works as expected.
The problem is that when you land on the docs homepage, there is no sidebar. The ‘Next’ button is available at the bottom of the page, and once you use that or any of the top menu bar links to navigate to any other page, the sidebars work perfectly!
What am I missing??