From 5bd9f2b0365b487b93c49feab6da7430aa33732b Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 12 Feb 2020 12:59:24 -0500 Subject: [PATCH] [DOCS] Add docs build info to TESTING.asciidoc (#52271) Adds a brief section about Elasticsearch docs and how users can test/build them locally. --- TESTING.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 4555ae7503274..1a22c9ade9b92 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -638,3 +638,9 @@ which you can use to measure the performance impact. It comes with a set of default benchmarks that we also https://elasticsearch-benchmarks.elastic.co/[run every night]. To get started, please see https://esrally.readthedocs.io/en/stable/[Rally's documentation]. + +== Test doc builds + +The Elasticsearch docs are in AsciiDoc format. You can test and build the docs +locally using the Elasticsearch documentation build process. See +https://github.com/elastic/docs. \ No newline at end of file