Several options for building the sim website: - https://docusaurus.io — React-based static site generator, rich docs/blog ecosystem - https://gohugo.io — Go-based, single binary, very fast builds (fits the Go stack) - https://vitepress.dev — Vue-powered docs site, minimal config - https://squidfunk.github.io/mkdocs-material/ — Python/Markdown docs with a polished Material theme - https://starlight.astro.build — Astro's docs theme, content-focused framework
Several options for building the sim website: