mirror of
https://github.com/goauthentik/authentik
synced 2026-05-05 22:52:42 +02:00
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",
|
|
},
|
|
],
|
|
};
|