We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2afb2 commit d9c40a2Copy full SHA for d9c40a2
docusaurus.config.js
@@ -41,9 +41,6 @@ const config = {
41
path: "docs-sqlacc/docs",
42
routeBasePath: "sqlacc",
43
sidebarPath: "./sidebars.js",
44
- editUrl: ({ versionDocsDirPath, docPath }) => {
45
- return `https://github.com/eStreamSoftware/docs-sqlacc/edit/master/docs/${docPath}`;
46
- },
47
},
48
}),
49
],
@@ -71,9 +68,6 @@ const config = {
71
68
path: "docs-sqlpay/docs",
72
69
routeBasePath: "sqlpay",
73
70
74
75
- return `https://github.com/eStreamSoftware/docs-sqlpay/edit/master/docs/${docPath}`;
76
77
78
79
[
0 commit comments