Sébastien Lorber

Results 1466 comments of Sébastien Lorber

We bumped to Node.16.14 here: https://github.com/facebook/docusaurus/pull/7501 16.14 instead of 16.0 because we want to use some features that are not in 16.0, like Error Cause To formalize this: when we...

Between maths, themed images, admonitions, Mermaid... they are clearly giving us some additional work 🤪 Let's wait a bit and see how this turns out

yes, this is also annoying me a lot, not sure what's the best solution to have better SSR stack traces Using try/catch, does it mean we have to emit those...

👍 for DocLink as a public API and usable in footer.It can use `useLayoutDoc(docId, docsPluginId)` similarly to DocNavbarItem It would be fine to replace the setup we have for NavbarItems...

Note for self, upgrade to css-loader 6 as part of this PR (see also https://github.com/facebook/docusaurus/pull/6424)

I'd like to include more options yes, however this API design is not so simple and I'm not very fan of your current proposal 😅 The API you propose seems...

> What if I want some additional links but keep the rest of the 10 categories + 50 doc links auto generated? If we could make the sidebar generation logic...

> Maybe category metadata would be read ahead of time. Yes, that's also what I think. An empty folder with a `_category_.json` should probably lead to an empty sidebar category...

@lorenzolewis that looks like a similar case to https://github.com/facebook/docusaurus/pull/5830#issuecomment-1017146250 (except your doc is named `index`) You should be able to do something like: ```js [ { type: "category", label: "JS",...

> @slorber I like the idea of being able to add docs too. Add docs where? > I have just had a read through the whole issue. Will there be...