From f64e65ce7ef131f790fa9204236a1d673fc80926 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 19 Oct 2018 12:14:17 +0200 Subject: [PATCH] Clarify redirect_to in docs Fix #490 --- docs/content/documentation/content/section.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/content/section.md b/docs/content/documentation/content/section.md index b36ccc5..5fe2b11 100644 --- a/docs/content/documentation/content/section.md +++ b/docs/content/documentation/content/section.md @@ -71,9 +71,10 @@ in_search_index = true # to be used directly render = true -# Whether to redirect when landing on that section. Defaults to `None`. +# Whether to redirect when landing on that section. Defaults to not being set. # Useful for the same reason as `render` but when you don't want a 404 when -# landing on the root section page +# landing on the root section page. +# Example: redirect_to = "documentation/content/overview" redirect_to = "" # Your own data