Skip to content

Commit

Permalink
upgrade antora
Browse files Browse the repository at this point in the history
  • Loading branch information
cbergmann committed Oct 29, 2024
1 parent 24c13e2 commit 3d078c5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 3,701 deletions.
2 changes: 1 addition & 1 deletion allgemeines/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: allgemeines
title: Allgemeines
version: master
version: ~
display_version: WIP
start_page: ROOT:index.adoc
nav:
Expand Down
3 changes: 3 additions & 0 deletions antora-local-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ asciidoc:
extensions:
- asciidoctor-kroki
- asciidoctor-emoji
antora:
extensions:
- require: '@antora/lunr-extension'
3 changes: 3 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ asciidoc:
extensions:
- asciidoctor-kroki
- asciidoctor-emoji
antora:
extensions:
- require: '@antora/lunr-extension'
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
cd ~/doku
git pull
git reset --hard
FORCE_SHOW_EDIT_PAGE_LINK=true DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr NODE_PATH="$(/usr/bin/npm -g root)" ~/bin/antora --generator antora-site-generator-lunr --fetch --clean antora-playbook.yml
FORCE_SHOW_EDIT_PAGE_LINK=true NODE_PATH="$(/usr/bin/npm -g root)" ~/bin/antora --fetch --clean antora-playbook.yml
2 changes: 1 addition & 1 deletion it/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: it
title: IT
version: master
version: ~
display_version: WIP
start_page: ROOT:index.adoc
nav:
Expand Down
Loading

0 comments on commit 3d078c5

Please sign in to comment.