This repo contains the source files for the Pulsar Connector documentation.
The docs are written in asciidoc and use Antora to generate the output.
Antora requires NodeJS. Install NodeJS, then update project dependencies:
brew install node
npm installThe docs can be generated locally during development, to check work.
npm run build:localOutput files are located in the build directory.