Skip to content

Commit 71f6c66

Browse files
committed
Update docs URL
1 parent 310ff09 commit 71f6c66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+43
-82
lines changed

.github/workflows/build-docs.yml

-28
This file was deleted.

docs/faq.mdx faq.mdx

mint.json

+43-54
Original file line numberDiff line numberDiff line change
@@ -35,46 +35,35 @@
3535
"modeToggle": {
3636
"default": "dark"
3737
},
38-
"topAnchor": {
39-
"name": "API Reference",
40-
"icon": "square-terminal"
41-
},
42-
"anchors": [
43-
{
44-
"name": "Home",
45-
"icon": "house",
46-
"url": "https://skip.mintlify.app"
47-
}
48-
],
4938
"navigation": [
5039
{
5140
"group": "General API Docs",
5241
"pages": [
53-
"docs/getting-started",
54-
"docs/multi-chain-transaction-tracking",
55-
"docs/post-route-actions",
56-
"docs/cross-chain-failure-cases",
57-
"docs/ibc-token-routing--problem---skip-api-routing-algorithm",
58-
"docs/evm-transactions-intro",
59-
"docs/cw20-tokens---their-limitations",
60-
"docs/experimental-features",
61-
"docs/upcoming-features",
62-
"docs/faq"
42+
"getting-started",
43+
"multi-chain-transaction-tracking",
44+
"post-route-actions",
45+
"cross-chain-failure-cases",
46+
"ibc-token-routing--problem---skip-api-routing-algorithm",
47+
"evm-transactions-intro",
48+
"cw20-tokens---their-limitations",
49+
"experimental-features",
50+
"upcoming-features",
51+
"faq"
6352
]
6453
},
6554
{
6655
"group": "SDK Docs",
6756
"pages": [
68-
"docs/getting-started--typescript-sdk",
69-
"docs/gas-and-fee-tooling"
57+
"getting-started--typescript-sdk",
58+
"gas-and-fee-tooling"
7059
]
7160
},
7261
{
7362
"group": "Advanced Swapping Docs",
7463
"pages": [
75-
"docs/understanding-quote-quality-metrics",
76-
"docs/safe-swapping--how-to-protect-users-from-bad-trades",
77-
"docs/allow-unsafe---preventing---handling-bad-execution"
64+
"understanding-quote-quality-metrics",
65+
"safe-swapping--how-to-protect-users-from-bad-trades",
66+
"allow-unsafe---preventing---handling-bad-execution"
7867
]
7968
},
8069
{
@@ -83,30 +72,30 @@
8372
{
8473
"group": "Info",
8574
"pages": [
86-
"docs/developer/info/get-v1infochains",
87-
"docs/developer/info/get-v2infobridges"
75+
"developer/info/get-v1infochains",
76+
"developer/info/get-v2infobridges"
8877
]
8978
},
9079
{
9180
"group": "Fungible",
9281
"pages": [
93-
"docs/developer/fungible/get-v1fungiblevenues",
94-
"docs/developer/fungible/get-v1fungibleassets",
95-
"docs/developer/fungible/post-v1fungibleassets_from_source",
96-
"docs/developer/fungible/post-v2fungibleroute",
97-
"docs/developer/fungible/post-v2fungiblemsgs",
98-
"docs/developer/fungible/post-v2fungiblemsgs_direct",
99-
"docs/developer/fungible/post-v1fungiblerecommend_assets",
100-
"docs/developer/fungible/post-v1fungibleibc_origin_assets",
101-
"docs/developer/fungible/post-v2fungibleassets_between_chains"
82+
"developer/fungible/get-v1fungiblevenues",
83+
"developer/fungible/get-v1fungibleassets",
84+
"developer/fungible/post-v1fungibleassets_from_source",
85+
"developer/fungible/post-v2fungibleroute",
86+
"developer/fungible/post-v2fungiblemsgs",
87+
"developer/fungible/post-v2fungiblemsgs_direct",
88+
"developer/fungible/post-v1fungiblerecommend_assets",
89+
"developer/fungible/post-v1fungibleibc_origin_assets",
90+
"developer/fungible/post-v2fungibleassets_between_chains"
10291
]
10392
},
10493
{
10594
"group": "Transaction",
10695
"pages": [
107-
"docs/developer/transaction/post-v2txsubmit",
108-
"docs/developer/transaction/post-v2txtrack",
109-
"docs/developer/transaction/get-v2txstatus"
96+
"developer/transaction/post-v2txsubmit",
97+
"developer/transaction/post-v2txtrack",
98+
"developer/transaction/get-v2txstatus"
11099
]
111100
}
112101
]
@@ -117,30 +106,30 @@
117106
{
118107
"group": "Info",
119108
"pages": [
120-
"docs/prod/info/get-v1infochains",
121-
"docs/prod/info/get-v2infobridges"
109+
"prod/info/get-v1infochains",
110+
"prod/info/get-v2infobridges"
122111
]
123112
},
124113
{
125114
"group": "Fungible",
126115
"pages": [
127-
"docs/prod/fungible/get-v1fungiblevenues",
128-
"docs/prod/fungible/get-v1fungibleassets",
129-
"docs/prod/fungible/post-v1fungibleassets_from_source",
130-
"docs/prod/fungible/post-v2fungibleroute",
131-
"docs/prod/fungible/post-v2fungiblemsgs",
132-
"docs/prod/fungible/post-v2fungiblemsgs_direct",
133-
"docs/prod/fungible/post-v1fungiblerecommend_assets",
134-
"docs/prod/fungible/post-v1fungibleibc_origin_assets",
135-
"docs/prod/fungible/post-v2fungibleassets_between_chains"
116+
"prod/fungible/get-v1fungiblevenues",
117+
"prod/fungible/get-v1fungibleassets",
118+
"prod/fungible/post-v1fungibleassets_from_source",
119+
"prod/fungible/post-v2fungibleroute",
120+
"prod/fungible/post-v2fungiblemsgs",
121+
"prod/fungible/post-v2fungiblemsgs_direct",
122+
"prod/fungible/post-v1fungiblerecommend_assets",
123+
"prod/fungible/post-v1fungibleibc_origin_assets",
124+
"prod/fungible/post-v2fungibleassets_between_chains"
136125
]
137126
},
138127
{
139128
"group": "Transaction",
140129
"pages": [
141-
"docs/prod/transaction/post-v2txsubmit",
142-
"docs/prod/transaction/post-v2txtrack",
143-
"docs/prod/transaction/get-v2txstatus"
130+
"prod/transaction/post-v2txsubmit",
131+
"prod/transaction/post-v2txtrack",
132+
"prod/transaction/get-v2txstatus"
144133
]
145134
}
146135
]

0 commit comments

Comments
 (0)