Skip to content

Commit 511e2de

Browse files
committed
feat: adding kyb schema
1 parent a205da8 commit 511e2de

30 files changed

Lines changed: 3377 additions & 26 deletions

mintlify/openapi.yaml

Lines changed: 1117 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mintlify/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,18 @@ ul#sidebar-group > li[data-title="API Tokens"] > button::before {
13501350
background-image: url('/images/icons/key2.svg') !important;
13511351
}
13521352

1353+
/* KYC/KYB Verifications - magnifying glass */
1354+
#sidebar-group > li[data-title="KYC/KYB Verifications"] > button::before,
1355+
ul#sidebar-group > li[data-title="KYC/KYB Verifications"] > button::before {
1356+
background-image: url('/images/icons/magnifying-glass.svg') !important;
1357+
}
1358+
1359+
/* Documents - file text */
1360+
#sidebar-group > li[data-title="Documents"] > button::before,
1361+
ul#sidebar-group > li[data-title="Documents"] > button::before {
1362+
background-image: url('/images/icons/file-text.svg') !important;
1363+
}
1364+
13531365
/* Exchange Rates - trending */
13541366
#sidebar-group > li[data-title="Exchange Rates"] > button::before,
13551367
ul#sidebar-group > li[data-title="Exchange Rates"] > button::before {

0 commit comments

Comments
 (0)