Skip to content

Commit 333aed4

Browse files
authored
Explicitly depend on shared docs in logstash (#1295)
Add explicit dependencies on the files in the docs repo that logstash uses so that when they change we automatically rebuild the docs.
1 parent fa14575 commit 333aed4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

conf.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,18 @@ contents:
740740
-
741741
repo: logstash-docs
742742
path: docs/
743+
-
744+
repo: docs
745+
path: shared/versions/stack/{version}.asciidoc
746+
exclude_branches: [ 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, 2.4, 2.3, 2.2, 2.1, 2.0, 1.5 ]
747+
-
748+
repo: docs
749+
path: shared/attributes.asciidoc
750+
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.5 ]
751+
-
752+
repo: docs
753+
path: shared/attributes62.asciidoc
754+
exclude_branches: [ master, 7.x, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.5 ]
743755
-
744756
title: Logstash Versioned Plugin Reference
745757
prefix: en/logstash-versioned-plugins
@@ -756,6 +768,9 @@ contents:
756768
-
757769
repo: logstash-docs
758770
path: docs/versioned-plugins
771+
-
772+
repo: docs
773+
path: shared/attributes.asciidoc
759774

760775
-
761776
title: Beats: Collect, Parse, and Ship

0 commit comments

Comments
 (0)