Skip to content

Asquera/elasticsearch-workshop-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elasticsearch training material & examples as a mdbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published