change docs to documentation

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-09-27 15:42:40 +02:00
parent aeddf86788
commit 406bcd8850
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View File

@ -27,7 +27,7 @@ module.exports = async function () {
{ to: "blog", label: "Blog", position: "left" }, { to: "blog", label: "Blog", position: "left" },
{ {
to: "docs/", to: "docs/",
label: "Docs", label: "Documentation",
position: "left", position: "left",
}, },
{ {

View File

@ -23,7 +23,7 @@ module.exports = async function () {
{ {
to: "docs/", to: "docs/",
activeBasePath: "docs", activeBasePath: "docs",
label: "Docs", label: "Documentation",
position: "left", position: "left",
}, },
{ {
@ -32,6 +32,12 @@ module.exports = async function () {
label: "Integrations", label: "Integrations",
position: "left", position: "left",
}, },
{
to: "developer-docs/",
activeBasePath: "developer-docs",
label: "Developer documentation",
position: "left",
},
{ {
href: "https://github.com/goauthentik/authentik", href: "https://github.com/goauthentik/authentik",
label: "GitHub", label: "GitHub",