From 3a86ff8611e2b960ca1800295d1b066f36b56760 Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Wed, 2 Mar 2022 16:12:39 +0800 Subject: [PATCH] add en/README.md file --- docs/.vuepress/config.js | 9 --------- docs/en/README.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 docs/en/README.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index bd1677b..cdc272b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -225,15 +225,6 @@ module.exports = { ], initialOpenGroupIndex: 0 // 可选的, 默认值是 0 } - // "/": [ - // "", - // "quickstart.md", - // "initializr.md", - // "installing.md", - // "system-requirements.md", - // "vscode_ide.md", - // "why-spring.md" - // ] ] } } diff --git a/docs/en/README.md b/docs/en/README.md new file mode 100644 index 0000000..d1b9d30 --- /dev/null +++ b/docs/en/README.md @@ -0,0 +1,36 @@ +# Spring 中文文档社区 + +从实操的角度整理翻译`Spring`相关文档,包括`快速开始`、`安装指南`、`开发工具配置`、`代码案例`等。 + +## 内容大纲 + +- 概述 +- 快速开始 +- 系统要求 +- 安装指南 +- 脚手架 +- VSCode +- IntelliJ IDEA +- 开发你的第一个 Spring Boot 应用程序 +- 构建 RESTful Web 服务 +- 使用 RESTful Web 服务 + +## 参与贡献 + +所有 **`Java Spring 熟练使用者`** 可以参与到`Spring 中文文档社区`的建设中来,选择自己感兴趣题目,可以直接撰写文章,也可以翻译 [Spring 官方](https://spring.io/) 上面的内容,也可以校对别人翻译的文章。具体贡献流程如下。 + +![](https://gitcode.net/zkxw2008/my-material/-/raw/master/spring/readme-1.png) + +1、Fork[此仓库](https://gitcode.net/dev-cloud/spring)到自己的[GitCode](https://gitcode.net/)账户下。 + +2、查看[Issue](https://gitcode.net/dev-cloud/spring/-/issues) 确定自己需要完成的题目。 + +3、对于已有中文的文档内容文件,可以执行校对。 + +4、对于暂时无中文文档内容的,可以直接贡献(翻译/撰写)原创中文文档。 + +5、内容完成者向[此仓库](https://gitcode.net/dev-cloud/spring)提交 PR(Pull Request)。 + +6、[此仓库](https://gitcode.net/dev-cloud/spring)审核人员审核通过,符合要求的,即会 Merge 到[此仓库](https://gitcode.net/dev-cloud/spring)中。 + +7、被 Merged 的 PR,会得到 200 ~ 500元不等的奖励。 -- GitLab