sidebars.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "docs": [
  3. {
  4. "type": "category",
  5. "label": "快速入门",
  6. "items": [
  7. "introduce",
  8. "start/quickstart",
  9. "start/mysql-init",
  10. "start/tdengine-init",
  11. "start/docker-deploy",
  12. "start/package-deploy"
  13. ]
  14. },
  15. {
  16. "type": "category",
  17. "label": "自定义监控",
  18. "items": [
  19. "advanced/extend-point",
  20. "advanced/custom-subject",
  21. "advanced/custom-subject-creator",
  22. "advanced/custom-processor",
  23. "advanced/custom-datasource"
  24. ]
  25. },
  26. {
  27. "type": "category",
  28. "label": "帮助文档",
  29. "items": [
  30. {
  31. "type": "category",
  32. "label": "应用服务监控",
  33. "items": [
  34. "integrate/sample-bootstrap"
  35. ]
  36. },
  37. {
  38. "type": "category",
  39. "label": "数据库监控",
  40. "items": [
  41. "integrate/sample-bootstrap"
  42. ]
  43. },
  44. "integrate/sample-bootstrap",
  45. "integrate/sample-tom",
  46. "integrate/sample-quarkus",
  47. "integrate/sample-javalin",
  48. "integrate/sample-spring-webflux",
  49. "integrate/sample-ktor",
  50. "integrate/sample-micronaut"
  51. ]
  52. },
  53. {
  54. "type": "category",
  55. "label": "Others",
  56. "items": [
  57. "design",
  58. "contributing",
  59. "sponsor"
  60. ]
  61. }
  62. ]
  63. }