You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2021/11/19 21:36:42 UTC

[pulsar] branch wave/baseurl created (now 2857a6a)

This is an automated email from the ASF dual-hosted git repository.

wave pushed a change to branch wave/baseurl
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at 2857a6a  Build website using https://pulsar.apache.org

This branch includes the following new commits:

     new 2857a6a  Build website using https://pulsar.apache.org

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[pulsar] 01/01: Build website using https://pulsar.apache.org

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch wave/baseurl
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 2857a6ab0542b7ca0f6a66e1ada7c875a413412c
Author: Dave Fisher <da...@datastax.com>
AuthorDate: Fri Nov 19 13:30:59 2021 -0800

    Build website using https://pulsar.apache.org
---
 site2/website-next/docusaurus.config.js | 2 +-
 site2/website/siteConfig.js             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/website-next/docusaurus.config.js b/site2/website-next/docusaurus.config.js
index 3acc7be..1465769 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -3,7 +3,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
 
 const linkifyRegex = require("./plugins/remark-linkify-regex");
 
-const url = "https://pulsar.incubator.apache.org";
+const url = "https://pulsar.apache.org";
 const javadocUrl = url + "/api";
 const restApiUrl = url + "/admin-rest-api";
 const functionsApiUrl = url + "/functions-rest-api";
diff --git a/site2/website/siteConfig.js b/site2/website/siteConfig.js
index 0f5e884..430cecd 100644
--- a/site2/website/siteConfig.js
+++ b/site2/website/siteConfig.js
@@ -88,7 +88,7 @@ const renderEndpoint = (initializedPlugin, baseUrl, keyparts, restUrl) => {
     return rendered_content;
 };
 
-const url = 'https://pulsar.incubator.apache.org';
+const url = 'https://pulsar.apache.org';
 const javadocUrl = url + '/api';
 const restApiUrl = url + "/admin-rest-api";
 const functionsApiUrl = url + "/functions-rest-api";