Skip to content

Commit c0ae081

Browse files
committed
chore: updated homepage field, and small updates to the docs
1 parent a352b73 commit c0ae081

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ const config = {
8181
position: "right",
8282
className: "icon-npm",
8383
},
84+
{
85+
href: "https://github.com/ryfylke-react-as/rtk-query-loader",
86+
label: "GitHub",
87+
position: "right",
88+
},
8489
{
8590
href: "https://github.com/ryfylke-react-as/rtk-query-loader",
8691
label: "GitHub",
@@ -141,6 +146,10 @@ const config = {
141146
label: "Ryfylke React Toast",
142147
href: "https://toast.ryfylke.dev",
143148
},
149+
{
150+
label: "More",
151+
href: "https://open-source.ryfylke.dev",
152+
},
144153
],
145154
},
146155
],

docs/src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3030
}
3131

32-
.icon-npm {
32+
/* .icon-npm {
3333
display: flex;
3434
align-items: center;
3535
gap: 0.5rem;
@@ -50,7 +50,7 @@
5050
.icon-npm:hover::after,
5151
.icon-npm:focus::after {
5252
border: 1px solid currentColor;
53-
}
53+
} */
5454

5555
.icon-github {
5656
display: flex;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"bugs": {
2222
"url": "https://github.com/ryfylke-react-as/rtk-query-loader/issues"
2323
},
24-
"homepage": "https://github.com/ryfylke-react-as/rtk-query-loader#readme",
24+
"homepage": "https://rtk-query-loader.ryfylke.dev",
2525
"devDependencies": {
2626
"@types/react": "^18.0.21",
2727
"@reduxjs/toolkit": "^1.6.2",

0 commit comments

Comments
 (0)