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: "blog", label: "Blog", position: "left" },
|
||||||
{
|
{
|
||||||
to: "docs/",
|
to: "docs/",
|
||||||
label: "Docs",
|
label: "Documentation",
|
||||||
position: "left",
|
position: "left",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Reference in New Issue