_nav.json 386 B

12345678910111213141516171819202122
  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": "API Documentation",
  19. "link": "/auto-docs/",
  20. "activeMatch": "/auto-docs/"
  21. }
  22. ]