Skip to content

Commit 56118a4

Browse files
committed
update docs generation
1 parent 3001ed4 commit 56118a4

19 files changed

Lines changed: 1823 additions & 300 deletions

config.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -382,29 +382,29 @@
382382
{
383383
"groupName": "Volume & Activity",
384384
"subpages": [
385-
"reference/stablecoins/get-stablecoins-volume-per-token",
386-
"reference/stablecoins/get-stablecoins-issuing-over-time",
387-
"reference/stablecoins/get-stablecoins-active-senders-over-time",
388-
"reference/stablecoins/get-stablecoins-volume-by-category-over-time",
389-
"reference/stablecoins/get-stablecoins-whale-alerts"
385+
"reference/stablecoins/volume-per-token",
386+
"reference/stablecoins/issuing-over-time",
387+
"reference/stablecoins/active-senders-over-time",
388+
"reference/stablecoins/volume-by-category-over-time",
389+
"reference/stablecoins/whale-alerts"
390390
]
391391
},
392392
{
393393
"groupName": "Bridge Analytics",
394394
"subpages": [
395-
"reference/stablecoins/get-stablecoins-bridge-total-inflow",
396-
"reference/stablecoins/get-stablecoins-bridge-total-outflow",
397-
"reference/stablecoins/get-stablecoins-bridge-total-netflow",
398-
"reference/stablecoins/get-stablecoins-bridge-cross-chain-volume",
399-
"reference/stablecoins/get-stablecoins-bridge-netflow-over-time"
395+
"reference/stablecoins/bridge-inflow",
396+
"reference/stablecoins/bridge-outflow",
397+
"reference/stablecoins/bridge-netflow",
398+
"reference/stablecoins/bridge-cross-chain-volume",
399+
"reference/stablecoins/bridge-netflow-over-time"
400400
]
401401
},
402402
{
403403
"groupName": "Category Analytics",
404404
"subpages": [
405-
"reference/stablecoins/get-stablecoins-category-total-inflow",
406-
"reference/stablecoins/get-stablecoins-category-total-outflow",
407-
"reference/stablecoins/get-stablecoins-category-total-netflow"
405+
"reference/stablecoins/category-total-inflow",
406+
"reference/stablecoins/category-total-outflow",
407+
"reference/stablecoins/category-total-netflow"
408408
]
409409
}
410410
]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/active-senders/over-time
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/bridge/cross-chain-volume
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/bridge/total-inflow
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/bridge/netflow-over-time
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/bridge/total-netflow
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/bridge/total-outflow
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/category/total-inflow
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/category/total-netflow
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
route: GET /stablecoins/category/total-outflow
3+
file: openAPI/stablecoins.json
4+
---
5+
6+
{/* Do not edit the metadata */}
7+
import PriceTag from "@site/src/components/PriceTag";
8+
9+
<PriceTag price={5}/>

0 commit comments

Comments
 (0)