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 b4e7ba7 fix: edit url
b4e7ba7 is described below
commit b4e7ba7e5b413f115f8f622afa4c3b1074c7e155
Author: Li Li <[email protected]>
AuthorDate: Wed Mar 30 13:35:30 2022 +0800
fix: edit url
Signed-off-by: Li Li <[email protected]>
---
site2/website-next/docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website-next/docusaurus.config.js
b/site2/website-next/docusaurus.config.js
index 4235820..7e65b67 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -355,7 +355,7 @@ module.exports = {
docs: {
path: "docs",
sidebarPath: require.resolve("./sidebars.js"),
- editUrl: `${githubUrl}/edit/master/site2/docs`,
+ editUrl: `${githubUrl}/edit/master/site2`,
remarkPlugins: [
linkifyRegex(
/{\@inject\:\s?(((?!endpoint)[^}])+):([^}]+):([^}]+)}/,