| commit | a1a958d17d02ed1fa7056a410c8be57fddb49f8e | [log] [tgz] |
|---|---|---|
| author | coderzc <zhaocong@apache.org> | Wed Oct 15 14:21:56 2025 +0800 |
| committer | coderzc <zhaocong@apache.org> | Wed Oct 15 14:21:56 2025 +0800 |
| tree | aae73ad2c2ab590481c91d890551d60b2fa4667f | |
| parent | 43da7252d8a25f94928238f2eb63f93dd426d03b [diff] |
Fix the description of the unit for resetting the subscription cursor time
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.
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.
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