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

View File

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