Sébastien Lorber
Sébastien Lorber
It's more 2min than 4min, because the log is unclear but one ask is composed of another. And yes that seems expected that rendering, minifying and wriing thousands of static...
Hi, I'm not totally sure to understand your usecase, a better description would be appreciated, and also if you can put a deploy preview of your doc site with 3...
@dswiecki this has been requested quite often so we'll build it, however this is not the simplest one to design, and we have more important features to work on in...
We are a static site generator and not a hybrid framework like Next.js. This means that we can only check for user authentication status once in the browser. Having navbar...
Just updated this to showcase that it can cover the need of https://github.com/facebook/docusaurus/pull/5756, it is not at all a final/definitive API
React-Native is using a conditional version dropdown, that is only displayed on docs pages. https://github.com/facebook/react-native-website/blob/main/website/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js The implementation can likely be greatly simplified, just using `swizzle --wrap` should allow you to...
@al1re2a we support passing a `className: "my-css-class"`, which is the default class prop for React components CSS. Maybe it's not documented well enough? However I think it's applied to the...
The solution I suggested is quite similar but more robust. The docs plugin id is not always contained in the URL. ```js const activeDocContext = useActiveDocContext(props.docsPluginId); ``` This returns something...
Ah yes, I don't always run the pseudo-code I suggest to use so take this with a grain of salt and adapt it a bit if needed 😄
> Can this be applied not to the /docs folder, but on the contrary, to the versioned multi-instance docs that reside next to /docs? I don't know what you mean...