The Sovereign SDK book is built using mdbook
. To view its contents:
cargo install mdbook
mdbook serve --open
You can find full documentation for mdbook
here.
To edit an existing chapter, simply modify the corresponding Markdown file in the src
directory.
To change the book structure, modify SUMMARY.md
.
To edit the default theme, modify theme/variables.css
.
Just merge to main.