Elasticsearch training material & examples as a mdbook.
The book is using mdbook to generate a static site. To build the book locally install Rust first, then use cargo to install the mdbook command line tool.
To install mdbook with cargo run:
cargo install mdbookTo render the book locally use the mdbook CLI executable:
mdbook buildit reads the SUMMARY.md file to understand the structure of the book. It takes all markdown files and outputs static htlm pages. To view the book open the generated index page.