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:
parent
c67a48a23a
commit
fb8c4b97f4
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Reference in New Issue