Reorder files in index to unhide lost topics Add comment about placement of include

Fixes #10429
This commit is contained in:
Karen Metts 2019-02-12 10:31:33 -05:00 committed by karen.metts
parent 42c63b75df
commit 22648332a6

View file

@ -101,9 +101,6 @@ include::static/upgrading.asciidoc[]
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/configuration.asciidoc
include::static/configuration.asciidoc[]
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/field-reference.asciidoc
include::static/field-reference.asciidoc[]
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/multiple-pipelines.asciidoc
include::static/multiple-pipelines.asciidoc[]
@ -125,6 +122,16 @@ include::static/ingest-convert.asciidoc[]
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/ls-ls-config.asciidoc
include::static/ls-ls-config.asciidoc[]
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/field-reference.asciidoc
include::static/field-reference.asciidoc[]
//The `field-reference.asciidoc` file (included above) contains a
//`role="exclude"` attribute to pull in the topic and make it linkable in the LS
//Ref, but not appear in the main TOC. The `exclude`attribute was carrying
//forward for all subsequent topics under the `configuration.asciidoc` heading.
//This include should remain after includes for all other topics under the
//`Configuring Logstash` heading.
ifdef::include-xpack[]
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/management/configuring-centralized-pipelines.asciidoc
include::static/management/configuring-centralized-pipelines.asciidoc[]