deployer/docs/sidebar.js
2021-11-03 08:22:34 +01:00

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',
],
},
]