Sébastien Lorber

Results 1344 comments of Sébastien Lorber

Closing in favor of https://github.com/facebook/docusaurus/pull/11315 because the CLA hasn't been signed. Feel free to open a new PR and sign the CLA if you think some of your translations are...

My goal is to make page creation much simpler than it is currently so that you can easily create page with custom props easily from a node script. But I...

It would be a plugin like other plugins. You would write something like ```js const siteConfig = { sitePlugin: { // Get data from anywhere loadContent: async () => {...

> Yet learning to build a Docusaurus documentation/blog to me is feeling like learning a whole new React framework. There are custom hooks, plugins, themes, presets, babel configurations, webpack configurations....

Note: although we still don't have a way to generate static pages for dynamic routes, it's still possible to use dynamic client-side routes in Docusaurus. I wrote a detailed explanation...

I think we'd still benefit from this change yes

Hey @jtroussard , my time is a bit limited to maintain this package. I only became maintainer of it because I needed it for Docusaurus 😅 I never even used...

Which version of NPM are you using and what does it mean "does not work". How do you see that it doesn't work? We have `npm run thing -- --extraArg`...

I figured it out: it doesn't work only on npm if you forget to add a `crowdin` script in package.json: ![CleanShot 2024-10-31 at 11 54 22](https://github.com/user-attachments/assets/9128327b-4caf-4181-ac02-96c6ff0e6afe) We document to do...

> In some shells, mine included Which shell are you using? --- I'm open to suggestions to improve things, but it looks like difficult to craft a simple command that...