Skip to content

Commit 6a1ea01

Browse files
committed
Move the antora extension to its own directory.
1 parent 3b1ef08 commit 6a1ea01

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ repos:
4242
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list', '*']
4343
exclude: >
4444
(?x)^(
45-
papers/.*
45+
papers/.* |
46+
package-lock.json
4647
)$
4748
4849
# Beman Standard checking via beman-tidy

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ antora:
2424
# Fixes Antora 3.1's inability to open a local content source whose .git
2525
# entry is a gitdir file (linked git worktree). Must come first so the
2626
# url is corrected before the cpp-reference extension runs.
27-
- require: './antora-worktree-fix.js'
27+
- require: 'antora/antora-worktree-fix.js'
2828
- require: '@cppalliance/antora-cpp-reference-extension'
2929

3030
content:

0 commit comments

Comments
 (0)