Uh oh!
There was an error while loading. Please reload this page.
Update Docusaurus to 1.9.0 - #934
Conversation
react-native-bot
commented
May 16, 2019
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. |
rickhanlonii
commented
May 16, 2019
Whaaaat, thanks @yangshun! |
cpojer
commented
May 17, 2019
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? |
charpeni
commented
May 17, 2019
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. |
cpojer
commented
May 21, 2019
I just noticed that this also collapses the sidebar in the blog section. Is it possible to always expand it there? |
yangshun
commented
May 22, 2019
This is a limitation of the collapsible sidebar. I'll modify Docusaurus core to not collapse for blogs. |
yangshun
commented
May 26, 2019
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.