Browse Source

[home]update docs

tomsun28 4 years ago
parent
commit
17a158a015

+ 1 - 1
README.md

@@ -14,7 +14,7 @@
 
 ## 🎡 <font color="green">介绍</font>
 
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由Dromara孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。  
+> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[Dromara](https://dromara.org)孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。  
 > 我们也提供了对应的 **[SAAS版本监控云](https://console.tancloud.cn)**,中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,**[登陆即可免费开始](https://console.tancloud.cn)**。     
 > HertzBeat 支持[自定义监控](https://hertzbeat.com/docs/advanced/extend-point) ,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。   
 > HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。       

+ 1 - 1
home/docs/introduce.md

@@ -26,7 +26,7 @@ slug: /
 
 ## 🎡 <font color="green">介绍</font>
 
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。  
+> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[Dromara](https://dromara.org)孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。  
 > 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。  
 > HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
 > HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。    

+ 6 - 1
home/docs/others/contact.md

@@ -21,12 +21,17 @@ sidebar_label: 交流联系
 
 <img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/dromara/hertzbeat@gh-pages/img/docs/help/qq-qr.jpg" width="400"/>          
 
-##### 交流网站
+## 交流网站    
 
 [Dromara社区网站](https://dromara.org/)    
 
 [HertzBeat用户网站](https://support.qq.com/products/379369)
 
+## 微信公众号    
+
+<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/dromara/hertzbeat/home/static/img/wechat.png" width="400"/>  
+
+
 ## 其它联系  
 其它工作联系,联系电话:18781603458 微信: tomsun28     
 

+ 3 - 3
home/docusaurus.config.js

@@ -164,8 +164,8 @@ module.exports = {
                             to: 'docs/others/contact',
                         },
                         {
-                            label: '用户交流网站',
-                            href: 'https://support.qq.com/products/379369',
+                            label: '我们的故事',
+                            href: 'https://support.qq.com/products/379369/team',
                         },
                         {
                             label: 'TanCloud探云',
@@ -193,7 +193,7 @@ module.exports = {
             ],
             logo: {
                 alt: 'TANCLOUD探云-易用友好的高性能监控云',
-                src: 'img/icons/dromara.png',
+                src: 'https://cdn.jsdelivr.net/gh/dromara/hertzbeat/home/static/img/wechat.png',
                 href: 'https://dromara.org/zh/',
             },
             copyright: '<a target="_blank" href="https://beian.miit.gov.cn/">蜀ICP备2022002218号</a>' + ` | Copyright TANCLOUD© ${new Date().getFullYear()}`,

+ 1 - 1
home/src/constants.js

@@ -37,7 +37,7 @@ export const features = [{
                 br: <br/>
             }}>
                 {'TANCLOUD目前支持对网站,API,PING连通性,端口可用性,MYSQL数据库等的监控,不久我们将兼容 prometheus 协议,提供更多的监控类型和性能指标。{br}' +
-                '我们提供了更自由化的阈值告警配置,支持邮箱,短信,webhook等告警通知,更多三方应用通知正在集成中。{br}' +
+                '我们提供了更自由化的阈值告警配置,支持邮箱,短信,webhook,钉钉,企业微信,飞书机器人等告警通知。{br}' +
                 '不同团队的监控需求千变万化,我们提供{custom},仅需配置YML就能快速接入监控系统。'
                 }
             </Translate>

+ 4 - 0
home/src/css/custom.css

@@ -115,6 +115,10 @@ html[data-theme=dark] {
     font-size: .8em;
     text-align: left;
 }
+.footer__logo {
+    margin-top: 1rem;
+    max-width: 20rem;
+}
 
 /*.footer__link-item[target="_blank"]:after {*/
 /*    padding: 0 4px;*/