Skip to content

Commit

Permalink
Remove x-pack docs dir from ES book (#2753)
Browse files Browse the repository at this point in the history
**Problem:** With elastic/elasticsearch#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 elastic/elasticsearch#99209
Rel: https://github.com/elastic/platform-docs-team/issues/208
  • Loading branch information
jrodewig authored Sep 13, 2023
1 parent 8002859 commit dbfdefc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbfdefc

Please sign in to comment.