I'm looking at docusaurus for implementing documentation site. We want to have different access level - If you're not logged in, you can only see limited pubic doc, if you logged in then you can see more doc, and if you're admin you can see even more doc.
Is this something we can do via docusaurus? It seems we can implement access control to the site by path-level but I cannot find way to have different sidebar content for different access level.
https://github.com/facebook/docusaurus/issues/958#issuecomment-1099591676