This repository is the home for the cross-stack (Elastic Stack) documentation, such as the Installation and Configuration Guide and the Machine Learning Guide.
Within this repo, the /docs/en/
directory is structured as follows:
Directory | Description |
---|---|
getting-started | Contains the source files for the Getting Started Guide. |
gke-on-prem | Contains the source files for Elastic Stack and Google Cloud's Anthos |
glossary | Contains the source files for the Elastic Glossary. |
install-upgrade | Contains the source files for the Elastic Installation and Upgrade Guide. |
stack/ml | Contains the source files for the Machine Learning Guide. |
To build the docs:
-
Identify which book you want to build and whether it has any dependencies on other repositories. You can see the required repositories for each book in either the conf.yaml or the doc_build_aliases.sh file.
-
Check out the
elastic/docs
repository and any other necessary repositories. -
Run the appropriate
build_docs
script, as listed in the doc_build_aliases.sh file.