Setup mdbook
- Install rust and cargo
- Install mdbook via
cargo install mdbook
- Add
/.cargo/bin to $PATH
Preview the docs
git clone --recursive https://github.com/OpenBangla/manual.git && cd manual
mdbook serve obk-docs (For the English version)
mdbook serve obk-docs-bn (For the Bangla version
After that, goto http://localhost:3000/ in a browser
Setup mdbook
cargo install mdbook/.cargo/binto $PATHPreview the docs
git clone --recursive https://github.com/OpenBangla/manual.git && cd manualmdbook serve obk-docs(For the English version)mdbook serve obk-docs-bn(For the Bangla versionAfter that, goto http://localhost:3000/ in a browser