Skip to content

Commit 9e8b9be

Browse files
committed
Updated Antora playbook configuration to enable asciidoctor-emoji extension for improved emoji support in documentation.
1 parent 4206a9e commit 9e8b9be

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

site/antora-local-playbook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ ui:
3333
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
3434
snapshot: true
3535
supplemental_files: ./supplemental-ui
36-
# asciidoc:
37-
# extensions:
38-
# - require: asciidoctor-emoji
36+
asciidoc:
37+
extensions:
38+
- asciidoctor-emoji

site/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ ui:
3535
supplemental_files: ./supplemental-ui
3636
asciidoc:
3737
extensions:
38-
- require: asciidoctor-emoji
38+
- asciidoctor-emoji

0 commit comments

Comments
 (0)