2021-04-18 16:25:03 +01:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: "doc",
|
2021-06-21 20:25:56 +01:00
|
|
|
id: "index",
|
|
|
|
},
|
|
|
|
{
|
2021-08-29 18:49:18 +01:00
|
|
|
type: "category",
|
2021-10-11 21:45:24 +01:00
|
|
|
label: "Using the API",
|
2021-08-29 18:49:18 +01:00
|
|
|
items: [
|
|
|
|
"api/api",
|
|
|
|
"api/flow-executor",
|
|
|
|
"api/making-schema-changes",
|
|
|
|
"api/websocket",
|
|
|
|
],
|
2021-04-18 16:25:03 +01:00
|
|
|
},
|
2021-08-23 09:32:37 +01:00
|
|
|
{
|
2021-08-29 18:49:18 +01:00
|
|
|
type: "category",
|
|
|
|
label: "Setup",
|
|
|
|
items: [
|
|
|
|
"setup/full-dev-environment",
|
|
|
|
"setup/frontend-only-dev-environment",
|
|
|
|
],
|
2021-04-18 16:25:03 +01:00
|
|
|
},
|
2021-04-18 16:31:15 +01:00
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "translation",
|
|
|
|
},
|
2022-01-29 22:37:23 +00:00
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "docs/writing-documentation",
|
|
|
|
},
|
2021-04-18 16:25:03 +01:00
|
|
|
],
|
|
|
|
};
|