index.js 531 B

1234567891011121314151617181920212223
  1. const content = [
  2. {
  3. title: "系统图",
  4. children: [
  5. ["/notion/system/system.md", "系统图"]
  6. ]
  7. },
  8. {
  9. title: "服务相关",
  10. children: [
  11. ["/notion/middle/middle.md", "数据中台"],
  12. ["/notion/center/center.md", "数据中心"],
  13. ["/notion/crayon/crayon.md", "蜡笔森林"]
  14. ]
  15. },
  16. {
  17. title: "Revit",
  18. children: [
  19. ["/notion/revit/revit.md", "Revit"]
  20. ]
  21. }
  22. ]
  23. module.exports = content