Skip to content

Commit

Permalink
site-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
stockduck committed Aug 13, 2024
1 parent 7efdb0e commit 544fe5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ help:

# antora.build: @ Builds documentation production output (to build/site)
antora.build:
docker compose run -u $$(id -u) antora antora --generator antora-site-generator-lunr --clean antora-playbook.yml --stacktrace
docker compose run -u $$(id -u) antora antora --generator @antora/site-generator-lunr --clean antora-playbook.yml
# docker compose run -u $$(id -u) antora antora --generator antora-site-generator-lunr --clean antora-playbook.yml
# docker-compose run -u $$(id -u) antora antora generate --clean antora-playbook.yml

Expand Down
3 changes: 2 additions & 1 deletion antora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ RUN yarn global add http-server@13.0.2 onchange@7.1.0
RUN node --version
RUN yarn --version
RUN npx antora -v
RUN yarn global add @antora/lunr-extension
RUN yarn global add @antora/cli@3.0 @antora/site-generator-lunr@3.0
#RUN yarn global add @antora/lunr-extension
WORKDIR /srv/docs

0 comments on commit 544fe5b

Please sign in to comment.