Sébastien Lorber
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:  And here's how it compiles CommonMark: 
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...