Sébastien Lorber
Sébastien Lorber
> I don't think I fully appreciate what can be done if we have the option type: "sidebarName", Docusaurus site has 2 sidebars: Docs and API This means that one...
I don't forget, but waiting for @zpao to give me member access. Will figure out if we should take temporary actions immediately (ie use a fork) until the org is...
Thanks You are right that we should find a future-proof solution to this problem. It does not look so simple to do that switch, but it's on my plans to...
FYI next version will use React 17 by default, and I've published a fork of `react-loadable` to get rid of the dev deprecation warning. https://github.com/facebook/docusaurus/pull/4218 We'll still have to migrate...
There are also disagreements in the MDX core contributors: - https://github.com/mdx-js/mdx/pull/1425 - https://github.com/mdx-js/mdx/issues/1385 There's also a "fork" [xdm](https://github.com/wooorm/xdm) project from Titus himself. Let's not rush on this migration for now...
MDX 2 RC 👍 https://v2.mdxjs.com/blog/v2/  And there's a migration guide: https://v2.mdxjs.com/migrating/v2/
Nextra just upgraded in their 2.0 beta. Seems like it was not too hard to do this upgrade: - https://github.com/shuding/nextra/pull/184 - https://github.com/shuding/nextra/pull/251 (except maybe the ESM support 😅 )
MDX v2.0 is officially released: https://mdxjs.com/blog/v2/
Great 👍 thanks for that So if I understand correctly we mostly need to figure out how to upgrade admonitions
> One option I have considered is the Quip approach of locking blocks that are being edited by others. In this way, as the remote user modifies the locked block,...