-
|
Hi, I've just upgraded docusaurus to the latest version and I see a warning message:
Docusaurus tries to generate some kind of page with tags and reserves Is there a way to change the default path where Docusaurus generates tags? Or is it possible to disable tags completely for docs? This PR introduced tags for docs: #3646 but I can't see any config to disable this feature. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Currently the docusaurus/packages/docusaurus-plugin-content-docs/src/versions.ts Lines 401 to 403 in 02eee61 There seems to be a plan to make the path configurable, and you probably would give this a pretty solid use-case :P |
Beta Was this translation helpful? Give feedback.
Currently the
/docs/tagsroute is hardcoded and there's no way to disable tags feature either:docusaurus/packages/docusaurus-plugin-content-docs/src/versions.ts
Lines 401 to 403 in 02eee61
There seems to be a plan to make the path configurable, and you probably would give this a pretty solid use-case :P