cdbartholomew / pulsar-docs

Documentation for the Pulsar on K8 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Documentation for the Pulsar on K8 project.

License:Mozilla Public License 2.0


Languages

Language:JavaScript 85.5%Language:HTML 14.5%