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",
|
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",
|
||||||
|
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue