Skip to content

Commit 80511ce

Browse files
committed
add back link to overview
1 parent 8713ad4 commit 80511ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/quick-start/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import Link from '@docusaurus/Link';
8888
margin: '0'
8989
}
9090
}}>
91-
{/*<Link to="/cloud/overview#oss-vs-clickhouse-cloud" style={{textDecoration: 'none', width: '100%'}}>
91+
<Link to="/cloud/overview" style={{textDecoration: 'none', width: '100%'}}>
9292
<CardPromotion
9393
icon="question"
9494
label="Not sure which to choose? Click here to learn about the differences between Cloud and OSS ClickHouse"
@@ -103,6 +103,6 @@ import Link from '@docusaurus/Link';
103103
cursor: 'pointer'
104104
}}
105105
/>
106-
</Link>*/}
106+
</Link>
107107
</div>
108108
</div>

0 commit comments

Comments
 (0)