@@ -74,13 +74,11 @@ module.exports = {
74
74
items : [
75
75
{
76
76
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" ,
79
78
} ,
80
79
{
81
80
label : "StackOverflow" ,
82
- href :
83
- "https://stackoverflow.com/questions/tagged/rescript-react-native" ,
81
+ href : "https://stackoverflow.com/questions/tagged/rescript-react-native" ,
84
82
} ,
85
83
{
86
84
label : "ReScript Forum" ,
@@ -105,8 +103,7 @@ module.exports = {
105
103
} ,
106
104
{
107
105
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" ,
110
107
} ,
111
108
] ,
112
109
} ,
@@ -123,12 +120,12 @@ module.exports = {
123
120
sidebarPath : require . resolve ( "./sidebars.js" ) ,
124
121
editCurrentVersion : false ,
125
122
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/" ,
127
124
} ,
128
125
blog : {
129
126
showReadingTime : true ,
130
127
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/" ,
132
129
} ,
133
130
theme : {
134
131
customCss : require . resolve ( "./src/css/custom.css" ) ,
0 commit comments