Closed
Description
We currently duplicate glossary terms for Elasticsearch in two places:
Per @lcawl's suggestion in elastic/stack-docs#34, we should consolidate terms in the Elastic Stack Glossary and use include::
to pull them in.
Caveats
@lcawl pointed out that this will create a dependency between the ES Reference and the Elastic Stack glossary.
A non-exhaustive list of options to address the dependency:
- Update the Doc Build aliases to explicitly list the stack-docs repo as a resource.
- Relocate the Elastic Stack glossary to the /elastic/docs repo.
@nik9000 let me know if you have any input on the preferred approach.