module.exports = { docs: [ 'quick-start/quick-start', { type: 'category', label: 'Introduction', collapsed: true, link: { type: 'doc', id: 'introduction/introduction', }, items: [ 'introduction/setting-up', 'introduction/first-crawler', 'introduction/adding-more-urls', 'introduction/real-world-project', 'introduction/crawling', 'introduction/scraping', 'introduction/saving-data', 'introduction/refactoring', 'introduction/deployment', ], }, { type: 'category', label: 'Guides', collapsed: true, link: { type: 'generated-index', title: 'Guides', slug: '/guides', keywords: ['guides'], }, items: [ { type: 'autogenerated', dirName: 'guides', }, ], }, { type: 'category', label: 'Deployment', collapsed: true, link: { type: 'generated-index', title: 'Deployment guides', description: 'Here you can find guides on how to deploy your crawlers to various cloud providers.', slug: '/deployment', }, items: [ { type: 'doc', id: 'deployment/apify-platform', label: 'Deploy on Apify', }, { type: 'doc', id: 'deployment/aws-lambda', label: 'Deploy on AWS Lambda' }, { type: 'category', label: 'Deploy to Google Cloud', items: [ 'deployment/gcp-cloud-run-functions', 'deployment/gcp-cloud-run', ], }, ], }, { type: 'category', label: 'Examples', collapsed: true, link: { type: 'generated-index', title: 'Examples', slug: '/examples', keywords: ['examples'], }, items: [ { type: 'autogenerated', dirName: 'examples', }, ], }, // { // type: 'category', // label: 'Experiments', // link: { // type: 'generated-index', // title: 'Experiments', // slug: '/experiments', // keywords: ['experiments', 'experimental-features'], // }, // items: [ // { // type: 'autogenerated', // dirName: 'experiments', // }, // ], // }, { type: 'category', label: 'Upgrading', collapsed: true, link: { type: 'generated-index', title: 'Upgrading', slug: '/upgrading', keywords: ['upgrading'], }, items: [ { type: 'autogenerated', dirName: 'upgrading', }, ], }, { type: 'doc', label: 'Changelog', id: 'changelog', }, ], };