Skip to content

neo4j-documentation/antora-graphgist-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antora GraphGist Extension

This extension enhances GraphGists: https://neo4j.com/graphgists/.

Installation

Begin by installing the extension package into your playbook project:

$ npm i @neo4j-documentation/antora-graphgist-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-graphgist-extension'

About

An Antora extension that enhances GraphGists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published