How to use? install mdbook github Installation tutorial reference mdBook installation create project mkdir aptos-book cd aptos-book mdbook init put js into project put move.js into misc dir put highlight.js into theme dir You can see this repo for an example: aptos-book move code use Move syntax segment ```move /// move code ``` run project mdbook serve