File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 13
13
run : yarn format:check
14
14
- name : Check types
15
15
run : yarn typecheck
16
+ - name : Check build
17
+ run : yarn build
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ const config: Config = {
6
6
title : "Fishjam Cloud Docs" ,
7
7
tagline : "Easiest way to add video streaming to your React Native app" ,
8
8
favicon : "img/favicon.svg" ,
9
-
10
9
// Set the production url of your site here
11
10
url : "https://fishjam-cloud.github.io/" ,
12
11
// Set the /<baseUrl>/ pathname under which your site is served
@@ -124,11 +123,15 @@ const config: Config = {
124
123
footer : {
125
124
links : [
126
125
{
127
- title : "Docs " ,
126
+ title : "Quick Setup " ,
128
127
items : [
129
128
{
130
- label : "Tutorial" ,
131
- to : "/docs/intro" ,
129
+ label : "React Native" ,
130
+ to : "/guide/category/quick-setup---react-native" ,
131
+ } ,
132
+ {
133
+ label : "React" ,
134
+ to : "/guide/category/quick-setup---react" ,
132
135
} ,
133
136
] ,
134
137
} ,
You can’t perform that action at this time.
0 commit comments