website: fix build in docker (#13430)
* website: fix build in docker Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * sigh Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> --------- Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
committed by
GitHub
parent
727404c9a4
commit
9e0a9f4eee
@ -102,7 +102,8 @@ const createConfig = (): Config => {
|
||||
docs: {
|
||||
id: "docs",
|
||||
sidebarPath: "./sidebars.js",
|
||||
showLastUpdateTime: true,
|
||||
showLastUpdateTime:
|
||||
process.env.GIT_UNAVAILABLE != "true",
|
||||
editUrl:
|
||||
"https://github.com/goauthentik/authentik/edit/main/website/",
|
||||
docItemComponent: "@theme/ApiItem",
|
||||
|
||||
Reference in New Issue
Block a user