Skip to content

Commit a2f8810

Browse files
committed
docs
1 parent cdd6e3b commit a2f8810

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

website/blog/2025-10-28-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Welcome to the blog
1111

1212
We're excited to share our journey with you.
1313

14-
Compose will be a powerful smart contract library that helps developers create beautiful, maintainable on-chain applications with ease.
14+
Compose will be a powerful smart contract library that helps developers create beautiful, maintainable onchain applications with ease.
1515

1616
Stay tuned for more updates, and feel free to reach out if you have questions or suggestions!
1717

website/docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ That's **Compose** — where your unique value and functionality connects seamle
181181
<FeatureGridItem
182182
icon={<Icon name="cycle" size={32} />}
183183
title="Upgradeable by Design"
184-
description="Full power of ERC-2535 Diamonds means your contracts can evolve without redeployment."
184+
description="Full power of ERC-2535 Diamonds means your contracts can evolve without full redeployment."
185185
/>
186186
<FeatureGridItem
187187
icon={<Icon name="shield" size={32} />}

website/docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,12 @@ const config = {
212212
label: 'Installation',
213213
to: '/docs/getting-started/installation',
214214
},
215+
/*
215216
{
216217
label: 'Quick Start',
217218
to: '/docs/getting-started/quick-start',
218219
},
220+
*/
219221
],
220222
},
221223
{

0 commit comments

Comments
 (0)