parent
465778c196
commit
f64e65ce7e
|
@ -71,9 +71,10 @@ in_search_index = true
|
||||||
# to be used directly
|
# to be used directly
|
||||||
render = true
|
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
|
# 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 = ""
|
redirect_to = ""
|
||||||
|
|
||||||
# Your own data
|
# Your own data
|
||||||
|
|
Loading…
Reference in a new issue