Hey all.
There's a new docs site for Anomaly modding... and you're looking at it!
Docusaurus
The new site is built ontop of Docusaurus V2.
Docusaurus is a pretty great static site generator from Facebook. It's basically NextJS with the SSR ripped out.
Here are some highlights:
- Normal React TSX development for pages
 - MDX support for content (Markdown + React)
 - Has a nice blog
 - Offline search
 - Powerful automatic sidebar support
 - Easy to add docs for new tools, libs and plugins
 
If you're just trying to contribute documentation or an article it doesn't get easier:
That's it!