|
1 | 1 | # Docs4dev
|
2 | 2 | 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。 |
9 | 9 |
|
10 | 10 | 如果你觉得本项目对你有所帮助,希望点赞支持一下。
|
11 | 11 |
|
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 |
| - |
30 | 12 | ## 移动端支持
|
31 | 13 | 网站支持移动端,你可以直接关注以下微信公众号并回复关键字【文档】,或是直接在手机浏览器中打开 【 https://www.docs4dev.com/amp/ 】 即可通过手机浏览文档
|
32 | 14 |
|
33 | 15 | 
|
34 | 16 |
|
35 | 17 | ## 参与贡献
|
36 | 18 |
|
37 |
| -- 如果你希望参与校对,请阅读 [校对指南](GUIDE.md)。 |
38 | 19 | - 如果你希望添加某个文档,
|
39 | 20 | - 如果你发现了网站的 bug,
|
40 | 21 | - 如果你觉得网站有哪个可以改进的地方,
|
41 | 22 | - 如果你希望添加更多的工具,
|
42 |
| -- 请给我提 [issue](https://github.com/docs4dev/docs4dev-issues/new) |
| 23 | +- 请提 [issue](https://github.com/docs4dev/docs4dev-issues/new) |
43 | 24 |
|
44 | 25 |
|
45 | 26 | ## Contributers
|
@@ -81,8 +62,28 @@ https://www.docs4dev.com/
|
81 | 62 | | caichangi | https://github.com/caichangi |
|
82 | 63 | | gentlelegant | https://github.com/gentlelegant |
|
83 | 64 |
|
84 |
| -## 网站更新日志 |
85 | 65 |
|
| 66 | +## Change Logs |
| 67 | + |
| 68 | +- 2021-07-11 |
| 69 | + - 重构网站爬虫 |
| 70 | + - 使用 [algolia/autocomplete](https://github.com/algolia/autocomplete) 优化了网站搜索 |
| 71 | +  |
| 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) |
86 | 87 | - 2020-09-09 新增文档下载
|
87 | 88 | - 2020-08-24
|
88 | 89 | - 优化文档 UI,添加 **Admonition** 支持,添加文档 **tabs** 支持
|
|
0 commit comments