From fbd9975ae0d045cc2d6ae7a027139e989892e869 Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Thu, 3 Mar 2022 17:11:32 +0800 Subject: [PATCH] =?UTF-8?q?#13=20[skip=20ci]=20=E9=87=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E4=B8=8E=E5=8E=9F=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E5=90=8D=E5=AD=97=E4=B8=80=E8=87=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/spring-boot/{production-ready-features.md => actuator.md} | 0 docs/en/spring-boot/{spring-boot-cli.md => cli.md} | 0 .../{deploying-spring-boot-applications.md => deployment.md} | 0 .../spring-boot/{documentation-overview.md => documentation.md} | 0 docs/en/spring-boot/{core-features.md => features.md} | 0 docs/en/spring-boot/{how-to-guides.md => howto.md} | 0 .../{upgrading-spring-boot-applications.md => upgrading.md} | 0 docs/en/spring-boot/{using-spring-boot.md => using.md} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename docs/en/spring-boot/{production-ready-features.md => actuator.md} (100%) rename docs/en/spring-boot/{spring-boot-cli.md => cli.md} (100%) rename docs/en/spring-boot/{deploying-spring-boot-applications.md => deployment.md} (100%) rename docs/en/spring-boot/{documentation-overview.md => documentation.md} (100%) rename docs/en/spring-boot/{core-features.md => features.md} (100%) rename docs/en/spring-boot/{how-to-guides.md => howto.md} (100%) rename docs/en/spring-boot/{upgrading-spring-boot-applications.md => upgrading.md} (100%) rename docs/en/spring-boot/{using-spring-boot.md => using.md} (100%) diff --git a/docs/en/spring-boot/production-ready-features.md b/docs/en/spring-boot/actuator.md similarity index 100% rename from docs/en/spring-boot/production-ready-features.md rename to docs/en/spring-boot/actuator.md diff --git a/docs/en/spring-boot/spring-boot-cli.md b/docs/en/spring-boot/cli.md similarity index 100% rename from docs/en/spring-boot/spring-boot-cli.md rename to docs/en/spring-boot/cli.md diff --git a/docs/en/spring-boot/deploying-spring-boot-applications.md b/docs/en/spring-boot/deployment.md similarity index 100% rename from docs/en/spring-boot/deploying-spring-boot-applications.md rename to docs/en/spring-boot/deployment.md diff --git a/docs/en/spring-boot/documentation-overview.md b/docs/en/spring-boot/documentation.md similarity index 100% rename from docs/en/spring-boot/documentation-overview.md rename to docs/en/spring-boot/documentation.md diff --git a/docs/en/spring-boot/core-features.md b/docs/en/spring-boot/features.md similarity index 100% rename from docs/en/spring-boot/core-features.md rename to docs/en/spring-boot/features.md diff --git a/docs/en/spring-boot/how-to-guides.md b/docs/en/spring-boot/howto.md similarity index 100% rename from docs/en/spring-boot/how-to-guides.md rename to docs/en/spring-boot/howto.md diff --git a/docs/en/spring-boot/upgrading-spring-boot-applications.md b/docs/en/spring-boot/upgrading.md similarity index 100% rename from docs/en/spring-boot/upgrading-spring-boot-applications.md rename to docs/en/spring-boot/upgrading.md diff --git a/docs/en/spring-boot/using-spring-boot.md b/docs/en/spring-boot/using.md similarity index 100% rename from docs/en/spring-boot/using-spring-boot.md rename to docs/en/spring-boot/using.md -- GitLab