Walrus developer documentation, hosted using Docusaurus deployed on a Walrus Site: https://docs.wal.app/
The Walrus documentation uses the Sui Style Guide: https://docs.sui.io/style-guide
This Docusaurus deployment uses custom TSX/JSX components that expand upon the basic Docusaurus features. These same components are also used by the Sui, SuiNS, and (soon) Seal documentation.
To maintain these components, they are housed in a shared repo and pulled into this repo as a subtree using the command:
git subtree pull --prefix=docs/site/src/shared https://github.com/MystenLabs/ML-Shared-Docusaurus.git master --squash