nav.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * Copyright 2019-2022 Mamoe Technologies and contributors.
  3. *
  4. * 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
  5. * Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
  6. *
  7. * https://github.com/mamoe/mirai/blob/dev/LICENSE
  8. */
  9. module.exports = {
  10. text: "mirai-core",
  11. link: "/",
  12. items: [
  13. {text: "Index", link: "/"},
  14. {text: "Mirai 生态概览", link: "/mirai-ecology.html"},
  15. {text: "从 1.x 迁移", link: "/MigrationFrom1x.html"},
  16. {text: '用户手册', link: '/UserManual.html'},
  17. {text: '用户手册 - 控制台', link: '/ConsoleTerminal.html'},
  18. {text: 'JVM 环境和开发准备工作', link: '/Preparations.html'},
  19. {text: "配置项目", link: "/ConfiguringProjects.html"},
  20. {
  21. text: "CoreAPI", items: [
  22. {text: "CoreAPI", link: "/CoreAPI.html"},
  23. {text: "机器人", link: "/Bots.html"},
  24. {text: "联系人", link: "/Contacts.html"},
  25. {text: "事件", link: "/Events.html"},
  26. {text: "消息", link: "/Messages.html"},
  27. ]
  28. },
  29. {
  30. text: "Misc", items: [
  31. {text: '主要API', link: '/ConciseAPI.html'},
  32. {text: 'Mirai - Evolution', link: '/Evolution.html'},
  33. {text: 'Kotlin & Java', link: '/KotlinAndJava.html'},
  34. {text: "事件列表", link: "/EventList.html"},
  35. {text: "Debugging Network", link: "/DebuggingNetwork.html"},
  36. {text: "Using Dev Snapshots", link: "/UsingSnapshots.html"},
  37. {text: "mirai 模拟测试框架", link: "/mocking/Mocking.md"},
  38. ]
  39. },
  40. ],
  41. };