From 0ce30759cc9f20d059c3805a9c42a902ae50f072 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Sun, 1 Dec 2019 22:42:35 +0800 Subject: [PATCH 01/29] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08d9508..aafbe3c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ https://www.docs4dev.com - [【2019双11】ALL IN CLoud 低至1折](https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=eyj8uzr0) +- 新增 PDF 文档下载功能,方便无法联外网的同学查看文档(目前只支持 [Spring Boot](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference/boot-documentation-about.html#%E5%85%B3%E4%BA%8E%E6%96%87%E6%A1%A3) 以及 [Zookeeper](https://www.docs4dev.com/docs/en/zookeeper/r3.5.6/reference/zookeeperOver.html),后续会添加更多文档,如有需要,请提 Issue,我尽量优先添加)。 - 网站新增移动版,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 ![image](https://user-images.githubusercontent.com/46130657/69495221-77591e80-0eff-11ea-9a44-0ae7fefe63df.png) @@ -12,7 +13,7 @@ https://www.docs4dev.com ## 项目背景 -在开发中,一份文档是必不可少的,但是现在很多的框架,都只有英文版,这对于新手来说非常不友好;虽然国内也有许多人组织翻译,但是这个工作量是非常巨大的,而且时效性没那么高,很多框架的中文文档都是比较老的版本,同时,翻译的文档也很不是那么齐全。基于此,我创建了这个项目,并建立了相关的网站 [Docs4dev](https://www.docs4dev.com )。我会使用爬虫从官方拉取最新版本的文档,并通过调用 **翻译API** 对文档进行初步翻译,以减少后续人工翻译的工作量。 +目前许多开源项目的文档,都只有英文版,这对于国内用户不太友好;虽然目前也有很多人翻译文档,但是工作量太大,导致文档的翻译不是很全,而且时效性较低,很多框架的文档都是较老的版本。基于此,我创建了这个项目,并建立了相关的网站 [Docs4dev](https://www.docs4dev.com )。我会使用爬虫从官方拉取最新版本的文档,并通过调用 **翻译API** 对文档进行初步翻译,以减少后续人工翻译的工作量。 但是,因个人的时间及精力有限,同时我还要维护网站,抓取文档,所以无法及时对所有文档进行一一进行校对,所以,希望你能够帮助我一起来完善文档([查看校对指南](GUIDE.md))。 @@ -39,16 +40,14 @@ https://www.docs4dev.com ## 参与贡献 - 如果你希望参与校对,请阅读 [校对指南](GUIDE.md)。 - - 如果你希望添加某个文档, - - 如果你发现了网站的 bug, - 如果你觉得网站有哪个可以改进的地方, - 如果你希望添加更多的工具, - 请给我提 [issue](https://github.com/docs4dev/docs4dev/issues/new) 😄 。 ## 网站更新日志 - +- 2019-12-01 实现文档 PDF 下载(支持书签,支持多语言) - 2019-11-24 添加手机版 Docs4dev(使用 AMP 方式实现,加载速度更快且更省流量 🛩 ) - 2019-10-14 编辑器添加自动保存功能 ([#10](https://github.com/docs4dev/docs4dev/issues/)) - 2019-10-10 修复 GitHub 网站使用github 登录出错 ([#9](https://github.com/docs4dev/docs4dev/issues/)) @@ -58,7 +57,7 @@ https://www.docs4dev.com ## Roadmap -- 文档全文 PDF 下载 + - 更多文档的支持 - [asciidoctor](https://github.com/asciidoctor/asciidoctor) 格式支持 - 移动端(小程序)的支持 From 7f266da9c1b88352f7a13cceee09f74f4579152b Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Tue, 17 Dec 2019 20:26:57 +0800 Subject: [PATCH 02/29] Update README.md --- README.md | 60 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index aafbe3c..5c64eb8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,24 @@ https://www.docs4dev.com - 如果你希望添加更多的工具, - 请给我提 [issue](https://github.com/docs4dev/docs4dev/issues/new) 😄 。 +## Contributers + +**Github 用户:** + +- [mawen12](https://github.com/mawen12) +- [zhenkengna](https://github.com/zhenkengna) +- [gengqiupeng](https://github.com/gengqiupeng) +- [GeekJJ](https://github.com/GeekJJ) +- [yansheng836](https://github.com/yansheng836) +- [YeDongaidiiqu](https://github.com/YeDongaidiiqu) +- [JasonEcho](https://github.com/JasonEcho) +- [GeekJJ](https://github.com/GeekJJ) + +**其他** + +- funbuilder +- czs + ## 网站更新日志 - 2019-12-01 实现文档 PDF 下载(支持书签,支持多语言) - 2019-11-24 添加手机版 Docs4dev(使用 AMP 方式实现,加载速度更快且更省流量 🛩 ) @@ -65,8 +83,8 @@ https://www.docs4dev.com ## 文档列表 #### Spring -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | [Spring Boot Reference](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference) | [1.5.9.RELEASE](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference) | [English](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference) | | [Spring Boot 中文文档](https://www.docs4dev.com/docs/zh/spring-boot/1.5.9.RELEASE/reference) | [1.5.9.RELEASE](https://www.docs4dev.com/docs/zh/spring-boot/1.5.9.RELEASE/reference) | [中文](https://www.docs4dev.com/docs/zh/spring-boot/1.5.9.RELEASE/reference) | | [Spring Boot Reference](https://www.docs4dev.com/docs/en/spring-boot/2.1.1.RELEASE/reference) | [2.1.1.RELEASE](https://www.docs4dev.com/docs/en/spring-boot/2.1.1.RELEASE/reference) | [English](https://www.docs4dev.com/docs/en/spring-boot/2.1.1.RELEASE/reference) | @@ -112,8 +130,8 @@ https://www.docs4dev.com #### Http Server -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | [Nginx](https://www.docs4dev.com/docs/en/nginx/current/reference) | [current](https://www.docs4dev.com/docs/en/nginx/current/reference) | [English](https://www.docs4dev.com/docs/en/nginx/current/reference) | | [Nginx 中文文档](https://www.docs4dev.com/docs/zh/nginx/current/reference) | [current](https://www.docs4dev.com/docs/zh/nginx/current/reference) | [中文](https://www.docs4dev.com/docs/zh/nginx/current/reference) | | [Apache](https://www.docs4dev.com/docs/en/apache/2.4/reference) | [2.4](https://www.docs4dev.com/docs/en/apache/2.4/reference) | [English](https://www.docs4dev.com/docs/en/apache/2.4/reference) | @@ -121,19 +139,19 @@ https://www.docs4dev.com #### Python -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | [Python](https://www.docs4dev.com/docs/en/python/2.7.15/all) | [2.7.15](https://www.docs4dev.com/docs/en/python/2.7.15/all) | [English](https://www.docs4dev.com/docs/en/python/2.7.15/all) | -| [Python 中文文档](https://www.docs4dev.com/docs/zh/python/2.7.15/all) | [2.7.15](https://www.docs4dev.com/docs/zh/python/2.7.15/all) | [中文](https://www.docs4dev.com/docs/zh/python/2.7.15/all) | +| [Python 中文文档](https://www.docs4dev.com/docs/zh/python/2.7.15/all) | [2.7.15](https://www.docs4dev.com/docs/zh/python/2.7.15/all) | [中文](https://www.docs4dev.com/docs/zh/python/2.7.15/all) | | [Python](https://www.docs4dev.com/docs/en/python/3.7.2rc1/all) | [3.7.2rc1](https://www.docs4dev.com/docs/en/python/3.7.2rc1/all) | [English](https://www.docs4dev.com/docs/en/python/3.7.2rc1/all) | | [Python 中文文档](https://www.docs4dev.com/docs/zh/python/3.7.2rc1/all) | [3.7.2rc1](https://www.docs4dev.com/docs/zh/python/3.7.2rc1/all) | [中文](https://www.docs4dev.com/docs/zh/python/3.7.2rc1/all) | #### Database -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | -| [MySql](https://www.docs4dev.com/docs/en/mysql/5.7/reference) | [5.7](https://www.docs4dev.com/docs/en/mysql/5.7/reference) | [English](https://www.docs4dev.com/docs/en/mysql/5.7/reference) | -| [MySql 中文文档](https://www.docs4dev.com/docs/zh/mysql/5.7/reference) | [5.7](https://www.docs4dev.com/docs/zh/mysql/5.7/reference) | [中文](https://www.docs4dev.com/docs/zh/mysql/5.7/reference) | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | +| [MySql](https://www.docs4dev.com/docs/en/mysql/5.7/reference) | [5.7](https://www.docs4dev.com/docs/en/mysql/5.7/reference) | [English](https://www.docs4dev.com/docs/en/mysql/5.7/reference) | +| [MySql 中文文档](https://www.docs4dev.com/docs/zh/mysql/5.7/reference) | [5.7](https://www.docs4dev.com/docs/zh/mysql/5.7/reference) | [中文](https://www.docs4dev.com/docs/zh/mysql/5.7/reference) | | [PostgreSQL Documentation](https://www.docs4dev.com/docs/en/postgre-sql/10.7/reference) | [10.7](https://www.docs4dev.com/docs/en/postgre-sql/10.7/reference) | [English](https://www.docs4dev.com/docs/en/postgre-sql/10.7/reference) | | [PostgreSQL 中文文档](https://www.docs4dev.com/docs/zh/postgre-sql/10.7/reference) | [10.7](https://www.docs4dev.com/docs/zh/postgre-sql/10.7/reference) | [中文](https://www.docs4dev.com/docs/zh/postgre-sql/10.7/reference) | | [PostgreSQL Documentation](https://www.docs4dev.com/docs/en/postgre-sql/11.2/reference) | [11.2](https://www.docs4dev.com/docs/en/postgre-sql/11.2/reference) | [English](https://www.docs4dev.com/docs/en/postgre-sql/11.2/reference) | @@ -145,24 +163,24 @@ https://www.docs4dev.com #### Logging -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | -| [Log4j2 Manual](https://www.docs4dev.com/docs/en/log4j2/2.x/all) | [2.x](https://www.docs4dev.com/docs/en/log4j2/2.x/all) | [English](https://www.docs4dev.com/docs/en/log4j2/2.x/all) | -| [Log4j2 中文文档](https://www.docs4dev.com/docs/zh/log4j2/2.x/all) | [2.x](https://www.docs4dev.com/docs/zh/log4j2/2.x/all) | [中文](https://www.docs4dev.com/docs/zh/log4j2/2.x/all) | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | +| [Log4j2 Manual](https://www.docs4dev.com/docs/en/log4j2/2.x/all) | [2.x](https://www.docs4dev.com/docs/en/log4j2/2.x/all) | [English](https://www.docs4dev.com/docs/en/log4j2/2.x/all) | +| [Log4j2 中文文档](https://www.docs4dev.com/docs/zh/log4j2/2.x/all) | [2.x](https://www.docs4dev.com/docs/zh/log4j2/2.x/all) | [中文](https://www.docs4dev.com/docs/zh/log4j2/2.x/all) | | [Logback Manual](https://www.docs4dev.com/docs/en/logback/1.3.0-alpha4/reference) | [1.3.0-alpha4](https://www.docs4dev.com/docs/en/logback/1.3.0-alpha4/reference) | [English](https://www.docs4dev.com/docs/en/logback/1.3.0-alpha4/reference) | | [Logback 中文文档](https://www.docs4dev.com/docs/zh/logback/1.3.0-alpha4/reference) | [1.3.0-alpha4](https://www.docs4dev.com/docs/zh/logback/1.3.0-alpha4/reference) | [中文](https://www.docs4dev.com/docs/zh/logback/1.3.0-alpha4/reference) | #### ORM -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | [Hibernate ORM User Guide](https://www.docs4dev.com/docs/en/hibernate-orm/5.4/reference) | [5.4](https://www.docs4dev.com/docs/en/hibernate-orm/5.4/reference) | [English](https://www.docs4dev.com/docs/en/hibernate-orm/5.4/reference) | | [Hibernate ORM 用户指南](https://www.docs4dev.com/docs/zh/hibernate-orm/5.4/reference) | [5.4](https://www.docs4dev.com/docs/zh/hibernate-orm/5.4/reference) | [中文](https://www.docs4dev.com/docs/zh/hibernate-orm/5.4/reference) | #### Template engine -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | [Thymeleaf Tutorial](https://www.docs4dev.com/docs/en/thymeleaf/3.0/reference) | [3.0](https://www.docs4dev.com/docs/en/thymeleaf/3.0/reference) | [English](https://www.docs4dev.com/docs/en/thymeleaf/3.0/reference) | | [Thymeleaf 教程](https://www.docs4dev.com/docs/zh/thymeleaf/3.0/reference) | [3.0](https://www.docs4dev.com/docs/zh/thymeleaf/3.0/reference) | [中文](https://www.docs4dev.com/docs/zh/thymeleaf/3.0/reference) | | [Apache FreeMarker Manual](https://www.docs4dev.com/docs/en/freemarker/2.3.28/reference) | [2.3.28](https://www.docs4dev.com/docs/en/freemarker/2.3.28/reference) | [English](https://www.docs4dev.com/docs/en/freemarker/2.3.28/reference) | @@ -170,8 +188,8 @@ https://www.docs4dev.com #### Big Data -| 名称 | 文档版本 | 语言 | -| ---- | ---- | ---- | +| 名称 | 文档版本 | 语言 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | [Apache Flume User Guide](https://www.docs4dev.com/docs/en/flume/1.9.0/reference) | [1.9.0](https://www.docs4dev.com/docs/en/flume/1.9.0/reference) | [English](https://www.docs4dev.com/docs/en/flume/1.9.0/reference) | | [Apache Flume 用户指南](https://www.docs4dev.com/docs/zh/flume/1.9.0/reference) | [1.9.0](https://www.docs4dev.com/docs/zh/flume/1.9.0/reference) | [中文](https://www.docs4dev.com/docs/zh/flume/1.9.0/reference) | | [Apache Hive Language Manual](https://www.docs4dev.com/docs/en/apache-hive/3.1.1/reference) | [3.1.1](https://www.docs4dev.com/docs/en/apache-hive/3.1.1/reference) | [English](https://www.docs4dev.com/docs/en/apache-hive/3.1.1/reference) | From 81fa0a02c416ca8c139c8f11f7019540abae10e8 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Sun, 19 Jan 2020 22:25:27 +0800 Subject: [PATCH 03/29] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5c64eb8..f3e7a76 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ https://www.docs4dev.com ## Contributers +感谢以下同学校对文档 + **Github 用户:** - [mawen12](https://github.com/mawen12) @@ -58,11 +60,20 @@ https://www.docs4dev.com - [YeDongaidiiqu](https://github.com/YeDongaidiiqu) - [JasonEcho](https://github.com/JasonEcho) - [GeekJJ](https://github.com/GeekJJ) +- [luseking](https://github.com/luseking) +- [yuezheng](https://github.com/yuezheng) +- [sofiworker](https://github.com/sofiworker) +- [qinxuan](https://github.com/huazimao) +- [xxm1995](https://github.com/xxm1995) +- [MosesRen](https://github.com/MosesRen) +- [ansionfor](https://github.com/ansionfor) **其他** - funbuilder - czs +- cnLittleYu +- LukeCrazy ## 网站更新日志 - 2019-12-01 实现文档 PDF 下载(支持书签,支持多语言) From ecbb2454640ee77caeb6175c84ad9192652abd49 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Sun, 19 Jan 2020 22:27:01 +0800 Subject: [PATCH 04/29] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3e7a76..74f1fc6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ https://www.docs4dev.com 感谢以下同学校对文档 -**Github 用户:** +**Github 注册用户:** - [mawen12](https://github.com/mawen12) - [zhenkengna](https://github.com/zhenkengna) @@ -68,7 +68,7 @@ https://www.docs4dev.com - [MosesRen](https://github.com/MosesRen) - [ansionfor](https://github.com/ansionfor) -**其他** +**其他(Docs4dev 注册用户)** - funbuilder - czs From 7de11dad5d3ed3625ea6ce205f34087fdad4845a Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Fri, 28 Feb 2020 21:21:28 +0800 Subject: [PATCH 05/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f1fc6..0026ddb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Docs4dev https://www.docs4dev.com -- [【2019双11】ALL IN CLoud 低至1折](https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=eyj8uzr0) +- [![280X100](https://user-images.githubusercontent.com/46130657/75551845-05e5ba80-5a70-11ea-8ca0-ea5bddd1c3e2.jpg)](https://www.aliyun.com/sale-season/2020/procurement-new-members?userCode=eyj8uzr0) - 新增 PDF 文档下载功能,方便无法联外网的同学查看文档(目前只支持 [Spring Boot](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference/boot-documentation-about.html#%E5%85%B3%E4%BA%8E%E6%96%87%E6%A1%A3) 以及 [Zookeeper](https://www.docs4dev.com/docs/en/zookeeper/r3.5.6/reference/zookeeperOver.html),后续会添加更多文档,如有需要,请提 Issue,我尽量优先添加)。 From 1874dafaf3dda605994431a28a9a07e4ac7837bd Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Fri, 28 Feb 2020 21:22:15 +0800 Subject: [PATCH 06/29] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0026ddb..daa0f59 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Docs4dev https://www.docs4dev.com -- [![280X100](https://user-images.githubusercontent.com/46130657/75551845-05e5ba80-5a70-11ea-8ca0-ea5bddd1c3e2.jpg)](https://www.aliyun.com/sale-season/2020/procurement-new-members?userCode=eyj8uzr0) +[![280X100](https://user-images.githubusercontent.com/46130657/75551845-05e5ba80-5a70-11ea-8ca0-ea5bddd1c3e2.jpg)](https://www.aliyun.com/sale-season/2020/procurement-new-members?userCode=eyj8uzr0) + +---- - 新增 PDF 文档下载功能,方便无法联外网的同学查看文档(目前只支持 [Spring Boot](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference/boot-documentation-about.html#%E5%85%B3%E4%BA%8E%E6%96%87%E6%A1%A3) 以及 [Zookeeper](https://www.docs4dev.com/docs/en/zookeeper/r3.5.6/reference/zookeeperOver.html),后续会添加更多文档,如有需要,请提 Issue,我尽量优先添加)。 - 网站新增移动版,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 From 7e4403248045d1ac315b9c31738cf7e5836d0f21 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Fri, 13 Mar 2020 22:11:52 +0800 Subject: [PATCH 07/29] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index daa0f59..dc54216 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,13 @@ https://www.docs4dev.com - LukeCrazy ## 网站更新日志 +- 2020-03-13 网站 UI 优化 ([#19](https://github.com/docs4dev/docs4dev/issues/19)) - 2019-12-01 实现文档 PDF 下载(支持书签,支持多语言) - 2019-11-24 添加手机版 Docs4dev(使用 AMP 方式实现,加载速度更快且更省流量 🛩 ) -- 2019-10-14 编辑器添加自动保存功能 ([#10](https://github.com/docs4dev/docs4dev/issues/)) -- 2019-10-10 修复 GitHub 网站使用github 登录出错 ([#9](https://github.com/docs4dev/docs4dev/issues/)) -- 2019-10-03 修复文档翻译错误 ([#8](https://github.com/docs4dev/docs4dev/issues/)) -- 2019-08-09 修复网站 502 错误 ([#5](https://github.com/docs4dev/docs4dev/issues/)) +- 2019-10-14 编辑器添加自动保存功能 ([#10](https://github.com/docs4dev/docs4dev/issues/10)) +- 2019-10-10 修复 GitHub 网站使用github 登录出错 ([#9](https://github.com/docs4dev/docs4dev/issues/9)) +- 2019-10-03 修复文档翻译错误 ([#8](https://github.com/docs4dev/docs4dev/issues/8)) +- 2019-08-09 修复网站 502 错误 ([#5](https://github.com/docs4dev/docs4dev/issues/5)) - ... ## Roadmap @@ -93,6 +94,11 @@ https://www.docs4dev.com - [asciidoctor](https://github.com/asciidoctor/asciidoctor) 格式支持 - 移动端(小程序)的支持 - ... + +## 关于广告问题 + +虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费(虽然目前收不抵支😂),如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 + ## 文档列表 #### Spring From e37964b25981a81c13d79daf3d4b1d99d21fcf20 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Fri, 13 Mar 2020 22:13:08 +0800 Subject: [PATCH 08/29] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc54216..342ae60 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ https://www.docs4dev.com [![280X100](https://user-images.githubusercontent.com/46130657/75551845-05e5ba80-5a70-11ea-8ca0-ea5bddd1c3e2.jpg)](https://www.aliyun.com/sale-season/2020/procurement-new-members?userCode=eyj8uzr0) + +## 关于广告问题 + +虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费(虽然目前收不抵支😂),如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 + + ---- - 新增 PDF 文档下载功能,方便无法联外网的同学查看文档(目前只支持 [Spring Boot](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference/boot-documentation-about.html#%E5%85%B3%E4%BA%8E%E6%96%87%E6%A1%A3) 以及 [Zookeeper](https://www.docs4dev.com/docs/en/zookeeper/r3.5.6/reference/zookeeperOver.html),后续会添加更多文档,如有需要,请提 Issue,我尽量优先添加)。 @@ -95,9 +101,6 @@ https://www.docs4dev.com - 移动端(小程序)的支持 - ... -## 关于广告问题 - -虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费(虽然目前收不抵支😂),如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 ## 文档列表 From f779493d34a9c8ff6d5e2f4d237f3766b7d9ca13 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Fri, 13 Mar 2020 22:15:11 +0800 Subject: [PATCH 09/29] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 342ae60..e780f12 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ https://www.docs4dev.com [![280X100](https://user-images.githubusercontent.com/46130657/75551845-05e5ba80-5a70-11ea-8ca0-ea5bddd1c3e2.jpg)](https://www.aliyun.com/sale-season/2020/procurement-new-members?userCode=eyj8uzr0) - -## 关于广告问题 - -虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费(虽然目前收不抵支😂),如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 - - ---- - 新增 PDF 文档下载功能,方便无法联外网的同学查看文档(目前只支持 [Spring Boot](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference/boot-documentation-about.html#%E5%85%B3%E4%BA%8E%E6%96%87%E6%A1%A3) 以及 [Zookeeper](https://www.docs4dev.com/docs/en/zookeeper/r3.5.6/reference/zookeeperOver.html),后续会添加更多文档,如有需要,请提 Issue,我尽量优先添加)。 @@ -52,7 +46,12 @@ https://www.docs4dev.com - 如果你发现了网站的 bug, - 如果你觉得网站有哪个可以改进的地方, - 如果你希望添加更多的工具, -- 请给我提 [issue](https://github.com/docs4dev/docs4dev/issues/new) 😄 。 +- 请给我提 [issue](https://github.com/docs4dev/docs4dev/issues/new) + +## 关于广告问题 + +虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费(虽然目前收不抵支😂),如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 + ## Contributers From 14d8935eaccf86cab34d65af3b642acb2eef17fa Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:14:59 +0800 Subject: [PATCH 10/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e780f12..72ea0d7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ https://www.docs4dev.com ## 关于广告问题 -虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费(虽然目前收不抵支😂),如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 +虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费,如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 ## Contributers From 50f522f880e2d8c5150c5719fbb64cd70191cf36 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 8 Jul 2020 23:04:42 +0800 Subject: [PATCH 11/29] Update README.md --- README.md | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 72ea0d7..471b8f9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # Docs4dev https://www.docs4dev.com - -[![280X100](https://user-images.githubusercontent.com/46130657/75551845-05e5ba80-5a70-11ea-8ca0-ea5bddd1c3e2.jpg)](https://www.aliyun.com/sale-season/2020/procurement-new-members?userCode=eyj8uzr0) - ---- +- 更新网站主题为**Git Book**,支持切换字体、支持**夜间模式**。 +- **新增在线博客写作**(一键部署到 Github Pages) - 新增 PDF 文档下载功能,方便无法联外网的同学查看文档(目前只支持 [Spring Boot](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference/boot-documentation-about.html#%E5%85%B3%E4%BA%8E%E6%96%87%E6%A1%A3) 以及 [Zookeeper](https://www.docs4dev.com/docs/en/zookeeper/r3.5.6/reference/zookeeperOver.html),后续会添加更多文档,如有需要,请提 Issue,我尽量优先添加)。 - 网站新增移动版,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 @@ -12,7 +11,6 @@ https://www.docs4dev.com ![image](https://user-images.githubusercontent.com/46130657/69495221-77591e80-0eff-11ea-9a44-0ae7fefe63df.png) - ## 项目背景 目前许多开源项目的文档,都只有英文版,这对于国内用户不太友好;虽然目前也有很多人翻译文档,但是工作量太大,导致文档的翻译不是很全,而且时效性较低,很多框架的文档都是较老的版本。基于此,我创建了这个项目,并建立了相关的网站 [Docs4dev](https://www.docs4dev.com )。我会使用爬虫从官方拉取最新版本的文档,并通过调用 **翻译API** 对文档进行初步翻译,以减少后续人工翻译的工作量。 @@ -21,23 +19,6 @@ https://www.docs4dev.com 最后,如果你觉得本项目对你有所帮助,希望点赞支持一下。 -## 项目技术 - -目前网站是使用 `Spring Boot` 提供 API, `Nextjs + antd + React Hooks` 做服务端渲染的形式开发的。同时,因为网站的前端使用了很多 h5 特性,所以**对于 IE 的支持不是很友好**,所以推荐使用 `Chrome` 进行访问。 - -所用技术整理如下: - -- **Rest API:**`Spring Boot` -- **服务端渲染:**`nextjs` -- **UI 库:** `antd` -- **编程语言:** `typescript + java` -- **编辑器:** - - `EasyMD` - - `stackedit(Vue)` -- **文本对比:** - - `diff` - - `diff2html` -- **全文检索:** `Elasticsearch` ## 参与贡献 @@ -48,10 +29,6 @@ https://www.docs4dev.com - 如果你希望添加更多的工具, - 请给我提 [issue](https://github.com/docs4dev/docs4dev/issues/new) -## 关于广告问题 - -虽说本项目的开发维护不需要花钱,但是项目托管的云服务器每个月还是会产生一定的费用,所以在网站中添加了 Google 广告来抵消一部分的花费,如果有影响到了你的浏览体验,可以通过安装广告屏蔽插件的方式将广告屏蔽掉,如 Adblocks 等。 - ## Contributers @@ -83,6 +60,8 @@ https://www.docs4dev.com - LukeCrazy ## 网站更新日志 +- 2020-07-08 修改网站主题为 Git Book 默认主题,支持字体切换,支持夜间模式。 +- 2020-06 新增在线博客写作(一键部署到 Git Pages) - 2020-03-13 网站 UI 优化 ([#19](https://github.com/docs4dev/docs4dev/issues/19)) - 2019-12-01 实现文档 PDF 下载(支持书签,支持多语言) - 2019-11-24 添加手机版 Docs4dev(使用 AMP 方式实现,加载速度更快且更省流量 🛩 ) From c8912cdc60488d235d1faaf96033fb5bde787f76 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 8 Jul 2020 23:10:38 +0800 Subject: [PATCH 12/29] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 471b8f9..cb14b7d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,9 @@ https://www.docs4dev.com ---- -- 更新网站主题为**Git Book**,支持切换字体、支持**夜间模式**。 -- **新增在线博客写作**(一键部署到 Github Pages) - -- 新增 PDF 文档下载功能,方便无法联外网的同学查看文档(目前只支持 [Spring Boot](https://www.docs4dev.com/docs/en/spring-boot/1.5.9.RELEASE/reference/boot-documentation-about.html#%E5%85%B3%E4%BA%8E%E6%96%87%E6%A1%A3) 以及 [Zookeeper](https://www.docs4dev.com/docs/en/zookeeper/r3.5.6/reference/zookeeperOver.html),后续会添加更多文档,如有需要,请提 Issue,我尽量优先添加)。 -- 网站新增移动版,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 - -![image](https://user-images.githubusercontent.com/46130657/69495221-77591e80-0eff-11ea-9a44-0ae7fefe63df.png) +- ✨ 网站 UI 更新为 **Git Book** [默认主题](https://github.com/GitbookIO/theme-default),支持切换字体、支持**夜间模式**。 +- ☁ **新增在线博客写作**(一键部署到 Github Pages) ## 项目背景 @@ -19,6 +14,10 @@ https://www.docs4dev.com 最后,如果你觉得本项目对你有所帮助,希望点赞支持一下。 +## 移动端支持 +网站支持移动端,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 + +![image](https://user-images.githubusercontent.com/46130657/69495221-77591e80-0eff-11ea-9a44-0ae7fefe63df.png) ## 参与贡献 From 7c3b0fae6b962a72fbad261eb2d940824b5418cf Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 8 Jul 2020 23:12:14 +0800 Subject: [PATCH 13/29] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb14b7d..3c500d1 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ https://www.docs4dev.com ---- -- ✨ 网站 UI 更新为 **Git Book** [默认主题](https://github.com/GitbookIO/theme-default),支持切换字体、支持**夜间模式**。 +- ✨ 网站 UI 更新为 **Git Book** [默认主题](https://github.com/GitbookIO/theme-default),支持切换字体、支持**夜间模式**。 -- ☁ **新增在线博客写作**(一键部署到 Github Pages) +- ☁ **新增在线博客写作**(一键部署到 Github Pages,[点击此处](https://www.docs4dev.com/guides)查看文档) ## 项目背景 From 9791a297a5d2ae4b53d5e52b2298836cbec8432c Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Thu, 13 Aug 2020 18:51:04 +0800 Subject: [PATCH 14/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c500d1..70c513c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ https://www.docs4dev.com ## 参与贡献 -- 如果你希望参与校对,请阅读 [校对指南](GUIDE.md)。 +- ~如果你希望参与校对,请阅读 [校对指南](GUIDE.md)。~ (注:因为最近在优化整站文档的翻译,以及对文档结构进行微调,所以暂时下线了校对功能) - 如果你希望添加某个文档, - 如果你发现了网站的 bug, - 如果你觉得网站有哪个可以改进的地方, From 9171fb6232e88a0dce41cb1ccf8ed08cd3b81415 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Thu, 13 Aug 2020 18:52:00 +0800 Subject: [PATCH 15/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70c513c..3536f30 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://www.docs4dev.com 目前许多开源项目的文档,都只有英文版,这对于国内用户不太友好;虽然目前也有很多人翻译文档,但是工作量太大,导致文档的翻译不是很全,而且时效性较低,很多框架的文档都是较老的版本。基于此,我创建了这个项目,并建立了相关的网站 [Docs4dev](https://www.docs4dev.com )。我会使用爬虫从官方拉取最新版本的文档,并通过调用 **翻译API** 对文档进行初步翻译,以减少后续人工翻译的工作量。 -但是,因个人的时间及精力有限,同时我还要维护网站,抓取文档,所以无法及时对所有文档进行一一进行校对,所以,希望你能够帮助我一起来完善文档([查看校对指南](GUIDE.md))。 +~但是,因个人的时间及精力有限,同时我还要维护网站,抓取文档,所以无法及时对所有文档进行一一进行校对,所以,希望你能够帮助我一起来完善文档([查看校对指南](GUIDE.md))。~(暂时下线校对功能) 最后,如果你觉得本项目对你有所帮助,希望点赞支持一下。 From 0e8817a2dc9e7e49312fcad12a04f85ecb028106 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Tue, 25 Aug 2020 23:14:51 +0800 Subject: [PATCH 16/29] Update README.md --- README.md | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 3536f30..ba181d8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,14 @@ # Docs4dev https://www.docs4dev.com ----- -- ✨ 网站 UI 更新为 **Git Book** [默认主题](https://github.com/GitbookIO/theme-default),支持切换字体、支持**夜间模式**。 - -- ☁ **新增在线博客写作**(一键部署到 Github Pages,[点击此处](https://www.docs4dev.com/guides)查看文档) - ## 项目背景 -目前许多开源项目的文档,都只有英文版,这对于国内用户不太友好;虽然目前也有很多人翻译文档,但是工作量太大,导致文档的翻译不是很全,而且时效性较低,很多框架的文档都是较老的版本。基于此,我创建了这个项目,并建立了相关的网站 [Docs4dev](https://www.docs4dev.com )。我会使用爬虫从官方拉取最新版本的文档,并通过调用 **翻译API** 对文档进行初步翻译,以减少后续人工翻译的工作量。 +目前许多开源的项目,都只有英文版本,而且国内访问外网的速度也堪忧。所以我创建了 [Docs4dev](https://www.docs4dev.com ) 从项目官方拉取文档,并且使用 **机器翻译技术** 对文档进行初步翻译,同时,为了便于检索文档,还添加了 Es 的支持。 -~但是,因个人的时间及精力有限,同时我还要维护网站,抓取文档,所以无法及时对所有文档进行一一进行校对,所以,希望你能够帮助我一起来完善文档([查看校对指南](GUIDE.md))。~(暂时下线校对功能) +## 问题 +因为本站所有文档都是通过机器翻译的,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以直接通过页面左上角的【编辑此页】按钮对文档进行编辑,也可以直接在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。 -最后,如果你觉得本项目对你有所帮助,希望点赞支持一下。 +如果你觉得本项目对你有所帮助,希望点赞支持一下。 ## 移动端支持 网站支持移动端,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 @@ -21,12 +17,12 @@ https://www.docs4dev.com ## 参与贡献 -- ~如果你希望参与校对,请阅读 [校对指南](GUIDE.md)。~ (注:因为最近在优化整站文档的翻译,以及对文档结构进行微调,所以暂时下线了校对功能) +- 如果你希望参与校对,请阅读 [校对指南](GUIDE.md)。 - 如果你希望添加某个文档, - 如果你发现了网站的 bug, - 如果你觉得网站有哪个可以改进的地方, - 如果你希望添加更多的工具, -- 请给我提 [issue](https://github.com/docs4dev/docs4dev/issues/new) +- 请给我提 [issue](https://github.com/docs4dev/docs4dev-issues/new) ## Contributers @@ -59,8 +55,12 @@ https://www.docs4dev.com - LukeCrazy ## 网站更新日志 -- 2020-07-08 修改网站主题为 Git Book 默认主题,支持字体切换,支持夜间模式。 -- 2020-06 新增在线博客写作(一键部署到 Git Pages) + +- 2020-08-24 + - 优化文档 UI,添加 **Admonition** 支持,添加文档 **tabs** 支持 + - 优化文档翻译 +- 2020-07-08 网站 UI 更新为 **Git Book** [默认主题](https://github.com/GitbookIO/theme-default),支持切换字体、支持**夜间模式**。 +- 2020-06 **新增在线博客写作**(一键部署到 Github Pages,[点击此处](https://www.docs4dev.com/guides)查看文档) - 2020-03-13 网站 UI 优化 ([#19](https://github.com/docs4dev/docs4dev/issues/19)) - 2019-12-01 实现文档 PDF 下载(支持书签,支持多语言) - 2019-11-24 添加手机版 Docs4dev(使用 AMP 方式实现,加载速度更快且更省流量 🛩 ) @@ -70,14 +70,6 @@ https://www.docs4dev.com - 2019-08-09 修复网站 502 错误 ([#5](https://github.com/docs4dev/docs4dev/issues/5)) - ... -## Roadmap - - -- 更多文档的支持 -- [asciidoctor](https://github.com/asciidoctor/asciidoctor) 格式支持 -- 移动端(小程序)的支持 -- ... - ## 文档列表 From 88268f7f92c0052d9fb0d736535530a9c4d6d7cb Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 26 Aug 2020 21:09:50 +0800 Subject: [PATCH 17/29] Update README.md --- README.md | 61 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index ba181d8..8dcbcba 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ https://www.docs4dev.com ## 项目背景 - -目前许多开源的项目,都只有英文版本,而且国内访问外网的速度也堪忧。所以我创建了 [Docs4dev](https://www.docs4dev.com ) 从项目官方拉取文档,并且使用 **机器翻译技术** 对文档进行初步翻译,同时,为了便于检索文档,还添加了 Es 的支持。 +创建 [Docs4dev](https://www.docs4dev.com ) 的初衷,是因为自己在写代码的过程中,经常需要查看各类框架的文档,但是大部分文档都只有英文版本,而且很多文档不支持站内搜索,查资料时非常不方便,所以我创建了 [Docs4dev](https://www.docs4dev.com )。 ## 问题 因为本站所有文档都是通过机器翻译的,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以直接通过页面左上角的【编辑此页】按钮对文档进行编辑,也可以直接在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。 @@ -29,30 +28,40 @@ https://www.docs4dev.com 感谢以下同学校对文档 -**Github 注册用户:** - -- [mawen12](https://github.com/mawen12) -- [zhenkengna](https://github.com/zhenkengna) -- [gengqiupeng](https://github.com/gengqiupeng) -- [GeekJJ](https://github.com/GeekJJ) -- [yansheng836](https://github.com/yansheng836) -- [YeDongaidiiqu](https://github.com/YeDongaidiiqu) -- [JasonEcho](https://github.com/JasonEcho) -- [GeekJJ](https://github.com/GeekJJ) -- [luseking](https://github.com/luseking) -- [yuezheng](https://github.com/yuezheng) -- [sofiworker](https://github.com/sofiworker) -- [qinxuan](https://github.com/huazimao) -- [xxm1995](https://github.com/xxm1995) -- [MosesRen](https://github.com/MosesRen) -- [ansionfor](https://github.com/ansionfor) - -**其他(Docs4dev 注册用户)** - -- funbuilder -- czs -- cnLittleYu -- LukeCrazy +| 昵称 | Github 地址 | +| ------------- | -------------------------------- | +| GeekJJ | https://github.com/GeekJJ | +| funbuilder | | +| zhenkengna | https://github.com/zhenkengna | +| gengqiupeng | https://github.com/gengqiupeng | +| yansheng836 | https://github.com/yansheng836 | +| YeDongaidiiqu | https://github.com/YeDongaidiiqu | +| mawen12 | https://github.com/mawen12 | +| JasonEcho | https://github.com/JasonEcho | +| czs | | +| luseking | https://github.com/luseking | +| yuezheng | https://github.com/yuezheng | +| cnLittleYu | | +| LukeCrazy | | +| sofiworker | https://github.com/sofiworker | +| qinxuan | https://github.com/huazimao | +| xxm1995 | https://github.com/xxm1995 | +| MosesRen | https://github.com/MosesRen | +| ansionfor | https://github.com/ansionfor | +| 92hackers | https://github.com/92hackers | +| longquan99 | https://github.com/longquan99 | +| Faiz2035 | https://github.com/Faiz2035 | +| TsinghuaDream | https://github.com/TsinghuaDream | +| moment | | +| 2的2次方 | | +| quentin.w | | +| xlwh | https://github.com/xlwh | +| carzyhub | https://github.com/carzyhub | +| backend-xzy | https://github.com/backend-xzy | +| yun-yun | https://github.com/yun-yun | +| gitgit | | +| caichangi | https://github.com/caichangi | +| gentlelegant | https://github.com/gentlelegant | ## 网站更新日志 From be72b83ad87d3251792eead0ba95732cb735ae43 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 26 Aug 2020 21:12:39 +0800 Subject: [PATCH 18/29] Update GUIDE.md --- GUIDE.md | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 82ad4df..06eecd0 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -1,5 +1,3 @@ - - # 文档校对指南 ## 前提 @@ -8,18 +6,15 @@ ## 文档校对 -**校对申请** - -你首先需要一个 [Docs4dev](https://www.docs4dev.com/) 的账号(可以直接使用 Github 登录),登录网站后选择你要校对的文档的具体章节,然后点击**文档校对**按钮申请校对。如下图所示: +你首先需要一个 [Docs4dev](https://www.docs4dev.com/) 的账号(可以直接使用 Github 登录),登录网站后选择你要校对的文档的具体章节,然后点击**编辑此页**按钮进行校对。如下图所示: -![1569592070259](https://user-images.githubusercontent.com/46130657/66118568-49471480-e609-11e9-982d-026dbcc86327.png) +![image](https://user-images.githubusercontent.com/46130657/91301915-3e284480-e7d8-11ea-87cb-c4becaead340.png) - -> **注:** 目前只支持对文档的**中文版本**进行校对,所以如果你浏览的文档是英文的话,是不会出现校对按钮的。 +> **注:** 目前只支持对文档的**中文版本**进行校对,所以如果你浏览的文档是英文的话,是**不会出现**校对按钮的。 **开始校对** -在申请成功之后,我们可以直接从申请结果的弹窗中点击 **马上去校对** 的链接跳转到文档校对页面,当然你也可以从 **个人中心** 的 **文档校对** 页签进入校对页面。如下所示: +文档校对页面如下所示: ![image](https://user-images.githubusercontent.com/46130657/66118764-c4102f80-e609-11e9-83d7-4efa3c84aa15.png) @@ -43,22 +38,9 @@ **文档审核状态** -当你校对完成并提交后,我会对修改项进行简单的审核。一份文档从校对申请到审核结束,可能会有以下几种状态: - -![1569593865354](https://user-images.githubusercontent.com/46130657/66118656-87443880-e609-11e9-9845-40c4d98c3ae7.png) - +当你校对完成并提交后,我会对修改项进行简单的审核,如果没有大问题,将会直接合并到线上版本。 -- **草稿:** 申请文档校对后,文档将处于此状态,同时如果你提交修改时选择了保存到草稿箱,文档也会处于此状态。此状态的文档可以**任意修改**。 -- **审核中:** 当你提交了你的修改后,文档将处于此状态直到审核结束。此状态的文档 **不可编辑和修改**。 - -- **已合并:** 当你提交的文档审核通过之后,它将被合并到线上,供所有人查看,同时,你的信息也将显示到对应章节的 **校对人** 一栏,如下图所示: - - -![1569593549840](https://user-images.githubusercontent.com/46130657/66118679-92976400-e609-11e9-9b48-e1f7fe69d2ec.png) - - -> **注:** 此次将显示校对人的头像,同时,如果点击头像,将跳转到对应用户设置的 URL 链接(个人设置 > 基本设置 > URL,如果是 Github 用户,将默认显示 Github 主页) ## 校对内容建议 @@ -66,7 +48,7 @@ 1. 最好不要修改文档本身的 `Markdown` 样式,除非样式本身有误。如:加粗,代码,链接样式,标题的属性等等。 2. 对于某些样式,如果你觉得需要修改,可以参考:[文档写作指南](https://github.com/ruanyf/document-style-guide) -3. 在翻译时,对于专有术语,最好不要翻译,而直接使用英文,如:`Spring Boot`,`Ant`,`Maven` 等。 +3. 在翻译时,对于专有术语,最好不要翻译,而直接使用英文,如:`Spring Boot`, `Ant`, `Maven` 等。 4. 如果文档原文本身有误,请提 [Issue](https://github.com/docs4dev/docs4dev/issues/new) 给我。 5. 如果你在校对的过程中发现了其它的问题,也请告知我。 @@ -79,10 +61,8 @@ > `## {#overview-dependency-injection} 2.1 依赖注入和控制反转` > > 3. 同一篇文档同一个用户可以**反复校对**,所以对同一篇文档,可以分多次进行校对,校对次数没有限制。 -> 4. 默认情况下,会每隔 10 秒自动保存一次修改,你可以在右上角关闭此功能。 ## 其它 如果你觉得这个文档有什么需要改进的地方,请提 [Issue](https://github.com/docs4dev/docs4dev/issues/new ),当然,也欢迎直接提 PR。 - From 70f2f91b438ef82e2fc5f25b17e1bdf4dff07af5 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 26 Aug 2020 21:16:33 +0800 Subject: [PATCH 19/29] Update GUIDE.md --- GUIDE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 06eecd0..860c685 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -38,9 +38,7 @@ **文档审核状态** -当你校对完成并提交后,我会对修改项进行简单的审核,如果没有大问题,将会直接合并到线上版本。 - - +当你校对完成并提交后,我会对修改项进行简单的审核,如果没有大问题,将会直接合并到线上版本。文档合并(或退回)后,会有站内通知提醒,同时,你也可以在 `我的主页/文档管理/文档编辑` 列表查看校对结果。 ## 校对内容建议 From bf8976a26d43cba79e31af791ac2fc7ebc50a1f1 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:18:40 +0800 Subject: [PATCH 20/29] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dcbcba..0ffad99 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Docs4dev -https://www.docs4dev.com +https://www.docs4dev.com/docs ## 项目背景 -创建 [Docs4dev](https://www.docs4dev.com ) 的初衷,是因为自己在写代码的过程中,经常需要查看各类框架的文档,但是大部分文档都只有英文版本,而且很多文档不支持站内搜索,查资料时非常不方便,所以我创建了 [Docs4dev](https://www.docs4dev.com )。 +创建 [Docs4dev](https://www.docs4dev.com/docs ) 的初衷,是因为自己在写代码的过程中,经常需要查看各类框架的文档,但是大部分文档都只有英文版本,而且很多文档不支持站内搜索,查资料时非常不方便,所以我创建了 [Docs4dev](https://www.docs4dev.com/docs )。 ## 问题 因为本站所有文档都是通过机器翻译的,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以直接通过页面左上角的【编辑此页】按钮对文档进行编辑,也可以直接在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。 From 62ef64cdacedeb64539fcbc1cebd34948fe14520 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:45:17 +0800 Subject: [PATCH 21/29] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ffad99..910c1e7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Docs4dev -https://www.docs4dev.com/docs +https://www.docs4dev.com/ ## 项目背景 -创建 [Docs4dev](https://www.docs4dev.com/docs ) 的初衷,是因为自己在写代码的过程中,经常需要查看各类框架的文档,但是大部分文档都只有英文版本,而且很多文档不支持站内搜索,查资料时非常不方便,所以我创建了 [Docs4dev](https://www.docs4dev.com/docs )。 +创建 [Docs4dev](https://www.docs4dev.com/) 的初衷,是因为自己在写代码的过程中,经常需要查看各类框架的文档,但是大部分文档都只有英文版本,而且很多文档不支持站内搜索,查资料时非常不方便,所以我创建了 [Docs4dev](https://www.docs4dev.com/ )。 ## 问题 因为本站所有文档都是通过机器翻译的,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以直接通过页面左上角的【编辑此页】按钮对文档进行编辑,也可以直接在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。 From 7b2a09808acbae12ff86d110dca79f8cb99f9a75 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:47:53 +0800 Subject: [PATCH 22/29] Update README.md From 43b5f247a3fef9c6ccf439a1d78fa230cb6e090e Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:48:17 +0800 Subject: [PATCH 23/29] Update README.md From b88686fa93d30cdf367a53de54aecf676dc24726 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 9 Sep 2020 22:51:09 +0800 Subject: [PATCH 24/29] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 910c1e7..449dbe6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ https://www.docs4dev.com/ 如果你觉得本项目对你有所帮助,希望点赞支持一下。 +## 文档下载 + +- 2020-09-09 新增 + - [【Spring Boot 1.5.9 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=1.5.9.RELEASE&type=reference&lang=zh) + - [【Mysql 5.7 官方英文文档下载】](https://www.docs4dev.com/download?code=mysql&version=5.7&type=reference&lang=en) + ## 移动端支持 网站支持移动端,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 @@ -65,6 +71,7 @@ https://www.docs4dev.com/ ## 网站更新日志 +- 2020-09-09 新增文档下载 - 2020-08-24 - 优化文档 UI,添加 **Admonition** 支持,添加文档 **tabs** 支持 - 优化文档翻译 From 39b80d8b7f0cc98c586977311b02f9f1dde4e060 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Thu, 8 Oct 2020 22:27:43 +0800 Subject: [PATCH 25/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 449dbe6..c2b3ac1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://www.docs4dev.com/ 如果你觉得本项目对你有所帮助,希望点赞支持一下。 ## 文档下载 - +- 2020-10-08 新增常用框架 API 文档:https://www.docs4dev.com/javadoc/ - 2020-09-09 新增 - [【Spring Boot 1.5.9 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=1.5.9.RELEASE&type=reference&lang=zh) - [【Mysql 5.7 官方英文文档下载】](https://www.docs4dev.com/download?code=mysql&version=5.7&type=reference&lang=en) From ae83cb3f573dddf5e3039c2f7360f5f9ffd8ae0b Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Tue, 24 Nov 2020 19:46:10 +0800 Subject: [PATCH 26/29] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c2b3ac1..52ed16a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ https://www.docs4dev.com/ 如果你觉得本项目对你有所帮助,希望点赞支持一下。 ## 文档下载 +- 2020-11-24 新增 + - [【Spring Boot 2.1.1.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=2.1.1.RELEASE&type=reference&lang=zh) + - [【Spring Framework 4.3.21.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=4.3.21.RELEASE&type=reference&lang=zh) + - [【Spring Framework 5.1.3.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=5.1.3.RELEASE&type=reference&lang=zh) + - [【Spring Cloud Edgware.SR5 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Edgware.SR5&type=reference&lang=zh) + - [【Spring Cloud Finchley.SR2 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Finchley.SR2&type=reference&lang=zh) + + - 2020-10-08 新增常用框架 API 文档:https://www.docs4dev.com/javadoc/ - 2020-09-09 新增 - [【Spring Boot 1.5.9 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=1.5.9.RELEASE&type=reference&lang=zh) From bf1d851a892def53d750517b07e515885355b41e Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 20 Jan 2021 20:45:48 +0800 Subject: [PATCH 27/29] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ed16a..43ffe41 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ https://www.docs4dev.com/ 如果你觉得本项目对你有所帮助,希望点赞支持一下。 -## 文档下载 +## Change Logs +- 2021-01-20 新增两个在线工具 + - [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式 + - [【最好用的 Git 分支学习工具】](https://www.docs4dev.com/tools/learnGitBranching/?locale=zh_CN) + - 2020-11-24 新增 - [【Spring Boot 2.1.1.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=2.1.1.RELEASE&type=reference&lang=zh) - [【Spring Framework 4.3.21.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=4.3.21.RELEASE&type=reference&lang=zh) From b52b58e14c9d3b2b4ef84693c567ef95446e8dc3 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:06:42 +0800 Subject: [PATCH 28/29] Update README.md --- README.md | 55 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 43ffe41..b603c0a 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,14 @@ # Docs4dev https://www.docs4dev.com/ - -## 项目背景 -创建 [Docs4dev](https://www.docs4dev.com/) 的初衷,是因为自己在写代码的过程中,经常需要查看各类框架的文档,但是大部分文档都只有英文版本,而且很多文档不支持站内搜索,查资料时非常不方便,所以我创建了 [Docs4dev](https://www.docs4dev.com/ )。 - -## 问题 -因为本站所有文档都是通过机器翻译的,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以直接通过页面左上角的【编辑此页】按钮对文档进行编辑,也可以直接在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。 +## Features +- [【文档在线浏览】](#文档列表) +- [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式 +- [【最好用的 Git 分支学习工具】](https://www.docs4dev.com/tools/learnGitBranching/?locale=zh_CN) +## NOTE +因为本站所有文档都是通过**机器翻译**的,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。 如果你觉得本项目对你有所帮助,希望点赞支持一下。 -## Change Logs -- 2021-01-20 新增两个在线工具 - - [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式 - - [【最好用的 Git 分支学习工具】](https://www.docs4dev.com/tools/learnGitBranching/?locale=zh_CN) - -- 2020-11-24 新增 - - [【Spring Boot 2.1.1.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=2.1.1.RELEASE&type=reference&lang=zh) - - [【Spring Framework 4.3.21.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=4.3.21.RELEASE&type=reference&lang=zh) - - [【Spring Framework 5.1.3.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=5.1.3.RELEASE&type=reference&lang=zh) - - [【Spring Cloud Edgware.SR5 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Edgware.SR5&type=reference&lang=zh) - - [【Spring Cloud Finchley.SR2 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Finchley.SR2&type=reference&lang=zh) - - -- 2020-10-08 新增常用框架 API 文档:https://www.docs4dev.com/javadoc/ -- 2020-09-09 新增 - - [【Spring Boot 1.5.9 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=1.5.9.RELEASE&type=reference&lang=zh) - - [【Mysql 5.7 官方英文文档下载】](https://www.docs4dev.com/download?code=mysql&version=5.7&type=reference&lang=en) - ## 移动端支持 网站支持移动端,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档 @@ -34,12 +16,11 @@ https://www.docs4dev.com/ ## 参与贡献 -- 如果你希望参与校对,请阅读 [校对指南](GUIDE.md)。 - 如果你希望添加某个文档, - 如果你发现了网站的 bug, - 如果你觉得网站有哪个可以改进的地方, - 如果你希望添加更多的工具, -- 请给我提 [issue](https://github.com/docs4dev/docs4dev-issues/new) +- 请提 [issue](https://github.com/docs4dev/docs4dev-issues/new) ## Contributers @@ -81,8 +62,28 @@ https://www.docs4dev.com/ | caichangi | https://github.com/caichangi | | gentlelegant | https://github.com/gentlelegant | -## 网站更新日志 +## Change Logs + +- 2021-07-11 + - 重构网站爬虫 + - 使用 [algolia/autocomplete](https://github.com/algolia/autocomplete) 优化了网站搜索 + ![image](https://user-images.githubusercontent.com/46130657/125290698-2f487300-e353-11eb-97ea-fcf87b760fc4.png) +- 2021-01-20 新增两个在线工具 + - [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式 + - [【最好用的 Git 分支学习工具】](https://www.docs4dev.com/tools/learnGitBranching/?locale=zh_CN) + +- 2020-11-24 新增 + - [【Spring Boot 2.1.1.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=2.1.1.RELEASE&type=reference&lang=zh) + - [【Spring Framework 4.3.21.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=4.3.21.RELEASE&type=reference&lang=zh) + - [【Spring Framework 5.1.3.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=5.1.3.RELEASE&type=reference&lang=zh) + - [【Spring Cloud Edgware.SR5 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Edgware.SR5&type=reference&lang=zh) + - [【Spring Cloud Finchley.SR2 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Finchley.SR2&type=reference&lang=zh) + +- 2020-10-08 新增常用框架 API 文档:https://www.docs4dev.com/javadoc/ +- 2020-09-09 新增 + - [【Spring Boot 1.5.9 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=1.5.9.RELEASE&type=reference&lang=zh) + - [【Mysql 5.7 官方英文文档下载】](https://www.docs4dev.com/download?code=mysql&version=5.7&type=reference&lang=en) - 2020-09-09 新增文档下载 - 2020-08-24 - 优化文档 UI,添加 **Admonition** 支持,添加文档 **tabs** 支持 From f07cf4d9ea2cbd3551cb640ac5d1284edf6e2f36 Mon Sep 17 00:00:00 2001 From: Docs4dev <46130657+docs4dev@users.noreply.github.com> Date: Wed, 17 Nov 2021 20:05:49 +0800 Subject: [PATCH 29/29] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b603c0a..05e14a0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Docs4dev -https://www.docs4dev.com/ +- Docs4dev https://www.docs4dev.com +- Javadoc https://javadoc.org + ## Features - [【文档在线浏览】](#文档列表) - [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式 @@ -65,6 +67,10 @@ https://www.docs4dev.com/ ## Change Logs +- 2021-11-17 托管 javadoc:https://javadoc.org + - [![spring](https://img.shields.io/badge/spring-5.3.11-brightgreen)](https://javadoc.org/artifact/org.springframework/spring/5.3.11/) + - [![spring-core](https://img.shields.io/badge/spring--core-5.3.11-brightgreen)](https://javadoc.org/artifact/org.springframework/spring-core/5.3.11/) + - ... - 2021-07-11 - 重构网站爬虫 - 使用 [algolia/autocomplete](https://github.com/algolia/autocomplete) 优化了网站搜索