Skip to content

Commit 7f60459

Browse files
committed
docs(product): 更新产品文档配置和依赖
- 为发版记录页面添加侧边栏排序配置 - 为选择Broker产品页面添加侧边栏排序配置 - 为产品介绍页面添加侧边栏排序配置 - 修复产品介绍页面中的图片路径引用 - 升级 @astrojs/starlight 依赖版本从 0.36.3 到 0.37.6
1 parent 13a8199 commit 7f60459

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.36.3",
13+
"@astrojs/starlight": "^0.37.6",
1414
"@types/elliptic": "^6.4.18",
1515
"astro": "^5.16.1",
1616
"elliptic": "^6.6.1",

pages/public/framework.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

pages/src/content/docs/product/changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 发版记录
3+
sidebar:
4+
order: 3
35
---
46

57
# 发版记录

pages/src/content/docs/product/choosing-broker.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 如何选择 Broker 产品
3+
sidebar:
4+
order: 2
35
---
46

57
# 如何选择 MQTT Broker 产品

pages/src/content/docs/product/img/framework.svg

Lines changed: 3 additions & 0 deletions
Loading

pages/src/content/docs/product/introduction.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: 产品介绍
3+
sidebar:
4+
order: 1
35
---
46

57
# smart-mqtt 产品介绍
68

79
smart-mqtt 是 smartboot 开源组织推出的商业化 MQTT Broker 产品,专为拥有上万级设备连接量的企业级物联网场景设计。
810

9-
![](/public/framework.svg)
11+
![](./img/framework.svg)
12+
1013

1114
## 关于 smart-mqtt
1215

0 commit comments

Comments
 (0)