sidebar.json 287 B

1234567891011121314151617
  1. [
  2. {
  3. "text": "Guide",
  4. "link": "/guide/design",
  5. "activeMatch": "/guide/"
  6. },
  7. {
  8. "text": "Component",
  9. "link": "/component/button",
  10. "activeMatch": "/component/"
  11. },
  12. {
  13. "text": "Resource",
  14. "link": "/resource/index",
  15. "activeMatch": "/resource/"
  16. }
  17. ]