2021-04-18 16:25:03 +01:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: "doc",
|
2021-06-21 20:25:56 +01:00
|
|
|
id: "index",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "full-dev-environment",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "frontend-only-dev-environment",
|
2021-04-18 16:25:03 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "api",
|
|
|
|
},
|
2021-04-18 16:31:15 +01:00
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "translation",
|
|
|
|
},
|
2021-06-15 21:14:23 +01:00
|
|
|
{
|
|
|
|
type: "doc",
|
|
|
|
id: "flow-executor",
|
|
|
|
},
|
2021-04-18 16:25:03 +01:00
|
|
|
],
|
|
|
|
};
|