修改样式以匹配Vitepress版本更新

This commit is contained in:
Kris
2023-06-20 00:28:07 +02:00
parent a561ca413d
commit 938cb7dbba
7 changed files with 113 additions and 63 deletions
+20 -11
View File
@@ -1,13 +1,22 @@
---
heroImage: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
heroText: Nezha Monitoring Community Project
tagline: Related projects contributed by Nezha Monitoring community, provide more extensions for Nezha Monitoring
actionText: Learn More →
actionLink: /en_US/case/case1
layout: home
title: Nezha Monitoring
titleTemplate: Community Project
hero:
name: Nezha Monitoring
text: Community Project
tagline: Nezha Monitoring has benefited from various projects contributed by the community, which have provided it with additional extensions.
image: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
actions:
- theme: brand
text: Learn More →
link: /en_US/case/case1
features:
- title: Submit a project
details: We welcome you to submit your own projects, please join the Telegram group and contact the administrator for more information
- title: Important Notes
details: All projects are contributed by community members. Please be aware that Nezha monitoring team cannot be held responsible for community projects including and not limited to warranty, availability, security, etc.
---
<br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
- title: Submit a project
details: We welcome you to submit your own project. Please join the Telegram group to contact the administrator for further information.
- title: Important Notes
details: All projects are contributed by community members. Please be aware that the Nezha Monitoring Team cannot assume responsibility for community projects, including but not limited to warranty, availability, security, etc.
---
+14 -7
View File
@@ -1,8 +1,15 @@
---
heroImage: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
heroText: Development Manual
tagline: Welcome to the Nezha Monitoring Development Manual.
actionText: Start Now →
actionLink: /en_US/developer/theme
---
<br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
layout: home
title: Nezha Monitoring
titleTemplate: Development Manual
hero:
name: Development Manual
text: Nezha Monitoring Development Manual.
image: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
actions:
- theme: brand
text: Start Now →
link: /en_US/developer/theme
---
+21 -13
View File
@@ -1,15 +1,23 @@
---
heroImage: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
heroText: Nezha Monitoring
tagline: A open source, lightweight server and website monitoring and O&M tool
actionText: Learn More →
actionLink: /en_US/guide/dashboard
layout: home
title: Nezha Monitoring
titleTemplate: User Manual
hero:
name: Nezha Monitoring
text: A open source, lightweight server and website monitoring and O&M tool
image: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
actions:
- theme: brand
text: Learn More →
link: /en_US/guide/dashboard
features:
- title: One-Click Installation
details: Support use one-click script to install Dashboard and Agent services; Linux, WIndows, MacOS, OpenWRT and other mainstream systems are supported
- title: Monitoring at any time
details: Support monitoring the system status of multiple servers at the same time, support monitoring the status of web pages, ports, SSL certificates; support notifications in case of failure, out of data and other status. Support multiple notification methods (Telegram, email, WeChat, etc.)
- title: Lightweight O&M tool
details: Support WebSSH, support cyclic monitoring data, support setting scheduled tasks and running command on multiple servers
---
<br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
- title: One-Click Installation
details: Support one-click script installation Dashboard and Agent services for easy use; mainstream systems such as Linux, Windows, MacOS, OpenWRT, etc. are all supported.
- title: Real-time monitoring
details: Supports monitoring the system status of multiple servers simultaneously, including monitoring the status of web pages, ports, and SSL certificates. It also supports sending notifications when there are failures or when data reaches the limit. Multiple notification methods are supported, such as Telegram, email, and WeChat.
- title: Easy O&M
details: Support WebSSH, support data monitoring, support setting scheduled tasks, and support batch execution of tasks on servers.
---