website: add a better edit this page element (#13391)

website/docs: Flesh out contributor footer.

Co-authored-by: Teffen Ellis <teffen@nirri.us>
This commit is contained in:
Jens L.
2025-03-06 19:27:57 +00:00
committed by GitHub
parent 319f2ef8d1
commit 354634cdf4
4 changed files with 208 additions and 0 deletions

View File

@ -102,6 +102,7 @@ const createConfig = (): Config => {
docs: {
id: "docs",
sidebarPath: "./sidebars.js",
showLastUpdateTime: true,
editUrl:
"https://github.com/goauthentik/authentik/edit/main/website/",
docItemComponent: "@theme/ApiItem",