0.1.0 • Published 1 year ago

@neo4j-antora/antora-unlisted-pages v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

antora-unlisted-pages

Detects pages that are not included in your site's navigation, and adds them to a new section at the end of the navigation, or removes them from the output.

Usage

Add as an antora extension in a playbook. For example:

antora:
  extensions:
  - require: "@neo4j-antora/antora-unlisted-pages"
    add_to_navigation: true
    unlisted_pages_heading: 'Additional pages'
    log_level: 'warn'

Options

NameTypeDescriptionDefault
add_to_navigationbooleanIf set to true, the unlisted pages are appended as a new section in the table of contents. If set to false, the unlisted pages are removed from the outputfalse
unlisted_pages_headingstringThe text that is displayed for the section appended to the navigation if add_to_navigation is set to true.Unlisted Pages
log_levelstringThe level of log output. Valid values are: info, warn, error.info