/pulsar-docs

Documentation for the Pulsar on K8 project.

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

DataStax Luna Streaming documentation

This repo contains the source files for the Luna Streaming documentation.

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

Dependencies

Antora requires NodeJS. Install NodeJS:

brew install node

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:prod