deployer/docs/sidebar.js

27 lines
361 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',
],
},
2021-11-07 22:38:03 +01:00
'ci-cd',
2021-10-19 23:02:08 +02:00
'yaml',
'cli',
'api',
2021-11-03 08:22:34 +01:00
{
type: 'category',
label: 'Other',
items: [
2022-03-22 15:15:41 +01:00
'avoid-php-fpm-reloading',
2021-11-03 08:22:34 +01:00
'UPGRADE',
2022-03-22 15:15:41 +01:00
'KNOWN_BUGS',
2021-11-03 08:22:34 +01:00
],
},
2021-10-19 23:02:08 +02:00
]