mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-22 08:12:29 +01:00
20 lines
330 B
JavaScript
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"],
|
|
},
|
|
];
|