Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Walrus developer documentation, hosted using Docusaurus deployed on a Walrus Site: https://docs.wal.app/

Style guide

The Walrus documentation uses the Sui Style Guide: https://docs.sui.io/style-guide

Custom components

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

Learn more about Git Subtrees.