From a82d91c41624455caedbe4b691e53e6efa30f268 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Sat, 5 Feb 2022 18:50:00 +0800 Subject: [PATCH] =?UTF-8?q?[home]=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/blog/2022-01-30-hertz-beat.md | 2 +- home/docs/introduce.md | 6 ++---- home/docusaurus.config.js | 3 +-- home/src/pages/components/LogoCarousel.js | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/home/blog/2022-01-30-hertz-beat.md b/home/blog/2022-01-30-hertz-beat.md index 6230058..cf0be56 100644 --- a/home/blog/2022-01-30-hertz-beat.md +++ b/home/blog/2022-01-30-hertz-beat.md @@ -28,7 +28,7 @@ tags: [integrate] ## 🎡 介绍 -> [HertzBeat赫兹节拍](https://github.com/dromara/sureness) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。 +> [HertzBeat赫兹节拍](https://github.com/usthe/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。 > 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。 > HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。 > HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。 diff --git a/home/docs/introduce.md b/home/docs/introduce.md index b19d81c..1f71f98 100644 --- a/home/docs/introduce.md +++ b/home/docs/introduce.md @@ -26,7 +26,7 @@ slug: / ## 🎡 介绍 -> [HertzBeat赫兹节拍](https://github.com/dromara/sureness) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。 +> [HertzBeat赫兹节拍](https://github.com/usthe/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。 > 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。 > HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。 > HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。 @@ -52,7 +52,5 @@ slug: / - **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面 > 监控告警系统可视化控制台前端(angular+ts+zorro) -![hertzBeat](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/hertzbeat-stru.svg) +![hertzBeat](https://tancloud.gd2.qingstor.com/img/docs/hertzbeat-stru.svg) -## 🛡️ License -[`Apache License, Version 2.0`](https://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js index 5f1fc3d..581418c 100644 --- a/home/docusaurus.config.js +++ b/home/docusaurus.config.js @@ -60,7 +60,7 @@ module.exports = { announcementBar: { id: "github-star", content: - '如果您喜欢TANCLOUD的开源产品HertzBeat, 欢迎在 GitHub Gitee 给我们点赞! ⭐️', + '如果您喜欢TANCLOUD的开源产品HertzBeat, 欢迎在 GitHub Gitee 给我们点赞! ⭐️', backgroundColor: '#7228B5', textColor: '#fafbfc', isCloseable: true, @@ -200,7 +200,6 @@ module.exports = { docs: { sidebarPath: require.resolve('./sidebars.json'), // Please change this to your repo. - // editUrl:'https://github.com/dromara/sureness/edit/master/home/', editUrl: `${repoUrl}/edit/${branch}/home/`, editLocalizedFiles: true, remarkPlugins: [ diff --git a/home/src/pages/components/LogoCarousel.js b/home/src/pages/components/LogoCarousel.js index 8a10871..be5381f 100644 --- a/home/src/pages/components/LogoCarousel.js +++ b/home/src/pages/components/LogoCarousel.js @@ -4,7 +4,7 @@ import styles from './LogoCarousel.module.css' const INTERVAL_LENGTH = 5000 const LOGO_WIDTH = 150 -const cdnUrl = 'https://cdn.jsdelivr.net/gh/usthe/sureness@gh-pages/img/icons/' +const cdnUrl = 'https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/icons/' let ticks = 0