From f0ef4943841e61c8d231dd463e2e0ec9ffbadb7c Mon Sep 17 00:00:00 2001 From: DanRoscigno Date: Thu, 18 Apr 2024 15:07:26 -0400 Subject: [PATCH] credit the SWWOMM blog Signed-off-by: DanRoscigno --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5c6d3ad..be174a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +Docker container and Makefile are from https://blog.swwomm.com/2020/10/antora-quick-start-tutorial.html + +GitHub workflow is from Antora docs (I added the `npx gulp bundle`, which seems to be needed) + +``` mkdir -p content/documentation/modules/ROOT/pages/ vi content/documentation/modules/ROOT/pages/index.adoc vi Makefile @@ -6,3 +11,4 @@ vi content/documentation/antora.yml npx gulp bundle make antora.build make antora.run +```