module.exports = { docs: [ { type: 'doc', id: 'index', label: 'What is Gitea?', }, { type: 'category', label: 'Installation', link: { "type": "generated-index" }, items: [ { type: 'autogenerated', dirName: 'installation', } ] }, { type: 'category', label: 'Administration', link: { "type": "generated-index" }, items: [ { type: 'autogenerated', dirName: 'administration', } ] }, { type: 'category', label: 'Usage', link: { "type": "generated-index" }, items: [ { type: 'autogenerated', dirName: 'usage', } ] }, { type: 'category', label: 'Development', link: { "type": "generated-index" }, items: [ { type: 'autogenerated', dirName: 'development', } ] }, { type: 'category', label: 'Contributing', link: { "type": "doc", "id": "contributing/contributing" }, items: [ { type: 'autogenerated', dirName: 'contributing', } ] }, { type: 'category', label: 'Help', link: { "type": "generated-index" }, items: [ { type: 'autogenerated', dirName: 'help', } ] }, ] };