File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ module.exports = {
7474
items: [
7575
{
7676
label: " Discussions",
77-
href:
78-
"https://.com/rescript-react-native/rescript-react-native/discussions",
77+
href: "https://.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://.com/rescript-react-native/rescript-react-native..io",
106+
href: "https://.com/rescript-react-native/rescript-react-native..io",
110107
},
111108
],
112109
},
@@ -123,12 +120,12 @@ module.exports = {
123120
sidebarPath: require.resolve("./sidebars.js"),
124121
editCurrentVersion: false,
125122
editUrl:
126-
"https://.com/rescript-react-native/rescript-react-native..io/edit/src/docs/",
123+
"https://.com/rescript-react-native/rescript-react-native..io/edit/src/",
127124
},
128125
blog: {
129126
showReadingTime: true,
130127
editUrl:
131-
"https://.com/rescript-react-native/rescript-react-native..io/edit/src/blog/",
128+
"https://.com/rescript-react-native/rescript-react-native..io/edit/src/",
132129
},
133130
theme: {
134131
customCss: require.resolve("./src/css/custom.css"),

0 commit comments

Comments
 (0)