Skip to content

Commit

Permalink
Upgrade to Antora 3, lunr extension, updated UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 17, 2022
1 parent 7937fd6 commit 23e67e1
Show file tree
Hide file tree
Showing 5 changed files with 1,922 additions and 2,889 deletions.
3 changes: 1 addition & 2 deletions doc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# Antora site hosting the DJ Link packet analysis and the devicesql
# database analysis.

DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr npx antora --fetch --generator antora-site-generator-lunr \
doc/netlify.yml
npx antora --fetch doc/netlify.yml
6 changes: 5 additions & 1 deletion doc/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ content:
- url: https://github.com/Deep-Symmetry/crate-digger.git
branches: [main]
start_path: doc
antora:
extensions:
- '@antora/lunr-extension'
asciidoc:
extensions:
- "@djencks/asciidoctor-mathjax"
- "@deepsymmetry/asciidoctor-bytefield"
ui:
bundle:
url: https://deepsymmetry.org/media/antora/ui-bundle.zip
url: https://deepsymmetry.org/media/antora/ui-bundle-3.zip
snapshot: true
supplemental_files: ./../node_modules/@antora/lunr-extension/supplemental_ui
6 changes: 5 additions & 1 deletion doc/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ content:
- url: https://github.com/Deep-Symmetry/crate-digger.git
branches: [main]
start_path: doc
antora:
extensions:
- '@antora/lunr-extension'
asciidoc:
extensions:
- "@djencks/asciidoctor-mathjax"
- "@deepsymmetry/asciidoctor-bytefield"
ui:
bundle:
url: https://deepsymmetry.org/media/antora/ui-bundle.zip
url: https://deepsymmetry.org/media/antora/ui-bundle-3.zip
snapshot: true
supplemental_files: ./../node_modules/@antora/lunr-extension/supplemental_ui
Loading

0 comments on commit 23e67e1

Please sign in to comment.