@@ -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/%3Cspan%20class="x x-first x-last">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/%3Cspan%20class="x x-first x-last">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