Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b52b58e

Browse files
authored
Update README.md
1 parent bf1d851 commit b52b58e

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

README.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,26 @@
11
# Docs4dev
22
https://www.docs4dev.com/
3-
4-
## 项目背景
5-
创建 [Docs4dev](https://www.docs4dev.com/) 的初衷,是因为自己在写代码的过程中,经常需要查看各类框架的文档,但是大部分文档都只有英文版本,而且很多文档不支持站内搜索,查资料时非常不方便,所以我创建了 [Docs4dev](https://www.docs4dev.com/ )
6-
7-
## 问题
8-
因为本站所有文档都是通过机器翻译的,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以直接通过页面左上角的【编辑此页】按钮对文档进行编辑,也可以直接在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。
3+
## Features
4+
- [【文档在线浏览】](#文档列表)
5+
- [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式
6+
- [【最好用的 Git 分支学习工具】](https://www.docs4dev.com/tools/learnGitBranching/?locale=zh_CN)
7+
## NOTE
8+
因为本站所有文档都是通过**机器翻译**,所以难免会有错误以及翻译不准确的地方,如果你发现了文档的问题,可以在 [这里](https://github.com/docs4dev/docs4dev-issues/issues) 提 issue。
99

1010
如果你觉得本项目对你有所帮助,希望点赞支持一下。
1111

12-
## Change Logs
13-
- 2021-01-20 新增两个在线工具
14-
- [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式
15-
- [【最好用的 Git 分支学习工具】](https://www.docs4dev.com/tools/learnGitBranching/?locale=zh_CN)
16-
17-
- 2020-11-24 新增
18-
- [【Spring Boot 2.1.1.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=2.1.1.RELEASE&type=reference&lang=zh)
19-
- [【Spring Framework 4.3.21.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=4.3.21.RELEASE&type=reference&lang=zh)
20-
- [【Spring Framework 5.1.3.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=5.1.3.RELEASE&type=reference&lang=zh)
21-
- [【Spring Cloud Edgware.SR5 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Edgware.SR5&type=reference&lang=zh)
22-
- [【Spring Cloud Finchley.SR2 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Finchley.SR2&type=reference&lang=zh)
23-
24-
25-
- 2020-10-08 新增常用框架 API 文档:https://www.docs4dev.com/javadoc/
26-
- 2020-09-09 新增
27-
- [【Spring Boot 1.5.9 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=1.5.9.RELEASE&type=reference&lang=zh)
28-
- [【Mysql 5.7 官方英文文档下载】](https://www.docs4dev.com/download?code=mysql&version=5.7&type=reference&lang=en)
29-
3012
## 移动端支持
3113
网站支持移动端,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档
3214

3315
![image](https://user-images.githubusercontent.com/46130657/69495221-77591e80-0eff-11ea-9a44-0ae7fefe63df.png)
3416

3517
## 参与贡献
3618

37-
- 如果你希望参与校对,请阅读 [校对指南](GUIDE.md)
3819
- 如果你希望添加某个文档,
3920
- 如果你发现了网站的 bug,
4021
- 如果你觉得网站有哪个可以改进的地方,
4122
- 如果你希望添加更多的工具,
42-
- 请给我提 [issue](https://github.com/docs4dev/docs4dev-issues/new)
23+
- 请提 [issue](https://github.com/docs4dev/docs4dev-issues/new)
4324

4425

4526
## Contributers
@@ -81,8 +62,28 @@ https://www.docs4dev.com/
8162
| caichangi | https://github.com/caichangi |
8263
| gentlelegant | https://github.com/gentlelegant |
8364

84-
## 网站更新日志
8565

66+
## Change Logs
67+
68+
- 2021-07-11
69+
- 重构网站爬虫
70+
- 使用 [algolia/autocomplete](https://github.com/algolia/autocomplete) 优化了网站搜索
71+
![image](https://user-images.githubusercontent.com/46130657/125290698-2f487300-e353-11eb-97ea-fcf87b760fc4.png)
72+
- 2021-01-20 新增两个在线工具
73+
- [【Swagger 文档在线导出】](https://www.docs4dev.com/tools/zh/swagger2markup/) 支持将 `Swagger` 文档在线导出为 `PDF, AsciiDoc, Markdown, EPUB3, HTML` 格式
74+
- [【最好用的 Git 分支学习工具】](https://www.docs4dev.com/tools/learnGitBranching/?locale=zh_CN)
75+
76+
- 2020-11-24 新增
77+
- [【Spring Boot 2.1.1.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=2.1.1.RELEASE&type=reference&lang=zh)
78+
- [【Spring Framework 4.3.21.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=4.3.21.RELEASE&type=reference&lang=zh)
79+
- [【Spring Framework 5.1.3.RELEASE 中文文档下载】](https://www.docs4dev.com/download?code=spring-framework&version=5.1.3.RELEASE&type=reference&lang=zh)
80+
- [【Spring Cloud Edgware.SR5 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Edgware.SR5&type=reference&lang=zh)
81+
- [【Spring Cloud Finchley.SR2 中文文档下载】](https://www.docs4dev.com/download?code=spring-cloud&version=Finchley.SR2&type=reference&lang=zh)
82+
83+
- 2020-10-08 新增常用框架 API 文档:https://www.docs4dev.com/javadoc/
84+
- 2020-09-09 新增
85+
- [【Spring Boot 1.5.9 中文文档下载】](https://www.docs4dev.com/download?code=spring-boot&version=1.5.9.RELEASE&type=reference&lang=zh)
86+
- [【Mysql 5.7 官方英文文档下载】](https://www.docs4dev.com/download?code=mysql&version=5.7&type=reference&lang=en)
8687
- 2020-09-09 新增文档下载
8788
- 2020-08-24
8889
- 优化文档 UI,添加 **Admonition** 支持,添加文档 **tabs** 支持

0 commit comments

Comments
 (0)