From 69f0bbb9b9b9543076f6f566fd71a76acd28df39 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Tue, 19 Sep 2023 13:10:00 -0400 Subject: [PATCH] Remove includes --- docs/modules/ROOT/pages/README.adoc | 1 - docs/modules/ROOT/pages/appendix.adoc | 2 -- docs/modules/ROOT/pages/index.adoc | 1 - .../ROOT/pages/spring-cloud-kubernetes.adoc | 17 ----------------- 4 files changed, 21 deletions(-) diff --git a/docs/modules/ROOT/pages/README.adoc b/docs/modules/ROOT/pages/README.adoc index cf518c7c..e69de29b 100644 --- a/docs/modules/ROOT/pages/README.adoc +++ b/docs/modules/ROOT/pages/README.adoc @@ -1 +0,0 @@ -include::spring-cloud-kubernetes.adoc[] diff --git a/docs/modules/ROOT/pages/appendix.adoc b/docs/modules/ROOT/pages/appendix.adoc index 941e773b..cdf72e47 100644 --- a/docs/modules/ROOT/pages/appendix.adoc +++ b/docs/modules/ROOT/pages/appendix.adoc @@ -3,7 +3,6 @@ [[common-application-properties]] = Common application properties -include::_attributes.adoc[] Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches. This appendix provides a list of common {project-full-name} properties and references to the underlying classes that consume them. @@ -11,4 +10,3 @@ This appendix provides a list of common {project-full-name} properties and refer NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. Also, you can define your own properties. -include::_configprops.adoc[] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index cf518c7c..e69de29b 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1 +0,0 @@ -include::spring-cloud-kubernetes.adoc[] diff --git a/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc b/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc index 5ca1b8a3..ff77459f 100644 --- a/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc @@ -1,6 +1,5 @@ [[spring-cloud-kubernetes]] = Spring Cloud Kubernetes -include::_attributes.adoc[] This reference guide covers how to use Spring Cloud Kubernetes. @@ -9,37 +8,21 @@ This reference guide covers how to use Spring Cloud Kubernetes. Spring Cloud Kubernetes provides implementations of well known Spring Cloud interfaces allowing developers to build and run Spring Cloud applications on Kubernetes. While this project may be useful to you when building a cloud native application, it is also not a requirement in order to deploy a Spring Boot app on Kubernetes. If you are just getting started in your journey to running your Spring Boot app on Kubernetes you can accomplish a lot with nothing more than a basic Spring Boot app and Kubernetes itself. To learn more, you can get started by reading the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#cloud-deployment-kubernetes[Spring Boot reference documentation for deploying to Kubernetes ] and also working through the workshop material https://hackmd.io/@ryanjbaxter/spring-on-k8s-workshop[Spring and Kubernetes]. -include::getting-started.adoc[] -include::discovery-client.adoc[] -include::discovery-kubernetes-native.adoc[] -include::property-source-config.adoc[] -include::kubernetes-awareness.adoc[] -include::pod-health-indicator.adoc[] -include::info-contributor.adoc[] -include::leader-election.adoc[] -include::load-balancer.adoc[] -include::security-service-accounts.adoc[] -include::service-registry.adoc[] -include::spring-cloud-kubernetes-configuration-watcher.adoc[] -include::spring-cloud-kubernetes-configserver.adoc[] -include::spring-cloud-kubernetes-discoveryserver.adoc[] -include::examples.adoc[] -include::other-resources.adoc[] [[configuration-properties]] == Configuration properties