We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bede7b commit 2c3515cCopy full SHA for 2c3515c
docs/.vitepress/theme/constrants/route.ts
@@ -79,7 +79,7 @@ const items_xrobot_platform = [
79
{ text: "OTA 网关", link: "OTA" },
80
{ text: "WebSocket", link: "websocket" },
81
{ text: "MQTT", link: "MQTT" },
82
- { text: "蓝牙配网(BluFi)", link: "blufi-config" },
+ // { text: "蓝牙配网(BluFi)", link: "blufi-config" },
83
].map((item) => apply_prefix(item, Chapters.xrobot_platform)),
84
},
85
];
0 commit comments