deployer/docs/sidebar.js
2022-03-12 17:14:16 +01:00

32 lines
422 B
JavaScript

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