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",
|
2023-05-08 13:07:00 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Models",
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "blueprints/v1/models",
|
|
|
|
},
|
|
|
|
items: ["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",
|
2022-11-17 10:37:09 +00:00
|
|
|
"api/browser",
|
2021-08-29 17:49:18 +00:00
|
|
|
],
|
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",
|
2023-03-06 19:27:05 +00:00
|
|
|
label: "Setup",
|
2021-08-29 17:49:18 +00:00
|
|
|
items: [
|
|
|
|
"setup/full-dev-environment",
|
2023-03-06 19:27:05 +00:00
|
|
|
"setup/frontend-dev-environment",
|
|
|
|
"setup/website-dev-environment",
|
2021-08-29 17:49:18 +00:00
|
|
|
],
|
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
|
|
|
{
|
2023-08-03 18:41:27 +00:00
|
|
|
type: "category",
|
|
|
|
label: "Writing documentation",
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "docs/writing-documentation",
|
|
|
|
},
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Templates",
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "docs/templates/index",
|
|
|
|
},
|
2023-08-10 15:21:53 +00:00
|
|
|
items: [
|
|
|
|
"docs/templates/procedural",
|
|
|
|
"docs/templates/conceptual",
|
2023-08-14 18:51:56 +00:00
|
|
|
"docs/templates/reference",
|
2023-08-10 15:21:53 +00:00
|
|
|
],
|
2023-08-03 18:41:27 +00:00
|
|
|
},
|
|
|
|
],
|
2022-01-29 22:37:23 +00:00
|
|
|
},
|
2022-12-22 11:01:34 +00:00
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "releases/index",
|
|
|
|
},
|
2023-06-16 15:25:37 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Community Events",
|
|
|
|
items: ["hackathon/index"],
|
|
|
|
},
|
2021-04-18 15:25:03 +00:00
|
|
|
],
|
|
|
|
};
|