diff --git a/docs/en/README.md b/docs/en/README.md index e860b9b485b086ebef867ad1e7ba57f5171fb811..a8c782c354cdd7b0cea8900b10e47b7759d185fb 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -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) ## 参与贡献流程 diff --git a/package.json b/package.json index 2c92b3d8da27247ff5e92b5124d5b2764055f2f9..e8f3d8e94560819ad7b43310b889f3b0b4e62411 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "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",