website: update navbar, update 2023.6 changelog (#6136)

* website: update navbar, update 2023.6 changelog

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-07-04 14:25:08 +02:00 committed by GitHub
parent c67a48a23a
commit fb8c4b97f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 135 additions and 6706 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ module.exports = async function () {
title: "authentik", title: "authentik",
logo: { logo: {
alt: "authentik logo", alt: "authentik logo",
src: "img/icon_left_brand.svg", src: "img/icon.svg",
}, },
items: [ items: [
{ to: "blog", label: "Blog", position: "left" }, { to: "blog", label: "Blog", position: "left" },
@ -49,11 +49,6 @@ module.exports = async function () {
label: "Pricing", label: "Pricing",
position: "left", position: "left",
}, },
{
to: "jobs/",
label: "Jobs",
position: "left",
},
{ {
type: "dropdown", type: "dropdown",
label: `Version: ${releases[0].replace( label: `Version: ${releases[0].replace(
@ -122,6 +117,11 @@ module.exports = async function () {
{ {
title: "More", title: "More",
items: [ items: [
{
to: "jobs/",
label: "Jobs",
position: "left",
},
{ {
label: "GitHub", label: "GitHub",
href: "https://github.com/goauthentik/authentik", href: "https://github.com/goauthentik/authentik",

View File

@ -17,7 +17,7 @@ module.exports = async function () {
title: "authentik", title: "authentik",
logo: { logo: {
alt: "authentik logo", alt: "authentik logo",
src: "img/icon_left_brand.svg", src: "img/icon.svg",
}, },
items: [ items: [
{ {
@ -50,7 +50,10 @@ module.exports = async function () {
}, },
], ],
}, },
footer: mainConfig.themeConfig.footer, footer: {
links: [],
copyright: mainConfig.themeConfig.footer.copyright,
},
colorMode: mainConfig.themeConfig.colorMode, colorMode: mainConfig.themeConfig.colorMode,
tableOfContents: mainConfig.themeConfig.tableOfContents, tableOfContents: mainConfig.themeConfig.tableOfContents,
}, },