deployer/docs/sidebar.js

32 lines
422 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',
2021-11-30 00:04:41 +01:00
{
type: 'category',
2021-11-30 00:09:27 +01:00
label: 'Advanced Guides',
2021-11-30 00:04:41 +01:00
items: [
'avoid-php-fpm-reloading',
],
},
2021-10-19 23:02:08 +02:00
'api',
2021-11-03 08:22:34 +01:00
{
type: 'category',
label: 'Other',
items: [
'UPGRADE',
],
},
2021-10-19 23:02:08 +02:00
]