Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deriv-com/deriv-api-docs into upd…
Browse files Browse the repository at this point in the history
…ate-auth-client
  • Loading branch information
adrienne-deriv committed Oct 15, 2024
2 parents 3cea7bc + 9e5cdd7 commit 1106278
Show file tree
Hide file tree
Showing 250 changed files with 27,364 additions and 16,592 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ yarn-error.log*

.idea

.vscode/settings.json
.vscode
.vscode*
.vercel
3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion config/v3/confirm_email/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"verification_code": {
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
"type": "string",
"pattern": "^\\w{8,128}$",
"pattern": "^\\w{6,128}$",
"sensitive": 1
},
"passthrough": {
Expand Down
2 changes: 1 addition & 1 deletion config/v3/new_account_virtual/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"verification_code": {
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
"type": "string",
"pattern": "^\\w{8,128}$"
"pattern": "^\\w{6,128}$"
},
"loginid": {
"description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",
Expand Down
18 changes: 10 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const config = {
],
},
],
require.resolve('./plugins/custom-webpack-plugin'),
],

presets: [
Expand Down Expand Up @@ -105,21 +106,22 @@ const config = {
position: 'left',
label: 'Documentation',
},
{ to: 'dashboard', label: 'Dashboard', position: 'left' },
{
to: 'api-explorer',
position: 'left',
label: 'API Explorer',
label: 'API explorer',
},
{ to: 'https://tech.deriv.com/', label: 'Blog', position: 'left' },
{ to: 'https://hackerone.com/deriv?type=team', label: 'Bug bounty', position: 'left' },
{
type: 'custom-navbar-separator',
position: 'right',
to: 'https://tech.deriv.com/',
label: 'Deriv tech',
position: 'left',
className: 'external-nav-link',
},
{
type: 'custom-api-token-navbar-item',
position: 'right',
to: 'https://hackerone.com/deriv?type=team',
label: 'Bug bounty',
position: 'left',
className: 'external-nav-link',
},
{
type: 'custom-user-navbar-item',
Expand Down
Loading

0 comments on commit 1106278

Please sign in to comment.