Sébastien Lorber
Sébastien Lorber
Here are some relevant demos already presented on X: - https://x.com/SzymonRybczak/status/1932389295576224156 - https://x.com/Baconbrix/status/1932385006321860909
Another site using this: https://docs.dyte.io/react/quickstart 
> An alternative might be allowing components to accept children for rendering, either before or after? Then I could wrap the component, and allow more generic customization. Not sure what...
> I wrapped DocSidebarItems and displayed before the items, only if level == 1, to get it part of the scroll area. hmmm yes that can work but maybe not...
> I understand that, I just meant doing a similar concept of accepting elements to insert before and after, for the docsiderbar it would be any react component. Instead we'll...
We don't have a workaround currently but we could add a similar one to https://github.com/facebook/docusaurus/issues/7227: allowing you to register custom sidebar items with swizzle, and do not reject items with...
@RoiArthurB no update but still agree this could be useful. The build error is because `DocsVersionDropdownNavbarItem` is not programmed defensively and is only designed to be used with default values...
@glitch-txs the Dyte docs is using Docusaurus v3.1.1 (can be seen in HTML head meta tags): https://docs.dyte.io/react-ui-kit So yes this is definitively possible, similar to how it was in v2....
Note: the ideal plugin image returns `string | object` because in dev it can be disabled while it's always enabled in prod. Due to the modular nature of Docusaurus, if...
Yes, looks correct to me. Note that in that case, it's not even really a "folder" but rather a "baseUrl" that gets applied as a pathname prefix to all the...