Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 780 Bytes

Elasticsearch Book

Elasticsearch training material & examples as a mdbook.

Build

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 mdbook

To render the book locally use the mdbook CLI executable:

mdbook build

it 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.