diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index e781020e..9aa29040 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -74,7 +74,8 @@ export default defineConfig({ indexName: 'nezhahq' }, footer: { - copyright: 'Copyright © 2022-present Nezhahq' + message: 'This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License', + copyright: 'Copyright © 2022-present NezhaHQ' } } }) diff --git a/docs/case/index.md b/docs/case/index.md index 1a688eb3..75fb6774 100644 --- a/docs/case/index.md +++ b/docs/case/index.md @@ -1,13 +1,22 @@ --- -heroImage: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg -heroText: 哪吒监控社区项目 -tagline: 哪吒监控社区贡献的相关项目,为哪吒监控提供了更多扩展 -actionText: 查看项目 → -actionLink: /case/case1 +layout: home + +title: 哪吒监控 +titleTemplate: 社区项目 + +hero: + name: 哪吒监控社区项目 + text: 社区贡献的相关项目 + tagline: 为哪吒监控提供了更多扩展 + image: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg + actions: + - theme: brand + text: 查看项目 → + link: /case/case1 + features: -- title: 提交项目 - details: 我们欢迎您提交自己的项目,请加入TG群联系管理员了解相关事宜 -- title: 注意事项 - details: 所有项目均由社区成员贡献,请您知悉哪吒监控团队无法为社区项目承担包括且不限于:保修、可用性、安全性等责任 ---- -
本作品采用
知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。 + - title: 提交项目 + details: 我们欢迎您提交自己的项目,请加入TG群联系管理员了解相关事宜 + - title: 注意事项 + details: 所有项目均由社区成员贡献,请您知悉哪吒监控团队无法为社区项目承担包括且不限于:保修、可用性、安全性等责任 +--- \ No newline at end of file diff --git a/docs/developer/index.md b/docs/developer/index.md index 2193148c..01b7fd1d 100644 --- a/docs/developer/index.md +++ b/docs/developer/index.md @@ -1,8 +1,16 @@ --- -heroImage: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg -heroText: 开发手册 -tagline: 欢迎使用哪吒监控开发手册,我们欢迎你提出高质量的Pull Request,帮助哪吒监控变得更好! -actionText: 开始使用 → -actionLink: /developer/theme ---- -
本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。 +layout: home + +title: 哪吒监控 +titleTemplate: 开发手册 + +hero: + name: 开发手册 + text: 哪吒监控开发手册 + tagline: 我们欢迎你提出高质量的Pull Request,帮助哪吒监控变得更好! + image: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg + actions: + - theme: brand + text: 开始使用 → + link: /developer/theme +--- \ No newline at end of file diff --git a/docs/en_US/case/index.md b/docs/en_US/case/index.md index 777ec143..2c3d6025 100644 --- a/docs/en_US/case/index.md +++ b/docs/en_US/case/index.md @@ -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. ---- -
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. \ No newline at end of file + - 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. +--- \ No newline at end of file diff --git a/docs/en_US/developer/index.md b/docs/en_US/developer/index.md index 32c29a75..07b70833 100644 --- a/docs/en_US/developer/index.md +++ b/docs/en_US/developer/index.md @@ -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 ---- -
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. +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 +--- \ No newline at end of file diff --git a/docs/en_US/index.md b/docs/en_US/index.md index 319892e2..0a302acd 100644 --- a/docs/en_US/index.md +++ b/docs/en_US/index.md @@ -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 ---- -
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. + - 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. +--- \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index ad51b93e..6224d8ca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,15 +1,23 @@ --- -heroImage: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg -heroText: 哪吒监控 -tagline: 一个开源、轻量的服务器和网站监控、运维工具 -actionText: 开始使用 → -actionLink: /guide/dashboard +layout: home + +title: 哪吒监控 +titleTemplate: 使用文档 + +hero: + name: 哪吒监控 + text: 开源、轻量、易用的服务器监控、运维工具 + image: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg + actions: + - theme: brand + text: 开始使用 → + link: /guide/dashboard + features: -- title: 一键安装 - details: 支持一键脚本安装面板和监控服务,轻松使用;Linux、Windows、MacOS、OpenWRT等主流系统均受支持 -- title: 随时监控 - details: 支持同时监控多个服务器的系统状态,支持监控网页、端口、SSL证书状态;支持故障、流量等状态报警,支持多种通知方式(Telegram、邮件、微信等) -- title: 轻量运维 - details: 支持在线SSH,支持流量循环监控,支持设置定时任务、服务器批量执行任务 ---- -
本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。 + - title: 一键安装 + details: 支持一键脚本安装面板和监控服务,轻松使用;Linux、Windows、MacOS、OpenWRT等主流系统均受支持 + - title: 实时监控 + details: 支持同时监控多个服务器的系统状态,支持监控网页、端口、SSL证书状态;支持故障、流量等状态报警,支持多种通知方式(Telegram、邮件、微信等) + - title: 轻松运维 + details: 支持WebSSH,支持流量循环监控,支持设置定时任务、服务器批量执行任务 +--- \ No newline at end of file