From a9490c29459a978a81d8c510a0ac5659d6e64846 Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Mon, 14 Dec 2020 15:14:54 -0600 Subject: [PATCH] Restore PDF production Restore train-docs/src/main/resources/templates/spring-cloud/spring-cloud-pdf.hbs so that we get PDF production. See https://github.com/spring-cloud/spring-cloud-kubernetes/pull/693 The bad table definition was causing the CannotFit error. --- .../spring-cloud/spring-cloud-pdf.hbs | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 train-docs/src/main/resources/templates/spring-cloud/spring-cloud-pdf.hbs diff --git a/train-docs/src/main/resources/templates/spring-cloud/spring-cloud-pdf.hbs b/train-docs/src/main/resources/templates/spring-cloud/spring-cloud-pdf.hbs new file mode 100644 index 0000000..1844935 --- /dev/null +++ b/train-docs/src/main/resources/templates/spring-cloud/spring-cloud-pdf.hbs @@ -0,0 +1,57 @@ += Spring Cloud + +include::_attributes.adoc[] +include::_spring-cloud-attributes.adoc[] + +:basedir: {project-root} +:project-full-name: Spring Cloud +:project-name: spring-cloud + +Spring Cloud provides tools for developers to quickly build some of +the common patterns in distributed systems (e.g. configuration +management, service discovery, circuit breakers, intelligent routing, +micro-proxy, control bus). Coordination of +distributed systems leads to boiler plate patterns, and using Spring +Cloud developers can quickly stand up services and applications that +implement those patterns. They will work well in any distributed +environment, including the developer's own laptop, bare metal data +centres, and managed platforms such as Cloud Foundry. + +Release Train Version: *{spring-cloud-version}* + +Supported Boot Version: *{spring-boot-version}* + +== Features + +Spring Cloud focuses on providing good out of box experience for typical use cases +and extensibility mechanism to cover others. + +* Distributed/versioned configuration +* Service registration and discovery +* Routing +* Service-to-service calls +* Load balancing +* Circuit Breakers +* Distributed messaging + +[[cloud-documentation-versions]] +== Release Train Versions + +.Release Train Project Versions +|=== +|Project Name| Project Version + +include::_spring-cloud-versions.adoc[] +|=== + +{{=<% %>=}} +<%#each springCloudProjects%> +:project-root: {basedir}/<%name%> +:project-version: {<%name%>-version} +include::<%include%> +<%/each%> +<%={{ }}=%> + += Appendix: Compendium of Configuration Properties + +include::configprops.adoc[leveloffset=+1]