This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 68ce04e update
68ce04e is described below
commit 68ce04eceece5ed44b352c2d0d7c3b90beb628a7
Author: LiLi <[email protected]>
AuthorDate: Thu Jan 27 10:41:09 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
site2/website-next/docusaurus.config.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/site2/website-next/docusaurus.config.js
b/site2/website-next/docusaurus.config.js
index 3109b66..5d69255 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -12,6 +12,7 @@ const sourceApiUrl = url + "/source-rest-api";
const sinkApiUrl = url + "/sink-rest-api";
const packagesApiUrl = url + "/packages-rest-api";
const githubUrl = "https://github.com/apache/pulsar";
+const websiteGithubUrl = "https://github.com/apache/pulsar-site";
const baseUrl = "/";
const injectLinkParse = ([, prefix, , name, path]) => {
@@ -394,7 +395,7 @@ module.exports = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
- editUrl: `${githubUrl}/edit/master/site2/website-next`,
+ editUrl: `${websiteGithubUrl}/edit/master/site2/website-next`,
remarkPlugins: [
linkifyRegex(
/{\@inject\:\s?(((?!endpoint)[^}])+):([^}]+):([^}]+)}/,
@@ -409,7 +410,7 @@ module.exports = {
blog: {
showReadingTime: true,
// Please change this to your repo.
- editUrl: `${githubUrl}/edit/master/site2/website-next`,
+ editUrl: `${websiteGithubUrl}/edit/master/site2/website-next`,
},
theme: {
customCss: require.resolve("./src/css/custom.css"),