* Highlight code examples in user docs * Add missing quotes to archive_source example
To build the docs, install mdbook.
You can build the HTML with mdbook build.
mdbook build
To serve the docs on localhost:3000 and watch for changes, use mdbook serve.
localhost:3000
mdbook serve