sidebar.json 458 B

1234567891011121314151617181920212223242526
  1. {
  2. "zh-CN": [
  3. {
  4. "text": "组件",
  5. "link": "/component/button",
  6. "activeMatch": "/component/"
  7. }
  8. ],
  9. "en-US": [
  10. {
  11. "text": "Guide",
  12. "link": "/guide/design",
  13. "activeMatch": "/guide/"
  14. },
  15. {
  16. "text": "Component",
  17. "link": "/component/button",
  18. "activeMatch": "/component/"
  19. },
  20. {
  21. "text": "Resource",
  22. "link": "/resource/index",
  23. "activeMatch": "/resource/"
  24. }
  25. ]
  26. }