Clarify redirect_to in docs

Fix #490
This commit is contained in:
Vincent Prouillet 2018-10-19 12:14:17 +02:00
parent 465778c196
commit f64e65ce7e

View file

@ -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