Recently, I've been upgrading my documentation site to Docusaurus v3 and stumbled upon this fantastic plugin!
Currently, I have a set of APIs divided into two versions: a preview version and a stable version, with each version containing multiple packages with corresponding name. My goal is to enable access to these two versions of the API via separate buttons, and ideally, they would have distinct sidebars for easy navigation. In theory, achieving this might be possible by employing multiple instances of the plugin
However, as I attempted to customize multiple instances, Docusaurus threw an error, indicating that the instance with an ID value other than the default one was not enabled...
Recently, I've been upgrading my documentation site to Docusaurus v3 and stumbled upon this fantastic plugin!
Currently, I have a set of APIs divided into two versions: a preview version and a stable version, with each version containing multiple packages with corresponding name. My goal is to enable access to these two versions of the API via separate buttons, and ideally, they would have distinct sidebars for easy navigation. In theory, achieving this might be possible by employing multiple instances of the plugin
However, as I attempted to customize multiple instances, Docusaurus threw an error, indicating that the instance with an ID value other than the default one was not enabled...