From 1fcb2a3284e37d360cd37aaa1ed492e506d5f0e1 Mon Sep 17 00:00:00 2001 From: Kunal Kashyap Date: Sat, 8 Jul 2023 03:43:32 +0530 Subject: [PATCH 1/2] Update _attributes.hbs --- .../src/main/resources/templates/spring-cloud/_attributes.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/train-docs/src/main/resources/templates/spring-cloud/_attributes.hbs b/train-docs/src/main/resources/templates/spring-cloud/_attributes.hbs index 443fd1e1..d12fc701 100644 --- a/train-docs/src/main/resources/templates/spring-cloud/_attributes.hbs +++ b/train-docs/src/main/resources/templates/spring-cloud/_attributes.hbs @@ -13,4 +13,5 @@ :train-docs: true :project-full-name: Spring Cloud -:project-name: spring-cloud \ No newline at end of file +:project-name: spring-cloud +:spring-cloud-code: https://github.com/{project-name} From ed50fc0e815e4108f3bcad5bae6c0ce68bd10e24 Mon Sep 17 00:00:00 2001 From: Kunal Kashyap Date: Sat, 8 Jul 2023 03:46:44 +0530 Subject: [PATCH 2/2] Update documentation-overview.hbs --- .../resources/templates/spring-cloud/documentation-overview.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train-docs/src/main/resources/templates/spring-cloud/documentation-overview.hbs b/train-docs/src/main/resources/templates/spring-cloud/documentation-overview.hbs index 76543bff..73b54333 100644 --- a/train-docs/src/main/resources/templates/spring-cloud/documentation-overview.hbs +++ b/train-docs/src/main/resources/templates/spring-cloud/documentation-overview.hbs @@ -35,4 +35,4 @@ tagged with https://stackoverflow.com/tags/spring-cloud[`spring-cloud`]. * Chat with us at https://gitter.im/spring-cloud/spring-cloud[{project-full-name} Gitter] NOTE: All of {project-full-name} is open source, including the documentation. If you find -problems with the docs or if you want to improve them, please get involved. \ No newline at end of file +problems with the docs or if you want to improve them, please {spring-cloud-code}[get involved].