Update deps + fix some misleading doc
This commit is contained in:
parent
e3cb4ff0ea
commit
56e25132a9
413
Cargo.lock
generated
413
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -23,4 +23,4 @@ config = { path = "../config" }
|
|||
imageproc = { path = "../imageproc" }
|
||||
|
||||
[dev-dependencies]
|
||||
mockito = "0.23"
|
||||
mockito = "0.25"
|
||||
|
|
|
@ -82,7 +82,7 @@ render = true
|
|||
# Useful for the same reason as `render` but when you don't want a 404 when
|
||||
# landing on the root section page.
|
||||
# Example: redirect_to = "documentation/content/overview"
|
||||
redirect_to = ""
|
||||
redirect_to =
|
||||
|
||||
# If set to "true", the section will pass its pages on to the parent section. Defaults to `false`.
|
||||
# Useful when the section shouldn't split up the parent section, like
|
||||
|
|
Loading…
Reference in a new issue