From a99653778541b3b6c0738947b5c75475906bcb06 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 19 Jul 2019 14:53:59 -0400 Subject: [PATCH 1/2] Switch logstash to asciidoctor Switches the core of the docs build from the no-longer-maintained AsciiDoc to the actively developed Asciidoctor. --- conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.yaml b/conf.yaml index f80f206944ae..f74d2477d994 100644 --- a/conf.yaml +++ b/conf.yaml @@ -580,6 +580,7 @@ contents: tags: Logstash/Reference subject: Logstash respect_edit_url_overrides: true + asciidoctor: true sources: - repo: logstash From e3a8193d47fe95c2bf2ef8f435b6839218eb1672 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 24 Jul 2019 11:43:42 -0400 Subject: [PATCH 2/2] Mark x-pack-logstash private so it doesn't get edit links --- conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.yaml b/conf.yaml index f74d2477d994..2c0b9f2aad24 100644 --- a/conf.yaml +++ b/conf.yaml @@ -589,6 +589,7 @@ contents: repo: x-pack-logstash prefix: logstash-extra/x-pack-logstash path: docs/en + private: true exclude_branches: [ master, 7.x, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.5 ] - repo: logstash-docs