Skip to content

Commit d9c40a2

Browse files
committed
feat: remove edit this page features
1 parent be2afb2 commit d9c40a2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docusaurus.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ const config = {
4141
path: "docs-sqlacc/docs",
4242
routeBasePath: "sqlacc",
4343
sidebarPath: "./sidebars.js",
44-
editUrl: ({ versionDocsDirPath, docPath }) => {
45-
return `https://github.com/eStreamSoftware/docs-sqlacc/edit/master/docs/${docPath}`;
46-
},
4744
},
4845
}),
4946
],
@@ -71,9 +68,6 @@ const config = {
7168
path: "docs-sqlpay/docs",
7269
routeBasePath: "sqlpay",
7370
sidebarPath: "./sidebars.js",
74-
editUrl: ({ versionDocsDirPath, docPath }) => {
75-
return `https://github.com/eStreamSoftware/docs-sqlpay/edit/master/docs/${docPath}`;
76-
},
7771
},
7872
],
7973
[

0 commit comments

Comments
 (0)