Sébastien Lorber
Sébastien Lorber
@karanjthakkar actually you are right using macros can be a problem due to metro caching. I didn't really dig more into this problem or the `getCacheKey` option so not sure...
Related issue in core: https://github.com/storybooks/react-native-storybook/issues/103
@jfhbrook it solves similar problem for me in a less flexible way. In my case, I'd love to be able to give custom fallback page, and not rely on convention...
I need this too!
What I understand is that you want this to display in a better way  That seems reasonable to add a sidebar link attribute to...
Hey @heysujal, this is a very simple issue but it requires being used to Docusaurus in the first place to understand what should be done. If it's not the case,...
Hi, This is definitively something we should have, but is not so easy. We also need to extract critical CSS to inline it in the pages. It's already been mentioned...
Thanks for the details @lunelson I don't have time to investigate these things right now but we'll likely come back to it once i18n is there
Note, we might introduce a way to wrap root element in this PR: https://github.com/facebook/docusaurus/pull/3153
@lunelson in the meantime alpha66 declare a new component "LayoutProviders" that you can swizzle and wrap with custom providers. For minimum maintenance burden, you can also check this doc to...