module.exports = { docs: [ { type: 'doc', id: 'index', label: 'Tinqs Studio', }, { type: 'category', label: 'Get Started', link: { "type": "generated-index", "title": "Get Started with Tinqs Studio", "description": "Register, install the CLI, connect your IDE, store your game project." }, items: [ { type: 'autogenerated', dirName: 'tinqs', } ] }, { type: 'category', label: 'Installation', link: { "type": "generated-index", "title": "Self-Hosting", "description": "Run your own Tinqs Studio instance." }, 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: 'API & Development', link: { "type": "generated-index", "title": "API & Development", "description": "REST API, OAuth2, webhooks, and extending the platform." }, 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', } ] }, ] };