Skip to content

Commit d1834ca

Browse files
bl0uproderik
andauthored
fix: callout boxes (#258)
## Summary by Sourcery Refactor and simplify Callout component usage in documentation pages Enhancements: - Improve Callout component usage by removing redundant className attributes and simplifying markup Documentation: - Standardize Callout component formatting across documentation pages, removing unnecessary wrapper divs and simplifying styling Co-authored-by: Roderik van der Veer <roderik@settlemint.com>
1 parent 07c156a commit d1834ca

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed

content/docs/building-with-settlemint/planning-and-decisions.mdx

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,14 @@ considerations needed to build an effective blockchain solution with SettleMint.
1515

1616
## Strategic decision framework
1717

18-
<div className="my-8">
19-
<Callout
20-
type="info"
21-
className="border border-slate-200 dark:border-slate-800 bg-slate-50 dark:bg-slate-900/30"
22-
>
23-
<span className="font-medium text-slate-800 dark:text-slate-300 block mb-1">
24-
Strategic considerations
25-
</span>
26-
Each decision in your blockchain journey directly impacts performance,
27-
security, and functionality of your final solution. This framework guides
28-
you through making informed architectural choices aligned with your business
29-
requirements.
30-
</Callout>
31-
</div>
18+
<Callout>
19+
**Strategic considerations**
20+
21+
Each decision in your blockchain journey directly impacts performance, security,
22+
and functionality of your final solution. This framework guides you through
23+
making informed architectural choices aligned with your business requirements.
24+
25+
</Callout>
3226

3327
## Implementation approaches
3428

@@ -78,7 +72,7 @@ considerations needed to build an effective blockchain solution with SettleMint.
7872
</a>
7973
</div>
8074
</Card>
81-
75+
8276
<h3 className="text-lg font-bold text-slate-800 dark:text-slate-100 mb-4">Pre-built solution components</h3>
8377
<Card className="border border-slate-200 dark:border-slate-800 mb-6">
8478
<h4 className="text-lg font-medium text-slate-700 dark:text-slate-300 mb-3">Asset tokenization kit</h4>
@@ -89,7 +83,7 @@ considerations needed to build an effective blockchain solution with SettleMint.
8983
<li>• Ready-to-use admin portal</li>
9084
</ul>
9185
</Card>
92-
86+
9387
<Card className="border border-slate-200 dark:border-slate-800 mb-6">
9488
<h4 className="text-lg font-medium text-slate-700 dark:text-slate-300 mb-3">Supply chain solution</h4>
9589
<ul className="space-y-2 mb-4 text-slate-700 dark:text-slate-300">
@@ -99,7 +93,7 @@ considerations needed to build an effective blockchain solution with SettleMint.
9993
<li>• Automated compliance reporting</li>
10094
</ul>
10195
</Card>
102-
96+
10397
<Card className="border border-slate-200 dark:border-slate-800">
10498
<h4 className="text-lg font-medium text-slate-700 dark:text-slate-300 mb-3">Deployment process</h4>
10599
<ol className="space-y-2 mb-4 text-slate-700 dark:text-slate-300 list-decimal pl-5">
@@ -110,8 +104,9 @@ considerations needed to build an effective blockchain solution with SettleMint.
110104
<li>Connect to existing systems via APIs</li>
111105
</ol>
112106
</Card>
107+
113108
</Tab>
114-
109+
115110
<Tab>
116111
<Card className="border border-slate-200 dark:border-slate-800 shadow-sm mb-6">
117112
<div className="flex items-center gap-3 mb-3">

content/docs/launching-the-platform/self-hosted-onprem/introduction.mdx

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ Welcome to the SettleMint Platform self-hosted installation guide. This
1313
comprehensive guide will walk you through deploying the SettleMint Platform in
1414
your own infrastructure.
1515

16-
<Callout>
17-
**Installation Time** Complete installation typically takes 2-4 hours,
18-
depending on your infrastructure setup and familiarity with the components.
16+
<Callout type="info">
17+
**Installation Time**
18+
19+
Complete installation typically takes 2-4 hours, depending on your
20+
infrastructure setup and familiarity with the components.
21+
1922
</Callout>
2023

2124
## Guide structure
@@ -65,9 +68,10 @@ below to learn more:
6568
</Tab>
6669
</Tabs>
6770

68-
<Callout>
71+
<Callout type="info">
6972
**Using This Guide**
70-
We recommend:
73+
74+
We recommend:
7175

7276
1. Read through each section before starting
7377
2. Complete all requirements and prerequisites
@@ -145,7 +149,9 @@ Here's what an Information Collection Box looks like in the prerequisite guides:
145149

146150
<Callout type="info">
147151
**Required Values Example**
148-
This is a sample of what you'll see in the guides. For Redis setup, you would collect values like:
152+
153+
This is a sample of what you'll see in the guides. For Redis setup, you would
154+
collect values like:
149155

150156
- Endpoint: redis-master.default.svc.cluster.local
151157
- Password: your-secure-password
@@ -172,7 +178,10 @@ prerequisite setup.
172178
- Contact your account manager
173179

174180
<Callout type="info">
175-
**Next Step** Start by reviewing the [Infrastructure
176-
Requirements](/launching-the-platform/self-hosted/infrastructure-requirements)
177-
to ensure your environment meets all necessary specifications.
181+
**Next Step**
182+
183+
Start by reviewing the
184+
[Infrastructure Requirements](/launching-the-platform/self-hosted/infrastructure-requirements)
185+
to ensure your environment meets all necessary specifications.
186+
178187
</Callout>

0 commit comments

Comments
 (0)