sidebar.json 667 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "/recent/": [
  3. {
  4. "text": "最新文档",
  5. "items": [
  6. {
  7. "text": "豆包MarsCode 2024-10-24",
  8. "link": "/recent/2024-10-24_MarsCode"
  9. },
  10. {
  11. "text": "命令行助手 aider 2024-10-01",
  12. "link": "/recent/2024-10-01_aider"
  13. }
  14. ]
  15. }
  16. ],
  17. "/ai-tools/": [
  18. {
  19. "text": "编程",
  20. "items": [
  21. {
  22. "text": "program",
  23. "link": "/ai-tools/program"
  24. }
  25. ]
  26. }
  27. ],
  28. "/contact/": [
  29. {
  30. "text": "",
  31. "items": [
  32. {
  33. "text": "社交媒体",
  34. "link": "/contact/my-contact"
  35. }
  36. ]
  37. }
  38. ]
  39. }