Apache Pulsar Site

Clone this repo:
  1. edf3c2c Docs sync done from apache/pulsar (#80902f8) by github-actions[bot] · 6 days ago main
  2. a50cd99 Add instructions about Java9IntHash by Lari Hotari · 7 days ago
  3. f54c4fc Make support 36 months from release for LTS (full support time, including sec updates) by Lari Hotari · 7 days ago
  4. 97c1c3e Generate Python client 3.8.0 doc (#1028) by Yunze Xu · 8 days ago
  5. bc453b3 Add the release note for Python client 3.8.0 (#1027) by Yunze Xu · 10 days ago

Apache Pulsar Website and Documentation

This repository contains the Apache Pulsar website source code and Apache Pulsar documentation.

Apache Pulsar is an open-source, distributed messaging and streaming platform built for the cloud.

Quick start: Updating documentation and previewing changes

Make changes to the documentation in the docs directory.

To preview the changes, run the following command (prerequisites):

./preview.sh

This command starts a local web server on port 3000 and opens a browser window pointing to the website.

Updating versioned docs

When your documentation changes apply to existing supported versions, you should update both the versioned documentation in the versioned_docs directory and the documentation in the docs directory.

# List all supported major.minor.x versions
./scripts/docs-tool.sh supported_versions

After committing the changes for the docs directory, you can use the docs-tool to apply the changes to the versioned docs. This tool is a wrapper around git diff and patch. If the patch is not applied correctly, you will have to manually apply the changes to the versioned docs.

./scripts/docs-tool.sh apply_changes_to_versioned_docs

More information

Contact information