Skip to content

Commit fb365a2

Browse files
committed
fix: last broken links
1 parent 98c1d78 commit fb365a2

File tree

5 files changed

+37
-39
lines changed

5 files changed

+37
-39
lines changed

content/docs/building-with-settlemint/deployment-plans.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Deployment Plans
33
description: Guide to deployment plans and resource allocation in SettleMint
44
---
55

6-
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
76
import { Callout } from "fumadocs-ui/components/callout";
8-
import { Steps } from "fumadocs-ui/components/steps";
97
import { Card } from "fumadocs-ui/components/card";
8+
import { Steps } from "fumadocs-ui/components/steps";
9+
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
1010

1111
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
1212
<Card>
@@ -52,12 +52,13 @@ import { Card } from "fumadocs-ui/components/card";
5252

5353
## Cloud Providers & Regions
5454

55-
<Steps>
56-
### Choose Provider
57-
Select from supported cloud providers:
58-
- Google Cloud Platform
59-
- Amazon Web Services
60-
- Microsoft Azure
55+
### Choose Provider
56+
57+
Select from supported cloud providers:
58+
59+
- Google Cloud Platform
60+
- Amazon Web Services
61+
- Microsoft Azure
6162

6263
### Select Region
6364

@@ -66,7 +67,6 @@ Pick available regions based on:
6667
- Geographic location
6768
- Compliance requirements
6869
- Performance needs
69-
</Steps>
7070

7171
## Resource Packs
7272

content/docs/building-with-settlemint/middleware.mdx

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Middleware
33
description: Guide to using middleware in SettleMint
44
---
55

6-
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
76
import { Callout } from "fumadocs-ui/components/callout";
8-
import { Steps } from "fumadocs-ui/components/steps";
97
import { Card } from "fumadocs-ui/components/card";
8+
import { Steps } from "fumadocs-ui/components/steps";
9+
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
1010

1111
Middleware acts as a bridge between your blockchain network and applications,
1212
providing essential services like data indexing, API access, and event
@@ -38,17 +38,18 @@ blockchain node in place.
3838
<Steps>
3939
### Navigate to Application
4040
Navigate to the **application** where you want to add middleware.
41-
41+
4242
### Access Middleware Section
4343
Click **Middleware** in the left navigation, and then click **Add a middleware**. This opens a form.
44-
44+
4545
### Configure Middleware
4646
1. Choose middleware type (Graph or Portal)
4747
2. Choose a **Middleware name**
4848
3. Select the **blockchain node**
4949
4. Configure deployment settings
5050
5. Click **Confirm**
5151
</Steps>
52+
5253
</Tab>
5354

5455
<Tab value="SDK CLI">
@@ -188,11 +189,9 @@ We have some prebuilt subgraph indexing modules included in the smart contract
188189
set, and you can build your own modules if you have a custom smart contract set.
189190

190191
<Callout type="warning">
191-
Before you start, make sure you are running:
192-
193-
- An EVM-compatible network (Ethereum, Polygon, Hyperledger Besu, Avalanche,
194-
etc.)
195-
</Callout>
192+
Before you start, make sure you are running an EVM-compatible network
193+
(Ethereum, Polygon, Hyperledger Besu, Avalanche, etc.)
194+
</Callout>
196195

197196
When the middleware is deployed, follow these steps to start using it:
198197

@@ -306,12 +305,10 @@ Benefits of using the smart contract portal:
306305
4. Stack agnostic: Teams are free to choose their own technology stack.
307306

308307
<Callout type="warning">
309-
Before you start, make sure you are running:
310-
311-
- An EVM-compatible network (Ethereum, Polygon, Hyperledger Besu, Avalanche,
312-
etc.)
313-
- A Private Key
314-
</Callout>
308+
Before you start, make sure you are running an EVM-compatible network
309+
(Ethereum, Polygon, Hyperledger Besu, Avalanche, etc.) and have a private key
310+
to deploy your smart contracts.
311+
</Callout>
315312

316313
### Using The Smart Contract Portal Middleware
317314

content/docs/launching-the-platform/self-hosted/infrastructure-requirements.mdx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Infrastructure Requirements
33
description: Infrastructure requirements for self-hosting the platform
44
---
55

6-
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
76
import { Callout } from "fumadocs-ui/components/callout";
87
import { Card } from "fumadocs-ui/components/card";
8+
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
99

1010
<Callout type="warning">
1111
The requirements listed below are for the core platform components only.
@@ -106,7 +106,8 @@ Consider the following requirements:
106106
- Implement regular backup procedures
107107
- Monitor storage performance metrics
108108
- Set up alerts for capacity thresholds
109-
</Callout>
109+
110+
</Callout>
110111

111112
## Prerequisites Resource Requirements
112113

@@ -216,7 +217,8 @@ These are baseline requirements. For production environments, consider:
216217
- Monitoring and logging overhead
217218
- Backup storage requirements
218219
- Scaling headroom for growth
219-
</Callout>
220+
221+
</Callout>
220222

221223
### Total Resource Summary
222224

@@ -293,7 +295,8 @@ We recommend:
293295
3. For same cluster: Add service requirements to platform requirements
294296
4. For target clusters: Plan separate infrastructure
295297
5. Include 30% buffer for growth and peak loads
296-
</Callout>
298+
299+
</Callout>
297300

298301
<Callout type="info">
299302
### Example Calculation
@@ -346,10 +349,5 @@ Let's calculate requirements for a setup with:
346349

347350
- Platform Cluster: 16+ cores, 52GB+ RAM, 440GB+ storage
348351
- Service Cluster: 11+ cores, 15GB+ RAM, 180GB+ storage
349-
</Callout>
350352

351-
<Callout>
352-
For detailed specifications of all available services and their resource
353-
requirements, please refer to our [Service Requirements
354-
Documentation](/reference/service-requirements).
355353
</Callout>

content/docs/launching-the-platform/self-hosted/prerequisites/overview.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description:
55
installation
66
---
77

8-
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
98
import { Callout } from "fumadocs-ui/components/callout";
109
import { Card } from "fumadocs-ui/components/card";
10+
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
1111

1212
Before installing the SettleMint Platform, you'll need to set up several core
1313
services. This guide will walk you through each prerequisite and help you
@@ -115,7 +115,8 @@ Choose deployment options based on your:
115115
- Infrastructure capabilities
116116
- Operational expertise
117117
- Budget constraints
118-
</Callout>
118+
119+
</Callout>
119120

120121
## Information Collection
121122

@@ -132,7 +133,8 @@ required for the platform installation.
132133
- [ ] Vault access tokens
133134
- [ ] OAuth client credentials
134135
- [ ] Metrics endpoints
135-
</Callout>
136+
137+
</Callout>
136138

137139
## Next Steps
138140

content/docs/launching-the-platform/self-hosted/prerequisites/terraform.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Terraform Installation (Optional)
33
description: Optional quick setup using Terraform for testing environments
44
---
55

6-
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
76
import { Callout } from "fumadocs-ui/components/callout";
8-
import { Steps } from "fumadocs-ui/components/steps";
97
import { Card } from "fumadocs-ui/components/card";
8+
import { Steps } from "fumadocs-ui/components/steps";
9+
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
1010

1111
<Callout type="warning">
1212
### Quick Setup Only
@@ -18,7 +18,8 @@ This Terraform-based installation is designed for quick setup and testing enviro
1818
- Basic security configurations
1919
- Limited customization options
2020
- Not suitable for production workloads
21-
</Callout>
21+
22+
</Callout>
2223

2324
## Prerequisites
2425

0 commit comments

Comments
 (0)