Sébastien Lorber
Sébastien Lorber
@benjdlambert in my case it doesn't reproduce consistently, so it might be something else.  Maybe try to use Rspack 1.1 and see if it improves, I don't remember having...
We try to keep the core relatively small due to limited maintenance capacity. In particular for things that can be implemented as plugins by the community. Here's an example: https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom...
Agree, this is a change we want to do, I even have todos in our code: ```ts export default function NavbarContent(): ReactNode { const mobileSidebar = useNavbarMobileSidebar(); const items =...
Please create a https://docusaurus.new runnable repro using our bug report template.
Thanks, I confirm something weird is happening
So, the problem is that both documents within the same directory gets assigned the same id The logic looks like this: ```ts const baseID: string = frontMatter.id ?? unprefixedFileName; const...
fixed in https://github.com/facebook/docusaurus/pull/11329
Thanks for the feature design. I generally agree with many things you said. This historical component is quite messy in its current state, and we should probably refactor it, handle...
As far as I remember from an old issue (https://github.com/facebook/docusaurus/issues/3272) we only support symlinks on the root docs folder, not subdirectories/files. Since then, it's been a while since we haven't...
@alourie, as far as I remember, this works if you set `resolve.symlinks = false`, but apparently not with pnpm: https://github.com/facebook/docusaurus/issues/3272#issuecomment-2778515784