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
commit 84ea62b14a8b923c000f0e2497ada407891d35f6 Author: LiLi <[email protected]> AuthorDate: Fri Feb 11 10:46:55 2022 +0800 update Signed-off-by: LiLi <[email protected]> --- site2/tools/sync-docs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site2/tools/sync-docs.sh b/site2/tools/sync-docs.sh new file mode 100755 index 0000000..b154721 --- /dev/null +++ b/site2/tools/sync-docs.sh @@ -0,0 +1,2 @@ +cp -r ../pulsar/site2/website/versioned_docs/* ./site2/website/versioned_docs +cp -r ../pulsar/site2/website/versioned_sidebars/* ./site2/website/versioned_sidebars \ No newline at end of file
