deployer/docs/sidebar.js

25 lines
313 B
JavaScript
Raw Normal View History

2021-10-19 23:02:08 +02:00
module.exports = [
'installation',
2021-10-24 00:02:48 +02:00
'getting-started',
'basics',
{
type: 'category',
label: 'Main Concepts',
items: [
'hosts',
'tasks',
'config',
],
},
2021-10-19 23:02:08 +02:00
'yaml',
'cli',
'api',
2021-11-03 08:22:34 +01:00
{
type: 'category',
label: 'Other',
items: [
'UPGRADE',
],
},
2021-10-19 23:02:08 +02:00
]