提交 c251bfd6 编写于 作者: 茶陵後's avatar 茶陵後 👍

#1 SEO:首页调整

上级 e2fdb6fc
docs/README.md
\ No newline at end of file
......@@ -356,7 +356,7 @@ module.exports = {
nav: [
{
text: "Spring",
link: '/why-spring.html'
link: '/spring/why-spring.html'
},
{
text: "Spring Boot",
......@@ -924,7 +924,7 @@ module.exports = {
}
],
// fallback
"/": [
"/spring/": [
{
title: "Spring 文档", // 必要的
// path: '/', // 可选的, 标题的跳转链接,应为绝对路径且必须存在
......@@ -937,9 +937,9 @@ module.exports = {
sidebarDepth: 2,
collapsable: false,
children: [
"why-spring.md",
"introducing-spring-boot.md",
"quickstart.md"
"/spring/why-spring.md",
"/spring/introducing-spring-boot.md",
"/spring/quickstart.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
},
......@@ -948,9 +948,9 @@ module.exports = {
sidebarDepth: 2,
collapsable: false,
children: [
"system-requirements.md",
"installing.md",
"initializr.md"
"/spring/system-requirements.md",
"/spring/installing.md",
"/spring/initializr.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
},
......@@ -958,7 +958,10 @@ module.exports = {
title: "编辑器",
sidebarDepth: 2,
collapsable: false,
children: ["vscode_java.md", "intellij_idea.md"],
children: [
"/spring/vscode_java.md",
"/spring/intellij_idea.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
},
{
......@@ -966,9 +969,9 @@ module.exports = {
sidebarDepth: 2,
collapsable: false,
children: [
"getting-started_first-application.md",
"rest-service.md",
"consuming-rest.md"
"/spring/getting-started_first-application.md",
"/spring/rest-service.md",
"/spring/consuming-rest.md"
],
initialOpenGroupIndex: 0 // 可选的, 默认值是 0
}
......
......@@ -2,22 +2,6 @@
从实操的角度整理翻译`Spring`相关文档,包括`快速开始``安装指南``开发工具配置``代码案例`等。
## 内容大纲及贡献者
| 内容大纲 | 校对者 | 已校对 |
| ------ | ------ | ------- |
| [为什么是Spring](https://dev-cloud.gitcode.host/spring/why-spring.html) | 冯丙见 | <ul><li> [x] </li></ul> |
| [Spring Boot 介绍](https://dev-cloud.gitcode.host/spring/introducing-spring-boot.html) | 冯丙见 | <ul><li> [x] </li></ul> |
| [Spring 快速入门指南](https://dev-cloud.gitcode.host/spring/quickstart.html) | 冯丙见 | <ul><li> [x] </li></ul> |
| [安装系统要求](https://dev-cloud.gitcode.host/spring/system-requirements.html) | 崔志康 | <ul><li> [ ] </li></ul> |
| [安装Spring Boot](https://dev-cloud.gitcode.host/spring/installing.html) | 崔志康 | <ul><li> [ ] </li></ul> |
| [安装脚手架](https://dev-cloud.gitcode.host/spring/initializr.html) | 王晗 | <ul><li> [x] </li></ul> |
| [在 VS Code 中开始使用 Java](https://dev-cloud.gitcode.host/spring/vscode_java.html) | 王晗 | <ul><li> [x] </li></ul> |
| [使用 IntelliJ IDEA 编写入门指南](https://dev-cloud.gitcode.host/spring/intellij_idea.html) | 王捷 | <ul><li> [ ] </li></ul> |
| [开发你的第一个 Spring Boot 应用程序](https://dev-cloud.gitcode.host/spring/getting-started_first-application.html) | 王捷 | <ul><li> [ ] </li></ul> |
| [构建 RESTful Web 服务](https://dev-cloud.gitcode.host/spring/rest-service.html#%E4%BD%A0%E5%B0%86%E5%BB%BA%E9%80%A0%E4%BB%80%E4%B9%88) | 王晗 | <ul><li> [x] </li></ul> |
| [使用 RESTful Web 服务](https://dev-cloud.gitcode.host/spring/consuming-rest.html#%E4%BD%A0%E5%B0%86%E5%BB%BA%E9%80%A0%E4%BB%80%E4%B9%88) | 王捷 | <ul><li> [ ] </li></ul> |
## 参与贡献流程
所有 **`Java Spring 熟练使用者`** 可以参与到`Spring 中文文档社区`的建设中来,选择自己感兴趣题目,可以直接撰写文章,也可以翻译 [Spring 官方](https://spring.io/) 上面的内容,也可以校对别人翻译的文章。具体贡献流程如下。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册