This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/sidebarsDev.js
Jens L 97df7848a5
blueprints: allow setting of token key in blueprint context (#4995)
closes #4717

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-03-18 00:10:12 +01:00

60 lines
1.4 KiB
JavaScript

module.exports = {
docs: [
{
type: "doc",
id: "index",
},
{
type: "category",
label: "Blueprints",
link: {
type: "doc",
id: "blueprints/index",
},
items: [
"blueprints/export",
"blueprints/v1/structure",
"blueprints/v1/tags",
"blueprints/v1/example",
"blueprints/v1/models",
"blueprints/v1/meta",
],
},
{
type: "category",
label: "API",
link: {
type: "doc",
id: "api/api",
},
items: [
"api/flow-executor",
"api/making-schema-changes",
"api/websocket",
"api/browser",
],
},
{
type: "category",
label: "Setup",
items: [
"setup/full-dev-environment",
"setup/frontend-dev-environment",
"setup/website-dev-environment",
],
},
{
type: "doc",
id: "translation",
},
{
type: "doc",
id: "docs/writing-documentation",
},
{
type: "doc",
id: "releases/index",
},
],
};