Skip to content

Commit 48ed3ea

Browse files
committed
readme
Signed-off-by: DanRoscigno <[email protected]>
1 parent 69b764b commit 48ed3ea

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

Diff for: README.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ image:{img-ci-status}[CI Status (GitLab CI), link={url-ci-pipelines}]
2525
This fork of the Antora Default UI is being used by me to learn about Antora by documenting {url-writing-samples}[some of my work].
2626

2727

28+
The GitHub workflow is from Antora docs (I added the `npx gulp bundle`, which seems to be needed)
29+
30+
Locally I use `make` to manage Docker when I want to preview the content. The Docker files, compose files, and the Makefile in this repo are from https://blog.swwomm.com/2020/10/antora-quick-start-tutorial.html
31+
32+
```
33+
npx gulp bundle
34+
make antora.build
35+
make antora.run
36+
```
37+
2838
== Antora Code of Conduct
2939

3040
The Antora project and its project spaces are governed by our https://gitlab.com/antora/antora/-/blob/HEAD/CODE-OF-CONDUCT.adoc[Code of Conduct].

Diff for: README.md

-14
This file was deleted.

0 commit comments

Comments
 (0)