You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/30 01:07:57 UTC

[pulsar-site] branch main updated: fix: reference path error (#231)

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 8fad93eb9d2 fix: reference path error (#231)
8fad93eb9d2 is described below

commit 8fad93eb9d2c288211446d3807010a55fe8fa381
Author: Mercurio <32...@users.noreply.github.com>
AuthorDate: Fri Sep 30 09:07:52 2022 +0800

    fix: reference path error (#231)
---
 site2/website-next/docsify/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/website-next/docsify/index.html b/site2/website-next/docsify/index.html
index 3247f7074fe..532fc3ce7bb 100644
--- a/site2/website-next/docsify/index.html
+++ b/site2/website-next/docsify/index.html
@@ -206,6 +206,7 @@
         loadSidebar: true,
         auto2top: true,
         routerMode: "history",
+        basePath: "https://pulsar.apache.org/reference/",
         toc: {
           tocMaxLevel: 3,
           target: "h2, h3, h4",