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 install
The docs can be generated locally during development, to check work.
npm run build:local
Output files are located in the build directory.