- github
- Installation tutorial reference mdBook installation
mkdir aptos-book
cd aptos-book
mdbook init
- put
move.js
intomisc
dir - put
highlight.js
intotheme
dir
You can see this repo for an example:
```move /// move code ```
mdbook serve
mkdir aptos-book
cd aptos-book
mdbook init
move.js
into misc
dirhighlight.js
into theme
dirYou can see this repo for an example:
```move /// move code ```
mdbook serve