MD Book
To install Md book, first we need build-essentials [Only for linux]
sh
sudo apt install build-essentialInstall Md Book
sh
cargo install mdbookTo install default theme, so you can modify those files
sh
mdbook init --themeTo start a local server, it will start it on localhost:3000
sh
mdbook serveTo support mermaid
sh
cargo install mdbook-mermaid
mdbook-mermaid install <path-to-your-book>