From 68ec336f5f12d36ed47a3c92184a734d1246b636 Mon Sep 17 00:00:00 2001 From: Charlie Mordant Date: Sun, 6 Jul 2025 14:33:34 +0200 Subject: [PATCH 1/2] Update 035_tip_combine_generation_and_custom_code.mdx --- docs/tips/035_tip_combine_generation_and_custom_code.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tips/035_tip_combine_generation_and_custom_code.mdx b/docs/tips/035_tip_combine_generation_and_custom_code.mdx index 56fcbe5ce..91f78d919 100644 --- a/docs/tips/035_tip_combine_generation_and_custom_code.mdx +++ b/docs/tips/035_tip_combine_generation_and_custom_code.mdx @@ -167,3 +167,6 @@ public class ExtendedFooController { } } ``` + +Youtube Video here: https://youtu.be/aKvK-QpwaZA +A sample repository with a side by side ssample here: https://github.com/OsgiliathEnterprise/jhipster-side-by-side-sample/blob/main/README.md From a26131f3f6d2a69404ffb1ee46277f93c7caa7df Mon Sep 17 00:00:00 2001 From: Charlie Mordant Date: Mon, 7 Jul 2025 20:54:11 +0200 Subject: [PATCH 2/2] Update docs/tips/035_tip_combine_generation_and_custom_code.mdx Co-authored-by: Matt Raible --- docs/tips/035_tip_combine_generation_and_custom_code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips/035_tip_combine_generation_and_custom_code.mdx b/docs/tips/035_tip_combine_generation_and_custom_code.mdx index 91f78d919..076aa5fd7 100644 --- a/docs/tips/035_tip_combine_generation_and_custom_code.mdx +++ b/docs/tips/035_tip_combine_generation_and_custom_code.mdx @@ -169,4 +169,4 @@ public class ExtendedFooController { ``` Youtube Video here: https://youtu.be/aKvK-QpwaZA -A sample repository with a side by side ssample here: https://github.com/OsgiliathEnterprise/jhipster-side-by-side-sample/blob/main/README.md +A sample repository with a side by side sample is available at: https://github.com/OsgiliathEnterprise/jhipster-side-by-side-sample