diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js
index 462a280..430482d 100644
--- a/home/docusaurus.config.js
+++ b/home/docusaurus.config.js
@@ -243,12 +243,12 @@ module.exports = {
{
tagName: 'link',
rel: 'icon',
- href: cdnUrl + 'img/tancloud-logo.svg',
+ href: 'img/tancloud-logo.svg',
},
{
tagName: 'link',
rel: 'manifest',
- href: cdnUrl + 'manifest.json',
+ href: 'manifest.json',
},
{
tagName: 'meta',
@@ -268,18 +268,18 @@ module.exports = {
{
tagName: 'link',
rel: 'apple-touch-icon',
- href: cdnUrl + 'img/tancloud-logo.svg',
+ href: 'img/tancloud-logo.svg',
},
{
tagName: 'link',
rel: 'mask-icon',
- href: cdnUrl + 'img/tancloud-logo.svg',
+ href: 'img/tancloud-logo.svg',
color: 'rgb(234, 90, 7)',
},
{
tagName: 'meta',
name: 'msapplication-TileImage',
- content: cdnUrl + 'img/tancloud-logo.svg',
+ content: 'img/tancloud-logo.svg',
},
{
tagName: 'meta',
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current/integrate/sample-bootstrap.md b/home/i18n/en/docusaurus-plugin-content-docs/current/integrate/sample-bootstrap.md
deleted file mode 100644
index 9e8372d..0000000
--- a/home/i18n/en/docusaurus-plugin-content-docs/current/integrate/sample-bootstrap.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-id: sample-bootstrap
-title: Springboot项目集成-配置文件方案
-sidebar_label: Springboot项目集成-配置文件方案
----
-
-[Springboot项目集成-配置文件方案代码仓库地址](https://github.com/tomsun28/sureness/tree/master/sample-bootstrap)
-
-- 基于`springboot`
-- 从默认的配置文件`sureness.yml`加载账户信息,资源角色,过滤资源等信息
-- 使用默认的`sureness-config`
-- 使用默认的`JWT, Basic Auth, Digest Auth`方式认证鉴权
-- 保护入口: `SurenessFilterExample`
-- 推荐使用`postman`测试,测试样例为`sample-bootstrap-postman.json`,导入`postman`即可
diff --git a/home/src/constants.js b/home/src/constants.js
index 40aa8e1..17edb87 100644
--- a/home/src/constants.js
+++ b/home/src/constants.js
@@ -13,11 +13,6 @@ export const features = [{
TANCLOUD: TANCLOUD,
SAAS: SAAS,
console: 注册登陆,
- authorization: authorization,
- simple: simple,
- useful: useful,
- interface: 扩展接口,
- sample: 样例,
doc: 文档,
br:
}}>
@@ -38,20 +33,12 @@ export const features = [{
WebSockets: WebSockets,
Servlet: Servlet,
JaxRs: JAX-RS,
- native: Native,
- SpringBoot: Spring Boot,
- SpringWebFlux: Spring WebFlux,
- Javalin: Javalin,
- Quarkus: Quarkus,
- Ktor: Ktor,
- Micronaut: Micronaut,
- Solon: Solon,
- Jfinal: Jfinal,
+ custom: 自定义监控,
br:
}}>
{'TANCLOUD目前支持对网站,API,PING连通性,端口可用性,MYSQL数据库等的监控,不久我们将兼容 prometheus 协议,提供更多的监控类型和性能指标。{br}' +
'我们提供了更自由化的阈值告警配置,支持邮箱,短信,webhook等告警通知,更多三方应用通知正在集成中。{br}' +
- '不同团队的监控需求千变万化,我们提供自定义监控,仅需配置YML就能快速接入监控系统。'
+ '不同团队的监控需求千变万化,我们提供{custom},仅需配置YML就能快速接入监控系统。'
}
>
@@ -64,20 +51,14 @@ export const features = [{
description: (
<>
JWT,
- basic: Basic Auth,
- digest: Digest Auth,
- dynamic: Dynamic,
- perm: permissions,
- dynamicCn: 动态修改权限,
- high: High performance,
- highCn: 高性能,
- tree: Dictionary Matching Tree,
- treeCn: 改进的字典匹配树,
+ github: HertzBeat Github 代码仓库,
+ gitee: HertzBeat Gitee 代码仓库,
br:
}}>
{'TANCLOUD监控系统代码开源,非常欢迎任何对此有兴趣的同学参与中来,我们一起进步,丰富的资源文档正在完善中。{br}' +
- '我们相信开源改变世界!'
+ '中二的我们相信开源改变世界!{br}' +
+ '{github} {br}' +
+ '{gitee}'
}
>