17 lines
274 B
JavaScript
17 lines
274 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: "doc",
|
|
id: "local-dev-environment",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "api",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "translation",
|
|
},
|
|
],
|
|
};
|