From 219ddea6c2557d9553bc8cb140ffddb5e27dc581 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 18 Oct 2019 13:50:31 -0400 Subject: [PATCH 1/3] Switch the Chinese Definitive Guide to Asciidoctor AsciiDoc is deprecated and we have to drop support for it. --- conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.yaml b/conf.yaml index 0a0afb4c09ca6..095079faaf28a 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1326,6 +1326,7 @@ contents: title: 简体中文 base_dir: cn lang: zh_cn + asciidoctor: true sections: - title: 《Elasticsearch 权威指南》中文版 From e3bdf34127515908326531a5f7fc7981194b6081 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 18 Oct 2019 16:28:44 -0400 Subject: [PATCH 2/3] Wrong place --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 095079faaf28a..cd5e6a4ac73bd 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1326,7 +1326,6 @@ contents: title: 简体中文 base_dir: cn lang: zh_cn - asciidoctor: true sections: - title: 《Elasticsearch 权威指南》中文版 @@ -1338,6 +1337,7 @@ contents: lang: zh_cn tags: Elasticsearch/Definitive Guide subject: Elasticsearch + asciidoctor: true sources: - repo: guide-cn From e26b858738d25a1b51378d9ee66df0eb2f6fb75d Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 21 Oct 2019 14:45:29 -0400 Subject: [PATCH 3/3] Suppress migration warnings --- conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.yaml b/conf.yaml index a8102bb9da5a3..f847e54964a4b 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1419,6 +1419,7 @@ contents: tags: Elasticsearch/Definitive Guide subject: Elasticsearch asciidoctor: true + suppress_migration_warnings: true sources: - repo: guide-cn