2021-04-18 15:25:03 +00:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: "doc",
|
2021-06-21 19:25:56 +00:00
|
|
|
id: "index",
|
|
|
|
},
|
|
|
|
{
|
2021-08-29 17:49:18 +00:00
|
|
|
type: "category",
|
2022-08-05 22:52:12 +00:00
|
|
|
label: "Blueprints",
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "blueprints/index",
|
|
|
|
},
|
2022-08-19 11:01:01 +00:00
|
|
|
items: [
|
|
|
|
"blueprints/export",
|
|
|
|
"blueprints/v1/structure",
|
|
|
|
"blueprints/v1/tags",
|
|
|
|
"blueprints/v1/example",
|
2022-08-30 12:08:26 +00:00
|
|
|
"blueprints/v1/meta",
|
2022-08-19 11:01:01 +00:00
|
|
|
],
|
2022-08-05 22:52:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "API",
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "api/api",
|
|
|
|
},
|
2021-08-29 17:49:18 +00:00
|
|
|
items: [
|
|
|
|
"api/flow-executor",
|
|
|
|
"api/making-schema-changes",
|
|
|
|
"api/websocket",
|
|
|
|
],
|
2021-04-18 15:25:03 +00:00
|
|
|
},
|
2021-08-23 08:32:37 +00:00
|
|
|
{
|
2021-08-29 17:49:18 +00:00
|
|
|
type: "category",
|
2022-08-19 11:01:01 +00:00
|
|
|
label: "Development",
|
2021-08-29 17:49:18 +00:00
|
|
|
items: [
|
|
|
|
"setup/full-dev-environment",
|
|
|
|
"setup/frontend-only-dev-environment",
|
|
|
|
],
|
2021-04-18 15:25:03 +00:00
|
|
|
},
|
2021-04-18 15:31:15 +00:00
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "translation",
|
|
|
|
},
|
2022-01-29 22:37:23 +00:00
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "docs/writing-documentation",
|
|
|
|
},
|
2021-04-18 15:25:03 +00:00
|
|
|
],
|
|
|
|
};
|