deployer/docs/sidebar.js
2022-03-22 15:15:41 +01:00

27 lines
361 B
JavaScript

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