From dbfdefc9611f4a0d6b399edc8863c8644bb75621 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 13 Sep 2023 04:43:36 -0400 Subject: [PATCH] Remove x-pack docs dir from ES book (#2753) **Problem:** With https://github.com/elastic/elasticsearch/pull/99209, the elasticsearch repo's `x-pack/docs` directory no longer contains docs for the Elasticsearch Guide in 8.10+. However, the docs build config still lists the `x-pack/docs` directory as a dependency. **Solution:** Update the docs build config to remove the `x-pack/docs` dependency for the Elasticsearch Guide in 8.10+. Depends on https://github.com/elastic/elasticsearch/pull/99209 Rel: https://github.com/elastic/platform-docs-team/issues/208 --- conf.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index b961e3bad1610..a2bbec0902d76 100644 --- a/conf.yaml +++ b/conf.yaml @@ -357,7 +357,8 @@ contents: repo: elasticsearch path: x-pack/docs private: true - exclude_branches: [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ] + # only exists from 6.2 to 8.9 + exclude_branches: [ main, 8.10, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ] - repo: elasticsearch path: x-pack/qa/sql