Skip to content

Commit 8dcddbf

Browse files
committed
Fix edit links for blog and docs
1 parent b89b47a commit 8dcddbf

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docusaurus.config.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ module.exports = {
7474
items: [
7575
{
7676
label: "GitHub Discussions",
77-
href:
78-
"https://github.com/rescript-react-native/rescript-react-native/discussions",
77+
href: "https://github.com/rescript-react-native/rescript-react-native/discussions",
7978
},
8079
{
8180
label: "StackOverflow",
82-
href:
83-
"https://stackoverflow.com/questions/tagged/rescript-react-native",
81+
href: "https://stackoverflow.com/questions/tagged/rescript-react-native",
8482
},
8583
{
8684
label: "ReScript Forum",
@@ -105,8 +103,7 @@ module.exports = {
105103
},
106104
{
107105
label: "Wesbite Source",
108-
href:
109-
"https://github.com/rescript-react-native/rescript-react-native.github.io",
106+
href: "https://github.com/rescript-react-native/rescript-react-native.github.io",
110107
},
111108
],
112109
},
@@ -123,12 +120,12 @@ module.exports = {
123120
sidebarPath: require.resolve("./sidebars.js"),
124121
editCurrentVersion: false,
125122
editUrl:
126-
"https://github.com/rescript-react-native/rescript-react-native.github.io/edit/src/docs/",
123+
"https://github.com/rescript-react-native/rescript-react-native.github.io/edit/src/",
127124
},
128125
blog: {
129126
showReadingTime: true,
130127
editUrl:
131-
"https://github.com/rescript-react-native/rescript-react-native.github.io/edit/src/blog/",
128+
"https://github.com/rescript-react-native/rescript-react-native.github.io/edit/src/",
132129
},
133130
theme: {
134131
customCss: require.resolve("./src/css/custom.css"),

0 commit comments

Comments
 (0)