We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c3379 commit f0ec23dCopy full SHA for f0ec23d
docs/.vuepress/config.js
@@ -705,17 +705,25 @@ function genBarGuide() {
705
]
706
},
707
{
708
- title: "常用类库(7)",
+ title: "常用类库(5)",
709
collapsable: true,
710
sidebarDepth: 0,
711
children: [
712
"fastjson.md",
713
"guava.md",
714
"http.md",
715
"ratelimiter.md",
716
+ "disruptor.md",
717
+ ]
718
+ },
719
+ {
720
+ title: "AI能力(3)",
721
+ collapsable: true,
722
+ sidebarDepth: 0,
723
+ children: [
724
"spring-ai.md",
725
"google-adk.md",
- "disruptor.md",
726
+ "draw.io.md",
727
728
729
0 commit comments