From b29016a124d09644029b10837c0e57293f4bf4f0 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 10 Oct 2023 14:59:01 -0500 Subject: [PATCH] Add Static Page Extension --- README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.adoc b/README.adoc index a0940a3..ac8c3f1 100644 --- a/README.adoc +++ b/README.adoc @@ -279,6 +279,14 @@ A boolean option that controls whether sequential empty lines are collapsed into Regardless of the value of this option, the extension will relocate block metadata lines to be directly above the block. The extension will also insert an empty line between tabs if one does not exist. +=== Static Page + +*require name:* @springio/antora-extensions/static-page-extension + +IMPORTANT: Be sure to register this extension under the `antora.extensions` key in the playbook, not the `asciidoc.extensions` key! + +This extension adds shared pages that are picked up by the antora-ui-spring project. + ifndef::env-npm[] == Development Quickstart