diff --git a/docs/docs/user_docs/intro.md b/docs/docs/user_docs/intro.md index a022d0db..ee75d19c 100644 --- a/docs/docs/user_docs/intro.md +++ b/docs/docs/user_docs/intro.md @@ -8,25 +8,27 @@ sidebar_position: 1 Hippo-4J 通过对 JDK 线程池增强,以及扩展三方框架底层线程池等功能,为业务系统提高线上运行保障能力。 -🏗 全局管控 - 管理应用线程池实例; +- 🏗 全局管控 - 管理应用线程池实例; -⚡️ 动态变更 - 应用运行时动态变更线程池参数,包括不限于:核心、最大线程数、阻塞队列容量、拒绝策略等; +- ⚡️ 动态变更 - 应用运行时动态变更线程池参数,包括不限于:核心、最大线程数、阻塞队列容量、拒绝策略等; -🐳 通知报警 - 内置四种报警通知策略,线程池活跃度、容量水位、拒绝策略以及任务执行时间超长; +- 🐳 通知报警 - 内置四种报警通知策略,线程池活跃度、容量水位、拒绝策略以及任务执行时间超长; -👀 运行监控 - 实时查看线程池运行时数据,最近半小时线程池运行数据图表展示; +- 👀 运行监控 - 实时查看线程池运行时数据,最近半小时线程池运行数据图表展示; -👐 功能扩展 - 支持线程池任务传递上下文;项目关闭时,支持等待线程池在指定时间内完成任务; +- 👐 功能扩展 - 支持线程池任务传递上下文;项目关闭时,支持等待线程池在指定时间内完成任务; -👯‍♀️ 多种模式 - 内置两种使用模式:[依赖配置中心](https://hippo4j.cn/docs/getting-started/hippo4j-core-start) 和 [无中间件依赖](https://hippo4j.cn/docs/getting-started/hippo4j-server-start); +- 👯‍♀️ 多种模式 - 内置两种使用模式:[依赖配置中心](https://hippo4j.cn/docs/user_docs/getting-started/hippo4j-core-start) 和 [无中间件依赖](https://hippo4j.cn/docs/user_docs/getting-started/hippo4j-server-start); -🛠 容器管理 - Tomcat、Jetty、Undertow 容器线程池运行时查看和线程数变更; +- 🛠 容器管理 - Tomcat、Jetty、Undertow 容器线程池运行时查看和线程数变更; -🌈 中间件适配 - Apache RocketMQ、Dubbo、RabbitMQ、Hystrix 消费线程池运行时数据查看和线程数变更。 +- 🌈 中间件适配 - Apache RocketMQ、Dubbo、RabbitMQ、Hystrix 消费线程池运行时数据查看和线程数变更。 + +> 看完有收获,GitHub 右上角帮忙点个小星星,开源作者为爱发电也不容易 🤣 ## 快速开始 -对于本地演示目的,请参阅 [Quick start](https://hippo4j.cn/docs/getting-started/hippo4j-server-start) +对于本地演示目的,请参阅 [Quick start](getting-started/hippo4j-server-start) 演示环境: - [http://console.hippo4j.cn/index.html](http://console.hippo4j.cn/index.html) @@ -55,13 +57,10 @@ Hippo-4J 获得了一些宝贵的荣誉,这属于每一位对 Hippo-4J 做出 ## 友情链接 - [HertzBeat](https://github.com/dromara/hertzbeat):易用友好的云监控系统, 无需Agent, 强大自定义监控能力。 -- [JavaGuide](https://github.com/Snailclimb/JavaGuide):一份涵盖大部分 Java 程序员所需要掌握的核心知识。 -- [Guide-Rpc-Framework](https://github.com/Snailclimb/guide-rpc-framework):一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架。 - [toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer):一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程等核心知识点。 -- [Austin](https://github.com/ZhongFuCheng3y/austin):消息推送平台,支持短信、邮件、微信公众号、企业微信、钉钉等多种消息类型。 ## 鸣谢 -Hippo4J 项目基于或参考以下项目:[Nacos](https://github.com/alibaba/nacos)、[Eureka](https://github.com/Netflix/Eureka)、[Mzt-Biz-Log](https://github.com/mouzt/mzt-biz-log)、[Equator](https://github.com/dadiyang/equator)。 +Hippo4J 项目基于或参考以下项目:[Nacos](https://github.com/alibaba/nacos)、[Eureka](https://github.com/Netflix/Eureka)、[Mzt-Biz-Log](https://github.com/mouzt/mzt-biz-log)。 感谢 JetBrains 提供的免费开源 License diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index fa896968..9a7f2c1d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -12,7 +12,7 @@ const config = { baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', - favicon: 'img/web.png', + favicon: 'img/favicon.png', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'hippo4j', // Usually your GitHub org/user name. @@ -64,9 +64,9 @@ const config = { // content: `👉 《小马哥的代码实战课》官方知识星球来啦!!!`, }, navbar: { - title: 'HIPPO-4J', + title: '4J', logo: { - alt: 'My Site Logo', + alt: 'HIPPO-4J 动态可观测线程池框架', src: 'img/web.png', }, items: [ diff --git a/docs/static/img/favicon.png b/docs/static/img/favicon.png new file mode 100644 index 00000000..3fd750f5 Binary files /dev/null and b/docs/static/img/favicon.png differ diff --git a/docs/static/img/web.png b/docs/static/img/web.png index 2da968f7..6c9d3b00 100644 Binary files a/docs/static/img/web.png and b/docs/static/img/web.png differ