We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e9f61 commit c105336Copy full SHA for c105336
src/.vuepress/navbar/index.ts
@@ -36,16 +36,16 @@ export const zhNavbar = navbar([
36
icon: "passport",
37
link: "clientId",
38
},
39
- {
40
- text: "客户端工具",
41
- icon: "screwdriver-wrench",
42
- link: "tool",
43
- },
44
{
45
text: "消息质量 QoS",
46
icon: "spinner",
47
link: "qos",
48
+ {
+ text: "客户端工具",
+ icon: "screwdriver-wrench",
+ link: "tool",
+ },
49
],
50
51
src/mqtt/tool.md
@@ -1,7 +1,7 @@
1
---
2
title: mqtt 客户端工具
3
icon: screwdriver-wrench
4
-order: 5
+order: 7
5
6
7
## mqtt 桌面工具
0 commit comments