sijie closed pull request #1825: Change docs versions URL: https://github.com/apache/incubator-pulsar/pull/1825
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site/_config.yml b/site/_config.yml index d4a060e49d..03694c2baa 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -26,8 +26,8 @@ baseurl: / destination: ../generated-site/content preview_version_id: 20180426.125800-32 -current_version: 1.22.0-incubating -python_latest: "1.22.0" +current_version: 2.0.0-incubating +python_latest: 2.0.0 archived_releases: - 1.22.0-incubating - 1.21.0-incubating diff --git a/site/docs/latest/getting-started/Pulsar-2.0.md b/site/docs/latest/getting-started/Pulsar-2.0.md index 9ee8c30880..43ffcdb9f1 100644 --- a/site/docs/latest/getting-started/Pulsar-2.0.md +++ b/site/docs/latest/getting-started/Pulsar-2.0.md @@ -5,7 +5,7 @@ new: true tags: ["2.0", "tenants", "clients"] --- -Pulsar 2.0 is a major new release for Pulsar that brings some bold changes to the platform, including [simplified topic names](#topic-names) +Pulsar 2.0 is a major new release for Pulsar that brings some bold changes to the platform, including [simplified topic names](#topic-names), the addition of the [Pulsar Functions](../../functions/overview) feature, some terminology changes, and more. ## New features in Pulsar 2.0 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
