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 f78cab1 commit 956a7f8Copy full SHA for 956a7f8
docs/.vuepress/config.js
@@ -33,6 +33,7 @@ module.exports = {
33
{text: 'smart-servlet', link: '/smart-servlet/'},
34
{text: 'smart-mqtt', link: '/smart-mqtt/enterprise'},
35
{text: 'smart-license', link: '/smart-license/'},
36
+ {text: 'feat', link: '/feat/'},
37
]
38
},
39
{text: '❤️开源捐赠', link: '/donation.md'},
docs/index.md
@@ -42,9 +42,9 @@ postList: none
42
link: /smart-socket
43
bgColor: '#3a9bb0'
44
textColor: '#ffffff'
45
-- name: 🔥 smart-http
46
- desc: 基于smart-socket实现的轻量级http服务器
47
- link: /smart-http
+- name: 🔥 feat
+ desc: 一款即像 Vert.x,又像 SpringBoot 的 Java Web 容器。
+ link: /feat
48
bgColor: '#2b9bb4'
49
50
- name: 🔥 smart-servlet
0 commit comments