migrate to main (#3035)

closes #3032

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens L
2022-06-03 19:40:09 +02:00
committed by GitHub
parent 0c591a50e3
commit 36cbc44ed6
17 changed files with 28 additions and 28 deletions

View File

@ -108,7 +108,7 @@ module.exports = {
id: "docs",
sidebarPath: require.resolve("./sidebars.js"),
editUrl:
"https://github.com/goauthentik/authentik/edit/master/website/",
"https://github.com/goauthentik/authentik/edit/main/website/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
@ -125,7 +125,7 @@ module.exports = {
routeBasePath: "integrations",
sidebarPath: require.resolve("./sidebarsIntegrations.js"),
editUrl:
"https://github.com/goauthentik/authentik/edit/master/website/",
"https://github.com/goauthentik/authentik/edit/main/website/",
},
],
[
@ -136,7 +136,7 @@ module.exports = {
routeBasePath: "developer-docs",
sidebarPath: require.resolve("./sidebarsDev.js"),
editUrl:
"https://github.com/goauthentik/authentik/edit/master/website/",
"https://github.com/goauthentik/authentik/edit/main/website/",
},
],
],