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/06/13 06:21:34 UTC

[pulsar-site] branch fix/some-docs-link-fix created (now 7d830d1100b)

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

urfree pushed a change to branch fix/some-docs-link-fix
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 7d830d1100b fix: replace scripts fix

This branch includes the following new commits:

     new 7d830d1100b fix: replace scripts fix

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-site] 01/01: fix: replace scripts fix

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

urfree pushed a commit to branch fix/some-docs-link-fix
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 7d830d1100bcb0f6b49a5297be5f16ecbb859472
Author: Li Li <ur...@apache.org>
AuthorDate: Mon Jun 13 14:21:24 2022 +0800

    fix: replace scripts fix
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/scripts/replace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/scripts/replace.js b/site2/website-next/scripts/replace.js
index 3d070cd0329..bd1dec11e24 100644
--- a/site2/website-next/scripts/replace.js
+++ b/site2/website-next/scripts/replace.js
@@ -241,5 +241,5 @@ for (v of versions) {
     ],
     dry: false,
   };
-  // doReplace(opts);
+  doReplace(opts);
 }