Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
66a047c
DX-2631 Redo Landing Page
ckoegel Jun 3, 2022
2939925
lots of changes and refactoring
ckoegel Jun 6, 2022
ad43335
fixes to navbar links
ckoegel Jun 6, 2022
7bb2410
remove announcement bar
ckoegel Jun 6, 2022
80bc997
add placeholder images and css
ckoegel Jun 6, 2022
dd3fb6b
clean up unused image files and naming consistency
ckoegel Jun 7, 2022
e8771a1
change productgrid to itemgrid
ckoegel Jun 7, 2022
cc71d6b
remove nojekyll
ckoegel Jun 7, 2022
afb0b46
component css imports
ckoegel Jun 7, 2022
522aae3
sdk pages imports
ckoegel Jun 7, 2022
8056ac9
whitespace in index,js
ckoegel Jun 7, 2022
7385c2d
update docusaurus and dependencies
ckoegel Jun 7, 2022
1c8f995
newlines
ckoegel Jun 7, 2022
5f35bf4
avoid cease and desist
ckoegel Jun 7, 2022
818aad7
css fixes
ckoegel Jun 7, 2022
b848fdf
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 13, 2022
6b8e6d8
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 20, 2022
4cd0d68
DX-2631 Update API Reference Page (#598)
ckoegel Jun 20, 2022
a9b89ba
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 20, 2022
2363115
Merge branch 'DX-2631' of https://github.com/Bandwidth/api-docs into …
ckoegel Jun 20, 2022
6e3a4aa
font color on api reference page
ckoegel Jun 20, 2022
a3448aa
css fixes
ckoegel Jun 22, 2022
e74857c
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 23, 2022
e8df7c5
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 23, 2022
3f4674f
removed unused actions and workflows
ckoegel Jun 23, 2022
39f664e
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 24, 2022
d119014
remove unused workflow
ckoegel Jun 27, 2022
71718c7
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 29, 2022
1f9d2c7
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jun 30, 2022
055e773
DX-2631 Footer Update (#618)
ckoegel Jul 1, 2022
54a2672
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jul 1, 2022
f5f6db6
Update site/docusaurus.config.js
ckoegel Jul 7, 2022
89a8adb
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jul 7, 2022
ba9dc92
change text-align for api reference page
ckoegel Jul 7, 2022
37c6c29
update logos and move to beta 22
ckoegel Jul 13, 2022
8c8c6e4
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jul 13, 2022
20d3ef3
remove old webrtc image
ckoegel Jul 13, 2022
c43cef0
fix footer image size
ckoegel Jul 13, 2022
e370461
update dashboard icon
ckoegel Jul 14, 2022
a3e653d
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Jul 18, 2022
a6a1741
merge main
ckoegel Aug 5, 2022
667b2b1
hopefully fix yarn lock
ckoegel Aug 5, 2022
3a05edd
update docusaurus
ckoegel Aug 5, 2022
469ec67
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Aug 12, 2022
1fbc8e4
DX-2631 Rebrand (#667)
ckoegel Aug 12, 2022
aaa5b82
minor fixes
ckoegel Aug 12, 2022
81e8737
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Aug 12, 2022
d28f6dc
fix merge conflict
ckoegel Aug 12, 2022
55e0163
spelling and table css
ckoegel Aug 12, 2022
db75d01
table css for sdk page
ckoegel Aug 12, 2022
2d92f78
Merge branch 'main' of https://github.com/Bandwidth/api-docs into DX-…
ckoegel Aug 15, 2022
444da1c
redoc css
ckoegel Aug 15, 2022
8686cba
make text clickable on landing pages
ckoegel Aug 15, 2022
8e3be21
final css changes per marketing
ckoegel Aug 15, 2022
432b0ca
white
ckoegel Aug 15, 2022
942314f
colors vars
ckoegel Aug 15, 2022
7809657
caps
ckoegel Aug 15, 2022
6391060
/*
ckoegel Aug 15, 2022
8b351a1
white
ckoegel Aug 15, 2022
de50e97
Merge branch 'main' into DX-2631
ckoegel Aug 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/src/css/redocTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function darkTheme(primaryColor) {
lineHeight: 'var(--ifm-pre-line-height)',
},
links: {
color: 'var(--white)'
color: '#FFFFFF'
}
},
colors: {
Expand Down