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

#1 通用文件处理

上级 1c91b2de
......@@ -8,29 +8,29 @@
## 文档列表
- [Spring](/en/spring/why-spring.html)
- [Spring Boot](/en/spring-boot/getting-help.html)
- [Spring Framework](/en/spring-framework/overview.html)
- [Spring Data](/en/spring-data/spring-data.html)
- [Spring Cloud](/en/spring-cloud/documentation-overview.html)
- [Spring Cloud Data Flow](/en/spring-cloud-data-flow/spring-cloud-dataflow.html)
- [Spring Security](/en/spring-security/overview.html)
- [Spring for GraphQL](/en/spring-for-graphql/spring-graphql.html)
- [Spring Session](/en/spring-session/_index.html)
- [Spring Integration](/en/spring-integration/preface.html)
- [Spring HATEOAS](/en/spring-hateoas/spring-hateoas.html)
- [Spring REST Docs](/en/spring-rest-docs/spring-restdocs.html)
- [Spring Batch](/en/spring-batch/spring-batch-intro.html)
- [Spring AMQP](/en/spring-amqp/spring-amqp.html)
- [Spring CredHub](/en/spring-credhub/spring-credhub.html)
- [Spring Flo](/en/spring-flo/spring-flo.html)
- [Spring for Apache Kafka](/en/spring-for-apache-kafka/spring-kafka.html)
- [Spring LDAP](/en/spring-ldap/spring-ldap.html)
- [Spring Shell](/en/spring-shell/spring-shell.html)
- [Spring Statemachine](/en/spring-statemachine/spring-statemachine.html)
- [Spring Vault](/en/spring-vault/spring-vault.html)
- [Spring Web Flow](/en/spring-web-flow/preface.html)
- [Spring Web Services](/en/spring-web-services/spring-web-service.html)
- [Spring](/why-spring.html)
- [Spring Boot](/spring-boot/getting-help.html)
- [Spring Framework](/spring-framework/overview.html)
- [Spring Data](/spring-data/spring-data.html)
- [Spring Cloud](/spring-cloud/documentation-overview.html)
- [Spring Cloud Data Flow](/spring-cloud-data-flow/spring-cloud-dataflow.html)
- [Spring Security](/spring-security/overview.html)
- [Spring for GraphQL](/spring-for-graphql/spring-graphql.html)
- [Spring Session](/spring-session/_index.html)
- [Spring Integration](/spring-integration/preface.html)
- [Spring HATEOAS](/spring-hateoas/spring-hateoas.html)
- [Spring REST Docs](/spring-rest-docs/spring-restdocs.html)
- [Spring Batch](/spring-batch/spring-batch-intro.html)
- [Spring AMQP](/spring-amqp/spring-amqp.html)
- [Spring CredHub](/spring-credhub/spring-credhub.html)
- [Spring Flo](/spring-flo/spring-flo.html)
- [Spring for Apache Kafka](/spring-for-apache-kafka/spring-kafka.html)
- [Spring LDAP](/spring-ldap/spring-ldap.html)
- [Spring Shell](/spring-shell/spring-shell.html)
- [Spring Statemachine](/spring-statemachine/spring-statemachine.html)
- [Spring Vault](/spring-vault/spring-vault.html)
- [Spring Web Flow](/spring-web-flow/preface.html)
- [Spring Web Services](/spring-web-services/spring-web-service.html)
## 参与贡献流程
......
{
"scripts": {
"docs:dev": "vuepress dev docs --no-cache",
"docs:build": "vuepress build docs && cp ByteDanceVerify.html shenma-site-verification.txt sogousiteverification.txt google73113bc465d06f6b.html docs/.vuepress/dist"
"docs:dev": "yarn readme:copy && vuepress dev docs --no-cache",
"docs:build": "yarn readme:copy && vuepress build docs && yarn seo:copy",
"seo:copy": "cp ByteDanceVerify.html shenma-site-verification.txt sogousiteverification.txt google73113bc465d06f6b.html docs/.vuepress/dist",
"readme:copy": "cp -r README.md readme docs/ && cp -r README.md readme docs/en/"
},
"devDependencies": {
"vuepress": "^1.9.7",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册