Update Docusaurus to 1.9.0#934
Update Docusaurus to 1.9.0#934rickhanlonii merged 1 commit intofacebook:masterfrom yangshun:docusaurus
Conversation
|
Deploy preview for react-native ready! Built with commit cd86475 https://deploy-preview-934--react-native.netlify.com Changes to Thank you for your contributions. |
|
Whaaaat, thanks @yangshun! |
|
Thanks so much @yangshun, this is so much better :) I'm wondering if there is a way to split up the Docs and API pages into two separate top-level entry points both with their own sidebars? For Docs, it should only have the Guides sections and for API it should have the Components and API sections. Is this possible? |
|
Thank you, @yangshun! |
|
Welcome! I'm always available to answer any Docusaurus-specific questions. Cheers! 🎉
I think it should be. I'll look into that. |
|
I just noticed that this also collapses the sidebar in the blog section. Is it possible to always expand it there? |
|
This is a limitation of the collapsible sidebar. I'll modify Docusaurus core to not collapse for blogs. |
|
PR for the fix in facebook/docusaurus#1519. Will update RN website when that PR is merged. |
Summary
.htmlextensions. This should have been done when thecleanUrloption was enabled but it still works because we generate both/path/index.htmland/path.htmlin v1. This will break in v2 so better change it now.