Skip to content

Commit

Permalink
credit the SWWOMM blog
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Apr 18, 2024
1 parent fca94d7 commit f0ef494
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -6,3 +11,4 @@ vi content/documentation/antora.yml
npx gulp bundle
make antora.build
make antora.run
```

0 comments on commit f0ef494

Please sign in to comment.