Skip to content

Commit 63249c9

Browse files
committed
add edit url
1 parent fb6ad06 commit 63249c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const path = require("path");
21
const versions = require("./versions.json");
32
console.log(versions);
43
const allDocHomesPaths = [
@@ -158,15 +157,15 @@ module.exports = {
158157
sidebarPath: require.resolve("./sidebars.js"),
159158
// Please change this to your repo.
160159
editUrl:
161-
"https://github.com/geekwhocodes/simple-ps-logger-docs/edit/master",
160+
"https://github.com/geekwhocodes/simple-ps-logger/edit/master/website",
162161
showLastUpdateAuthor: true,
163162
showLastUpdateTime: true,
164163
},
165164
blog: {
166165
showReadingTime: true,
167166
// Please change this to your repo.
168167
editUrl:
169-
"https://github.com/geekwhocodes/simple-ps-logger-docs/edit/master/blog",
168+
"https://github.com/geekwhocodes/simple-ps-logger/edit/master/website/blog",
170169
},
171170
theme: {
172171
customCss: require.resolve("./src/css/custom.css"),

0 commit comments

Comments
 (0)