_nav.json 568 B

12345678910111213141516171819202122232425262728293031
  1. [
  2. {
  3. "text": "Guide",
  4. "link": "/guide/getting-started/introduction",
  5. "activeMatch": "/guide/"
  6. },
  7. {
  8. "text": "Materials",
  9. "link": "/materials/introduction",
  10. "activeMatch": "/materials/"
  11. },
  12. {
  13. "text": "Examples",
  14. "link": "/examples/",
  15. "activeMatch": "/examples/"
  16. },
  17. {
  18. "text": "API",
  19. "link": "/api/",
  20. "activeMatch": "/api/"
  21. },
  22. {
  23. "text": "Blogs",
  24. "link": "https://juejin.cn/column/7479814468601315362"
  25. },
  26. {
  27. "text": "TypeDocs",
  28. "link": "/auto-docs/",
  29. "activeMatch": "/auto-docs/"
  30. }
  31. ]