File tree
Expand file treeCollapse file tree1 file changed
+5
-8
lines changed Expand file treeCollapse file tree1 file changed
+5
-8
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -74,13 +74,11 @@ module.exports = {
|
74 | 74 | items: [
|
75 | 75 | {
|
76 | 76 | 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", |
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://.com/rescript-react-native/rescript-react-native..io", |
| 106 | +href: "https://.com/rescript-react-native/rescript-react-native..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://.com/rescript-react-native/rescript-react-native..io/edit/src/docs/", |
| 123 | +"https://.com/rescript-react-native/rescript-react-native..io/edit/src/", |
127 | 124 | },
|
128 | 125 | blog: {
|
129 | 126 | showReadingTime: true,
|
130 | 127 | 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/", |
132 | 129 | },
|
133 | 130 | theme: {
|
134 | 131 | customCss: require.resolve("./src/css/custom.css"),
|
|
You can’t perform that action at this time.
0 commit comments