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.
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",
|
2021-10-11 20:45:24 +00:00
|
|
|
label: "Using the API",
|
2021-08-29 17:49:18 +00:00
|
|
|
items: [
|
|
|
|
"api/api",
|
|
|
|
"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",
|
|
|
|
label: "Setup",
|
|
|
|
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",
|
|
|
|
},
|
2021-04-18 15:25:03 +00:00
|
|
|
],
|
|
|
|
};
|