Sébastien Lorber

Results 1347 comments of Sébastien Lorber

fixed in [3.6.1](https://github.com/facebook/docusaurus/releases/tag/v3.6.1)

Yes, we could, although it's not a significant win since users can still use their preferred package manager afterward. Also, this requires us to use tabs for package managers now,...

Thanks, we'll track that issue: https://github.com/nebrelbug/npm-to-yarn/issues/48

I'd prefer to work on this myself later. I'm not sure we want to present package manager tabs as a first encounter to new users. Sometimes having less choice is...

Thanks for your PR @SethFalco and really sorry for the review delay, was busy on something else. I've decided to not merge it because the technical solution is not ideal....

Thanks! BTW I created a dedicated issue, if you want to help us improve our default SVGO config, let's discuss it here: https://github.com/facebook/docusaurus/issues/10679

The API design is the easy part of implementing Mermaid light/dark mode support. We might as well do `{options: {light,dark}}` (and keep supporting simpler `{options: ...}` too) --- Keep in...

Someone recently submitted this package to our community resources: https://github.com/jean-humann/docs-to-pdf

Thanks for reporting, agree something is going wrong here. Can you try adding this little plugin and report if it works as you expect? ```js plugins: [ function myDevtoolPlugin() {...

Thanks for reporting You can use process.env.NODE_ENV variable in configureWebpack to return a different value in dev only