You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's https://storybook.js.org/ but it's very much focused on UI components and doesn't really have a good way of introducing the library as a whole.
MDX is a pretty neat (lets you use Markdown to write JSX) format, we could incorporate that into something custom using Gatsby but it could be time consuming to setup.
There's also https://docusaurus.io/ which, after a two minute scan through their website, seems to just let us write MDX files and it does all the heavy lifting.
The more I look at docusarus, the better it looks. Covers a bunch of key features that'd be a faff to write ourselves like searching, versioning and claims to be SEO-friendly. It's also being used by big projects like Jest so it might look and feel familiar to new developers.
Seems like the right choice for this stage in the project.
My suggestion:
The text was updated successfully, but these errors were encountered: