change docs to documentation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
aeddf86788
commit
406bcd8850
|
@ -27,7 +27,7 @@ module.exports = async function () {
|
|||
{ to: "blog", label: "Blog", position: "left" },
|
||||
{
|
||||
to: "docs/",
|
||||
label: "Docs",
|
||||
label: "Documentation",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -23,7 +23,7 @@ module.exports = async function () {
|
|||
{
|
||||
to: "docs/",
|
||||
activeBasePath: "docs",
|
||||
label: "Docs",
|
||||
label: "Documentation",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
|
@ -32,6 +32,12 @@ module.exports = async function () {
|
|||
label: "Integrations",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
to: "developer-docs/",
|
||||
activeBasePath: "developer-docs",
|
||||
label: "Developer documentation",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
href: "https://github.com/goauthentik/authentik",
|
||||
label: "GitHub",
|
||||
|
|
Reference in New Issue