Skip to content

Commit 28a96f2

Browse files
authored
Merge pull request #10 from ravenappdev/feature/react-push-sdk
Feature/react push sdk
2 parents abf08fa + 500425c commit 28a96f2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/mint.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ultraDark": "#192C96"
1414
},
1515
"api": {
16+
"baseUrl": "https://api.ravenapp.dev",
1617
"auth": {
1718
"method": "key",
1819
"name": "Authorization",
@@ -22,12 +23,12 @@
2223
"topbarLinks": [
2324
{
2425
"name": "Login",
25-
"url": "https://console.ravenapp.dev/get-started"
26+
"url": "https://console.raven.dev/get-started"
2627
}
2728
],
2829
"topbarCtaButton": {
2930
"name": "Get Access",
30-
"url": "https://ravenapp.dev"
31+
"url": "https://raven.dev"
3132
},
3233
"anchors": [
3334
{
@@ -38,7 +39,7 @@
3839
{
3940
"name": "Channels",
4041
"icon": "paper-plane",
41-
"url": "https://ravenapp.dev/channels"
42+
"url": "https://raven.dev/channels"
4243
},
4344
{
4445
"name": "Support",
@@ -156,7 +157,8 @@
156157
"push/client-sdk/ios",
157158
"push/client-sdk/web",
158159
"push/client-sdk/flutter",
159-
"push/client-sdk/flutter-demo-app"
160+
"push/client-sdk/flutter-demo-app",
161+
"push/client-sdk/react-js"
160162
]
161163
}
162164
]

0 commit comments

Comments
 (0)