Skip to content

Commit

Permalink
playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
stockduck committed Aug 13, 2024
1 parent d550859 commit 4d00905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ help:

# antora.build: @ Builds documentation production output (to build/site)
antora.build:
# docker compose run -u $$(id -u) antora --generator -h
docker compose run -u $$(id -u) antora antora --generator @antora/lunr-extension --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: 3 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ ui:
supplemental_files: ./ui-customizations/supplemental_ui
urls:
html_extension_style: indexify
antora:
extensions:
- require: '@antora/lunr-extension'

0 comments on commit 4d00905

Please sign in to comment.