_nav.json 466 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "text": "Guide",
  4. "link": "/guide/introduction",
  5. "activeMatch": "/guide/introduction"
  6. },
  7. {
  8. "text": "Examples",
  9. "link": "/examples/",
  10. "activeMatch": "/examples/"
  11. },
  12. {
  13. "text": "Common APIs",
  14. "link": "/api/",
  15. "activeMatch": "/api/"
  16. },
  17. {
  18. "text": "Blogs",
  19. "link": "https://juejin.cn/column/7479814468601315362"
  20. },
  21. {
  22. "text": "TypeDocs",
  23. "link": "/auto-docs/",
  24. "activeMatch": "/auto-docs/"
  25. }
  26. ]