Skip to content

Commit d6e05b2

Browse files
authored
Fix docs build and fix typos (#358)
* Add .vercelignore and fix typos * exlude vocs docs
1 parent e8a9f34 commit d6e05b2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"jsx": "preserve"
1717
},
1818
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
19-
"exclude": ["node_modules"]
19+
"exclude": ["node_modules", "vocs-docs"]
2020
}

vocs-docs/docs/pages/interaction/deposits-withdrawals/other.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
5. **Enter the amount** you wish to transfer
1616
6. **Confirm the transaction** in Coinbase
1717
7. **Wait for confirmation** (typically 1-3 minutes)
18-
- _Note: This process relies on Coinbase's infrastructure and Noble's IBC integration_
19-
- _Coinbase handles the initial funds transfer to Noble's USDC hub_
18+
- Note: This process relies on Coinbase's infrastructure and Noble's IBC integration
19+
- Coinbase handles the initial funds transfer to Noble's USDC hub
2020
8. **Funds will automatically route** through Noble to dYdX via IBC
21-
- _This automatic routing uses the IBC relayer network_
22-
- _No swaps occur in this process as USDC moves directly between compatible chains_
21+
- This automatic routing uses the IBC relayer network
22+
- No swaps occur in this process as USDC moves directly between compatible chains
2323

2424
### Example Deposit
2525
Coinbase → dYdX
@@ -55,8 +55,8 @@ Supported Cosmos Chains: Osmosis, Cosmos Hub, Kujira, Noble, Injective and other
5555
5. **Enter the amount** you wish to transfer
5656
6. **Confirm the transaction**
5757
7. **IBC relayer network processes the transfer:**
58-
- _IBC relayers run by validators and third-party services handle the cross-chain message delivery_
59-
- _No centralized entity controls this process; it's based on the Cosmos IBC protocol_
60-
- _If transferring a non-native token, ensure it's an IBC-supported asset on both chains_
58+
- IBC relayers run by validators and third-party services handle the cross-chain message delivery
59+
- No centralized entity controls this process; it's based on the Cosmos IBC protocol
60+
- If transferring a non-native token, ensure it's an IBC-supported asset on both chains
6161
8. **Wait for confirmation** (typically 15-30 seconds)
62-
- _Faster than bridging solutions as it doesn't require multi-chain consensus_
62+
- Faster than bridging solutions as it doesn't require multi-chain consensus

vocs-docs/docs/pages/interaction/deposits-withdrawals/troubleshooting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Remember to include transaction details, wallet addresses, and a clear descripti
8585
6. **For large transfers, use Skip Go** instead of Skip Go Fast for better reliability
8686
7. **Always move funds from sub account to main account** before initiating withdrawals
8787
8. **Understand third-party dependencies** in your chosen transfer route:
88-
- _Skip relies on their own solver network and DEX integrations_
89-
- _IBC transfers depend on the Cosmos relayer infrastructure_
90-
- _Coinbase deposits rely on Coinbase's infrastructure and Noble's IBC integration_
88+
- Skip relies on their own solver network and DEX integrations
89+
- IBC transfers depend on the Cosmos relayer infrastructure
90+
- Coinbase deposits rely on Coinbase's infrastructure and Noble's IBC integration
9191
9. **Monitor relayer and bridge status** during high network congestion periods
9292
10. **Have backup withdrawal methods** in case one bridge or relayer network experiences issues

vocs-docs/docs/pages/interaction/integration/integration-portfolio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This represents the user's maximum buying power if all remaining free collateral
4646
::::
4747

4848
(d) `Account level risk`
49-
The account-level risk is derived from Indexer data via the WebSocket [v4_parent_subaccounts] channel. [sample response][response](/types/parent_subaccounts_update_message).
5049
This metric represents the `percentage of the user's total collateral` that has been allocated to support open positions (also referred to as `margin`).
50+
The account-level risk is derived from Indexer data via the WebSocket `v4_parent_subaccounts` channel. [sample response](/types/parent_subaccounts_update_message).
5151

5252
To compute `total collateral`, follow these steps:
5353

0 commit comments

Comments
 (0)