Steven Serrata
Steven Serrata
Ah, it looks to be an issue with your sidebar entry. With `sidebarOptions`, the plugin will generate a file named `sidebar.js` which is a module that exports a sidebar slice...
> You've got great examples showing the docusaurus.config.js file, but it doesn't show you how you include it in the sidebar (or even that you have to). I agree that...
Hi @daltonconley, thanks for the feature request! Nested tags or tag groups is something we've explored as a way to help with generating sidebars. That said, we ran into some...
Hi @sradu, I am still investigating but it should be possible to replace the icons with text using pure CSS (custom.css). Still, I think there should be a cleaner way...
Here's an example of how to override using CSS: ```css .code__tab--bash { padding-left: 1rem !important; padding-right: 1rem !important; } .code__tab--bash::after { background: none !important; width: unset !important; height: unset !important;...
@csestito Feel free to use this issue to track your progress. Thanks!
Thanks @Hoss3770, I'll add this to the list of documentation items to clean up/update.
See #238