deployer/docs/sidebar.js
2022-09-07 22:25:12 +02:00

20 lines
330 B
JavaScript

module.exports = [
"installation",
"getting-started",
"basics",
{
type: "category",
label: "Main Concepts",
items: ["hosts", "tasks", "selector"],
},
"ci-cd",
"yaml",
"cli",
"api",
{
type: "category",
label: "Other",
items: ["avoid-php-fpm-reloading", "UPGRADE", "KNOWN_BUGS"],
},
];