From e05663688642748a08b7ef0bab17caebbadcd5c7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 8 Jun 2020 15:42:49 +0200 Subject: [PATCH] Add FAQ section to reference docs #1307 --- RELEASE-NOTES.md | 3 ++- src/main/asciidoc/advanced-usage.asciidoc | 4 ++-- src/main/asciidoc/faq.asciidoc | 5 +++++ src/main/asciidoc/index.asciidoc | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 src/main/asciidoc/faq.asciidoc diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cfcecdda96..63006abae5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,7 +2,7 @@ Lettuce 5.3.1 RELEASE NOTES =========================== The Lettuce team is pleased to announce the Lettuce 5.3.1 service release! -This release ships with 9 tickets fixed along of dependency upgrades. +This release ships with 10 tickets fixed along of dependency upgrades. Most notable changes are fixes around `PauseDetector` acquisition which may cause infinite loops during metrics logging and therefore command timeouts. Find the full changelog at the end of this document. @@ -36,3 +36,4 @@ Other ----- * Replace io.lettuce.core.resource.Futures utility with Netty's PromiseCombiner #1283 * Upgrade dependencies #1305 +* Add FAQ section to reference docs #1307 diff --git a/src/main/asciidoc/advanced-usage.asciidoc b/src/main/asciidoc/advanced-usage.asciidoc index 35529297bd..1b46f997a4 100644 --- a/src/main/asciidoc/advanced-usage.asciidoc +++ b/src/main/asciidoc/advanced-usage.asciidoc @@ -1,6 +1,6 @@ :auto-reconnect-link: <> -:client-options-link: <> -:client-resources-link: <> +:client-options-link: <> +:client-resources-link: <> :custom-commands-command-output-link: <> :custom-commands-command-exec-model-link: <> diff --git a/src/main/asciidoc/faq.asciidoc b/src/main/asciidoc/faq.asciidoc new file mode 100644 index 0000000000..1793a75438 --- /dev/null +++ b/src/main/asciidoc/faq.asciidoc @@ -0,0 +1,5 @@ +:client-options-link: <> + +[[faq]] +== Frequently Asked Questions +include::{ext-doc}/Frequently-Asked-Questions.asciidoc[leveloffset=+1] diff --git a/src/main/asciidoc/index.asciidoc b/src/main/asciidoc/index.asciidoc index 21b5dae156..d469f672fa 100644 --- a/src/main/asciidoc/index.asciidoc +++ b/src/main/asciidoc/index.asciidoc @@ -30,3 +30,4 @@ include::advanced-usage.asciidoc[] include::integration-extension.asciidoc[] +include::faq.asciidoc[]