Skip to content

Commit

Permalink
theme redoc component
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Dec 9, 2024
1 parent 09a1ee8 commit cb92c93
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/docs/pages/apis/cosmos-sdk-nyx/mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ There is also an overview of other Validator endpoints at [https://cosmos.direct

<RedocStandalone
specUrl="https://api.nymtech.net/swagger/swagger.yaml"
options={{
nativeScrollbars: true,
theme: {
sidebar: {
backgroundColor: '#273239',
textColor: '#FCFDFE'
}
}
}}
/>
9 changes: 9 additions & 0 deletions documentation/docs/pages/apis/cosmos-sdk-nyx/sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ The information below is generated with [Redoc](https://redocly.com/docs/redoc)

<RedocStandalone
specUrl=""
options={{
nativeScrollbars: true,
theme: {
sidebar: {
backgroundColor: '#273239',
textColor: '#FCFDFE'
}
}
}}
/>
9 changes: 9 additions & 0 deletions documentation/docs/pages/apis/explorer-api/mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ The information below is generated with [Redoc](https://redocly.com/docs/redoc)

<RedocStandalone
specUrl="https://sandbox-explorer.nymtech.net/api/v1/openapi.json"
options={{
nativeScrollbars: true,
theme: {
sidebar: {
backgroundColor: '#273239',
textColor: '#FCFDFE'
}
}
}}
/>
9 changes: 9 additions & 0 deletions documentation/docs/pages/apis/explorer-api/sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ The information below is generated with [Redoc](https://redocly.com/docs/redoc)

<RedocStandalone
specUrl="https://sandbox-explorer.nymtech.net/api/v1/openapi.json"
options={{
nativeScrollbars: true,
theme: {
sidebar: {
backgroundColor: '#273239',
textColor: '#FCFDFE'
}
}
}}
/>
9 changes: 9 additions & 0 deletions documentation/docs/pages/apis/ns-api/mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ The information below is generated with [Redoc](https://redocly.com/docs/redoc)

<RedocStandalone
specUrl="https://mainnet-node-status-api.nymtech.cc/api-docs/openapi.json"
options={{
nativeScrollbars: true,
theme: {
sidebar: {
backgroundColor: '#273239',
textColor: '#FCFDFE'
}
}
}}
/>
9 changes: 9 additions & 0 deletions documentation/docs/pages/apis/ns-api/sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ The information below is generated with [Redoc](https://redocly.com/docs/redoc)

<RedocStandalone
specUrl="https://sandbox-node-status-api.nymte.ch/api-docs/openapi.json"
options={{
nativeScrollbars: true,
theme: {
sidebar: {
backgroundColor: '#273239',
textColor: '#FCFDFE'
}
}
}}
/>

0 comments on commit cb92c93

Please sign in to comment.