deployer/docs/sidebar.js
2021-11-07 22:38:03 +01:00

26 lines
324 B
JavaScript

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