deployer/docs/sidebar.js
2021-11-30 00:09:27 +01:00

33 lines
438 B
JavaScript

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