Plugins array in docusaurus.Config.js #8005
-
|
I am using docusaurus to built a website which will show the documentation of multiple products. Like more than 50 products. plugins: [ ], My doubt is what is the need of this sidebarPath thing in every structure. Is it necessary to add this is every structure. What will happen if I remove this sidebarPath line from every structure? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
See https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#sidebarPath If you use versioning, you may be interested by this issue: #7968 If you have a large set of documentation for each product, you might want to create one standalone site per product instead of gathering all products into a single doc. You can share infrastructure (custom theming, shared config on multiple sites) See for example Figma using 2 different Docusaurus sites: Another example from Palo Alto: |
Beta Was this translation helpful? Give feedback.

sidebarPath: undefinedwould lead to an auto-generated sidebarSee https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#sidebarPath
If you use versioning, you may be interested by this issue: #7968
If you have a large set of documentation for each product, you might want to create one standalone site per product instead of gathering all products into a single doc. You can share infrastructure (custom theming, shared config on multiple sites)
See for example Figma using 2 different Docusaurus sites:
Another example from Palo Alto: