Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 668 Bytes

README.adoc

File metadata and controls

35 lines (23 loc) · 668 Bytes

DataStax Pulsar Connector documentation

This repo contains the source files for the Pulsar Connector documentation.

The docs are written in asciidoc and use Antora to generate the output.

Dependencies

Antora requires NodeJS. Install NodeJS, then update project dependencies:

brew install node
npm install

Generating and viewing the HTML output locally

The docs can be generated locally during development, to check work.

npm run build:local

Output files are located in the build directory.

Publishing the HTML output

To generate files for publishing:

npm run build:publish