Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 700 Bytes

README.adoc

File metadata and controls

38 lines (25 loc) · 700 Bytes

Antora SpectaQL Extension

Description

An Antora pipeline extension to use SpectaQL to convert a graphql schema definition from a url to html and include in an Antora project.

Installation

Install using npm

npm install @easybytes/antora-spectaql

Add the extension to the the antora-playbook.yml playbook:

pipeline:
  extensions:
  - require: "@easybytes/antora-spectaql"

Configuration

TODO

License

MIT