mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
25 lines
313 B
JavaScript
25 lines
313 B
JavaScript
module.exports = [
|
|
'installation',
|
|
'getting-started',
|
|
'basics',
|
|
{
|
|
type: 'category',
|
|
label: 'Main Concepts',
|
|
items: [
|
|
'hosts',
|
|
'tasks',
|
|
'config',
|
|
],
|
|
},
|
|
'yaml',
|
|
'cli',
|
|
'api',
|
|
{
|
|
type: 'category',
|
|
label: 'Other',
|
|
items: [
|
|
'UPGRADE',
|
|
],
|
|
},
|
|
]
|