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