website: show all blog posts in sidebar (#5532)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-05-08 22:05:02 +02:00
committed by GitHub
parent 9d9616138f
commit 5fd414576b
2 changed files with 27 additions and 0 deletions

View File

@ -4,6 +4,7 @@ const releases = sidebar.docs
.filter((doc) => doc.link?.slug === "releases")[0]
.items.filter((release) => typeof release === "string");
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: "authentik",
tagline: "Making authentication simple.",
@ -146,6 +147,11 @@ module.exports = {
trackingID: "G-9MVR9WZFZH",
anonymizeIP: true,
},
blog: {
showReadingTime: true,
blogSidebarTitle: "All our posts",
blogSidebarCount: "ALL",
},
},
],
],