module.exports = { title: '炸毛框架 v3', description: '一个高性能聊天机器人 + Web 框架', theme: 'antdocs', markdown: { lineNumbers: true }, head: [ ['link', { rel: 'icon', href: '/logo_trans.png' }], ['script', {}, ` var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?f0f276cefa10aa31a20ae3815a50b795"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); `] ], themeConfig: { repo: 'zhamao-robot/zhamao-framework', logo: '/logo_trans.png', docsDir: 'docs', editLinks: true, lastUpdated: '上次更新', activeHeaderLinks: false, nav: [ { text: '指南', link: '/guide/' }, { text: '事件', link: '/event/' }, { text: 'API 文档', link: '/doxy/', target: '_blank' }, { text: '炸毛框架 v2', link: 'https://docs-v2.zhamao.xin/' } ], sidebar: { '/guide/': [ { title: '指南', collapsable: false, sidebarDepth: 1, children: [ '', 'installation', 'configuration', 'structure', 'get_started', ] } ], '/event/': [ { title: '事件', collapsable: false, sidebarDepth: 1, children: [ '', 'bot', 'http', 'middleware', 'framework', 'extend', ] } ] } } }