Skip to content

An Antora extension that generates category and tag pages for Knowledge Base articles

Notifications You must be signed in to change notification settings

neo4j-documentation/antora-knowledge-base-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antora Knowledge Base Extension

This extension generates category and tag pages from Knowledge Base articles.

Installation

Begin by installing the extension package into your playbook project:

$ npm i @neo4j-documentation/antora-knowledge-base-extension

We strongly recommend installing dependencies into your playbook project. This strategy makes it easier to manage the dependencies, clearly documents those dependencies, and ensures the build is portable and isolated from other sites.

Usage

Now that you have the extension installed, you need to register the extension with Antora. To register the extension, you’ll add an entry that cites the name of the package to the antora.extensions key in your Antora playbook file.

Open the Antora playbook file and add the extension as follows:

antora-playbook.yml
antora:
  extensions:
  - '@neo4j-documentation/antora-knowledge-base-extension'

About

An Antora extension that generates category and tag pages for Knowledge Base articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published