Skip to content

Commit

Permalink
Merge pull request #1904 from elastic/add-kibana-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback authored Jul 20, 2020
2 parents e74be1b + faaeff8 commit 65289d6
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,19 @@ contents:
-
repo: kibana
path: docs/
-
repo: kibana
# git-archive requires `:(glob)` for ** to match no directory (and hence include `examples/README.asciidoc`)
path: ":(glob)examples/**/*.asciidoc"
exclude_branches: [ 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.0 ]
-
repo: kibana
path: ":(glob)src/**/*.asciidoc"
exclude_branches: [ 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.0 ]
-
repo: kibana
path: ":(glob)x-pack/**/*.asciidoc"
exclude_branches: [ 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.0 ]
-
repo: x-pack-kibana
prefix: kibana-extra/x-pack-kibana
Expand Down Expand Up @@ -929,13 +942,13 @@ contents:
-
repo: beats
path: libbeat/docs
exclude_branches: [ 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ]
exclude_branches: [ 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ]
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
path: shared/attributes.asciidoc
- title: Application Performance Monitoring (APM)
base_dir: en/apm
sections:
Expand Down Expand Up @@ -1152,7 +1165,7 @@ contents:
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
path: shared/attributes.asciidoc

- title: Elastic Security
sections:
Expand Down

0 comments on commit 65289d6

Please sign in to comment.