This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +22
-42
lines changed Expand file tree Collapse file tree 11 files changed +22
-42
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,14 @@ jobs:
26
26
uses : actions/checkout@v3
27
27
28
28
- name : Cypress run
29
- uses : cypress-io/github-action@v4.2 .0
29
+ uses : cypress-io/github-action@v5.8 .0
30
30
timeout-minutes : 40
31
31
with :
32
- record : true
33
32
browser : ${{ matrix.browser }}
34
33
working-directory : ./site
35
34
config-file : prod-cypress.config.js
36
- tag : production
37
35
env :
38
- CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
39
- CYPRESS_PROJECT_ID : ${{ secrets.PROJECT_ID }}
40
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
- COMMIT_INFO_MESSAGE : ${{github.event.pull_request.title}}
42
- COMMIT_INFO_SHA : ${{github.event.pull_request.head.sha}}
43
37
notify_for_failures :
44
38
name : Notify for Failures
45
39
needs : [cypress_nightly]
Original file line number Diff line number Diff line change @@ -68,20 +68,14 @@ jobs:
68
68
EOL
69
69
70
70
- name : Cypress Staged Cloudfront Deployment Test
71
- uses : cypress-io/github-action@v4.2 .0
71
+ uses : cypress-io/github-action@v5.8 .0
72
72
timeout-minutes : 40
73
73
with :
74
- record : true
75
74
browser : ${{ matrix.browser }}
76
75
working-directory : ./site
77
76
config-file : staged-cypress.config.js
78
- tag : production
79
77
env :
80
- CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
81
- CYPRESS_PROJECT_ID : ${{ secrets.PROJECT_ID }}
82
78
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
83
- COMMIT_INFO_MESSAGE : ${{github.event.pull_request.title}}
84
- COMMIT_INFO_SHA : ${{github.event.pull_request.head.sha}}
85
79
86
80
delete_bucket_folder :
87
81
name : Delete Bucket Folder
Original file line number Diff line number Diff line change @@ -40,21 +40,14 @@ jobs:
40
40
uses :
cypress-io/[email protected]
41
41
timeout-minutes : 20
42
42
with :
43
- record : true
44
43
browser : ${{ matrix.browser }}
45
44
start : yarn start
46
45
wait-on : http://localhost:3000
47
46
wait-on-timeout : 180
48
47
working-directory : ./site
49
48
config-file : cypress.config.js
50
49
env :
51
- CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
52
- CYPRESS_PROJECT_ID : ${{ secrets.CYPRESS_PROJECT_ID }}
53
50
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
- # overwrite commit message sent to Dashboard
55
- COMMIT_INFO_MESSAGE : ${{github.event.pull_request.title}}
56
- # re-enable PR comment bot
57
- COMMIT_INFO_SHA : ${{github.event.pull_request.head.sha}}
58
51
GOOGLE_ANALYTICS_TRACKING_ID : " 12345"
59
52
GTAG_TRACKING_ID : " 12345"
60
53
Original file line number Diff line number Diff line change @@ -33,16 +33,13 @@ jobs:
33
33
uses :
cypress-io/[email protected]
34
34
timeout-minutes : 20
35
35
with :
36
- record : true
37
36
browser : ${{ matrix.browser }}
38
37
start : yarn start
39
38
wait-on : http://localhost:3000
40
39
wait-on-timeout : 180
41
40
working-directory : ./site
42
41
config-file : cypress.config.js
43
42
env :
44
- CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
45
- CYPRESS_PROJECT_ID : ${{ secrets.CYPRESS_PROJECT_ID }}
46
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
44
GOOGLE_ANALYTICS_TRACKING_ID : " 12345"
48
45
GTAG_TRACKING_ID : " 12345"
@@ -134,14 +131,10 @@ jobs:
134
131
uses :
cypress-io/[email protected]
135
132
timeout-minutes : 20
136
133
with :
137
- record : true
138
134
browser : ${{ matrix.browser }}
139
135
working-directory : ./site
140
136
config-file : prod-cypress.config.js
141
- tag : production
142
137
env :
143
- CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
144
- CYPRESS_PROJECT_ID : ${{ secrets.CYPRESS_PROJECT_ID }}
145
138
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
146
139
GOOGLE_ANALYTICS_TRACKING_ID : " 12345"
147
140
GTAG_TRACKING_ID : " 12345"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module.exports = defineConfig({
7
7
} ,
8
8
baseUrl : 'http://localhost:3000'
9
9
} ,
10
- projectId : "oz7rpf" ,
11
10
pageLoadTimeout : 60000 ,
12
11
viewportWidth : 1440 ,
13
12
viewportHeight : 900 ,
Original file line number Diff line number Diff line change 21
21
"@docusaurus/plugin-google-gtag" : " ^2.4.1" ,
22
22
"@docusaurus/preset-classic" : " ^2.4.1" ,
23
23
"@types/react" : " ^17.0.0" ,
24
- "bandwidth-redoc" : " ^1.2 .0" ,
24
+ "bandwidth-redoc" : " ^1.4 .0" ,
25
25
"buffer" : " ^6.0.3" ,
26
26
"core-js" : " ^3.1.4" ,
27
27
"docusaurus-plugin-sass" : " ^0.2.2" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module.exports = defineConfig({
7
7
} ,
8
8
baseUrl : 'https://dev.bandwidth.com/'
9
9
} ,
10
- projectId : "oz7rpf" ,
11
10
pageLoadTimeout : 60000 ,
12
11
viewportWidth : 1440 ,
13
12
viewportHeight : 900 ,
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- // import footerStyles from '@site/src/css/footer.module.css';
3
2
4
3
export default function FooterColumn ( { menus} ) {
5
4
return (
Original file line number Diff line number Diff line change 19
19
width : 50% ;
20
20
height : auto ;
21
21
padding-left : 150px ;
22
- margin-bottom : 150 px ;
22
+ margin-bottom : 200 px ;
23
23
display : flex ;
24
24
flex-direction : column ;
25
25
Original file line number Diff line number Diff line change 33
33
.search-no-results {
34
34
padding-left : 1.3rem ;
35
35
}
36
+
37
+ label [type = " group" ] {
38
+ font-size : .8rem ;
39
+ font-family : $overpass-bold ;
40
+
41
+ @include dark-mode {
42
+ color : $white ;
43
+ }
44
+ }
36
45
}
37
46
38
47
.api-content {
You can’t perform that action at this time.
0 commit comments