sidebar.en.ts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. export default {
  2. '/en/guide/': [
  3. {
  4. text: 'Guide',
  5. items: [
  6. {text: 'Guide', link: '/en/guide/'},
  7. {text: 'Actions Build', link: '/en/guide/action-build'},
  8. {text: 'Manual Build', link: '/en/guide/manual-build'},
  9. {text: 'Extension List', link: '/en/guide/extensions'},
  10. {text: 'Extension Notes', link: '/en/guide/extension-notes'},
  11. {text: 'Command Generator', link: '/en/guide/cli-generator'},
  12. {text: 'Environment Variables', link: '/en/guide/env-vars', collapsed: true,},
  13. {text: 'Dependency Table', link: '/en/guide/deps-map'},
  14. ]
  15. },
  16. {
  17. items: [
  18. {text: 'Troubleshooting', link: '/en/guide/troubleshooting'},
  19. {text: 'Build on Windows', link: '/en/guide/build-on-windows'},
  20. ],
  21. }
  22. ],
  23. '/en/develop/': [
  24. {
  25. text: 'Development',
  26. items: [
  27. {text: 'Get Started', link: '/en/develop/'},
  28. {text: 'Project Structure', link: '/en/develop/structure'},
  29. {text: 'PHP Source Modification', link: '/en/develop/php-src-changes'},
  30. ],
  31. },
  32. {
  33. text: 'Module',
  34. items: [
  35. {text: 'Doctor ', link: '/en/develop/doctor-module'},
  36. {text: 'Source', link: '/en/develop/source-module'},
  37. ]
  38. },
  39. {
  40. text: 'Extra',
  41. items: [
  42. {text: 'Compilation Tools', link: '/en/develop/system-build-tools'},
  43. ]
  44. }
  45. ],
  46. '/en/contributing/': [
  47. {
  48. text: 'Contributing',
  49. items: [
  50. {text: 'Contributing', link: '/en/contributing/'},
  51. ],
  52. }
  53. ],
  54. };