Sébastien Lorber

Results 1346 comments of Sébastien Lorber

Let me work a bit on this and I'll let you know once all the optimizations I want are ready in Docusaurus core You should already see a great improvement...

Unfortunately you can't easily do that without forking Infima Infima distributes CSS as a standalone CSS file without non-standard features (such as using CSS vars in media queries). And Docusaurus...

Answered here: https://github.com/facebook/docusaurus/discussions/10741#discussioncomment-11472757 I doubt it's a problem in this plugin

@SimenB one of your translators probably translated the front matter `id` of this doc to Chinese: https://github.com/jestjs/jest/blob/main/docs/UpgradingToJest29.md Then the Chinese sidebar now tries to reference an id that doesn't exist...

😄 It's been a while. We'll never know exactly but to me the goal is to be able to distinguish Markdown triple-backticks code blocks (that MDX automatically wraps in ``)...

For future references, here's how MDX compiles: ![CleanShot 2024-10-03 at 12 37 15](https://github.com/user-attachments/assets/5da19887-2ed1-4c31-bf54-d997563a6d35) And here's how it compiles CommonMark: ![CleanShot 2024-10-03 at 12 38 20](https://github.com/user-attachments/assets/9b795d92-2d25-4f18-b258-875b332e78be)

We usually add to the Docusaurus core repo what we use on our own website. In this case it's not really a need we have, and adding this to core...

Considering the number of issues linking back to this one, I think we should consider implementing such a plugin in Docusaurus core, even though I'm still not super convinced by...

## Plugin design? In my opinion, the problems we have when generating such llms file are: - which routes/source files should be listed - how to group routes together under...

Interesting blog post from a Sentry engineer implementing llms.txt: https://byk.im/posts/marking-it-up-and-down/ > Since we cannot go directly from MDX to Markdown, we had to render the HTML from MDX first and...