sidebar.json 769 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "/recent/": [
  3. {
  4. "text": "最新文档",
  5. "items": [
  6. {
  7. "text": "豆包MarsCode 2024-10-24",
  8. "link": "/recent/index",
  9. "date": "2024-10-24T00:00:00.000Z"
  10. },
  11. {
  12. "text": "命令行助手 aider",
  13. "link": "/recent/aider",
  14. "date": "2024-10-01T00:00:00.000Z"
  15. }
  16. ]
  17. }
  18. ],
  19. "/ai-tools/": [
  20. {
  21. "text": "编程",
  22. "items": [
  23. {
  24. "text": "program",
  25. "link": "/ai-tools/program",
  26. "date": null
  27. }
  28. ]
  29. }
  30. ],
  31. "/contact/": [
  32. {
  33. "text": "",
  34. "items": [
  35. {
  36. "text": "my-contact",
  37. "link": "/contact/my-contact",
  38. "date": null
  39. }
  40. ]
  41. }
  42. ]
  43. }