mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
a074ea70e9
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
17 lines
274 B
JavaScript
17 lines
274 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: "doc",
|
|
id: "local-dev-environment",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "api",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "translation",
|
|
},
|
|
],
|
|
};
|