sidebar.zh.ts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. export default {
  2. '/zh/guide/': [
  3. {
  4. text: '构建指南',
  5. items: [
  6. {text: '指南', link: '/zh/guide/'},
  7. {text: 'Actions 构建', link: '/zh/guide/action-build'},
  8. {text: '本地构建', link: '/zh/guide/manual-build'},
  9. {text: '扩展列表', link: '/zh/guide/extensions'},
  10. {text: '扩展注意事项', link: '/zh/guide/extension-notes'},
  11. {text: '编译命令生成器', link: '/zh/guide/cli-generator'},
  12. {text: '环境变量列表', link: '/zh/guide/env-vars'},
  13. {text: '依赖关系图表', link: '/zh/guide/deps-map'},
  14. ]
  15. },
  16. {
  17. items: [
  18. {text: '故障排除', link: '/zh/guide/troubleshooting'},
  19. {text: '在 Windows 上构建', link: '/zh/guide/build-on-windows'},
  20. ],
  21. }
  22. ],
  23. '/zh/develop/': [
  24. {
  25. text: '开发指南',
  26. items: [
  27. { text: '开发简介', link: '/zh/develop/' },
  28. { text: '项目结构简介', link: '/zh/develop/structure' },
  29. {text: '对 PHP 源码的修改', link: '/zh/develop/php-src-changes'},
  30. ],
  31. },
  32. {
  33. text: '模块',
  34. items: [
  35. { text: 'Doctor 环境检查工具', link: '/zh/develop/doctor-module' },
  36. { text: '资源模块', link: '/zh/develop/source-module' },
  37. ]
  38. },
  39. {
  40. text: '其他',
  41. items: [
  42. {text: '系统编译工具', link: '/zh/develop/system-build-tools'},
  43. ]
  44. }
  45. ],
  46. '/zh/contributing/': [
  47. {
  48. text: '贡献指南',
  49. items: [
  50. {text: '贡献指南', link: '/zh/contributing/'},
  51. ],
  52. }
  53. ],
  54. };