Skip to content

Commit 64763c5

Browse files
committed
ordering fixes
1 parent 8c748f2 commit 64763c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ const ExploreDocs = () => {
342342
<p>Learn the basics of ClickHouse</p>
343343
</div>
344344
<div style={{ marginTop: 'auto', paddingTop: '12px' }}>
345-
<Link to="/getting-started/quick-start/cloud" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Quick start guide</Link>
345+
<Link to="/getting-started/quick-start/cloud" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Quick start</Link>
346346
<Link to="/install" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Installation</Link>
347347
<Link to="/deployment-modes" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Deployment modes</Link>
348348
<Link to="/cloud/get-started" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>ClickHouse Cloud</Link>
@@ -385,9 +385,9 @@ const ExploreDocs = () => {
385385
</div>
386386
<div style={{ marginTop: 'auto', paddingTop: '12px' }}>
387387
<Link to="/managing-data/core-concepts" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Core concepts</Link>
388-
<Link to="/best-practices" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Best Practices</Link>
389388
<Link to="/data-modeling/overview" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Data modelling</Link>
390-
<Link to="/operations/overview" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Performance & Optimization</Link>
389+
<Link to="/best-practices" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Best practices</Link>
390+
<Link to="/operations/overview" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Performance & optimization</Link>
391391
<Link to="/guides/developer/overview" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Advanced guides</Link>
392392
</div>
393393
</CardContent>
@@ -426,7 +426,7 @@ const ExploreDocs = () => {
426426
<p>Reference docs for everyday use</p>
427427
</div>
428428
<div style={{ marginTop: 'auto', paddingTop: '12px', display: 'grid', gridTemplateColumns: 'repeat(2, 1fr)', gap: '8px' }}>
429-
<Link to="/sql-reference/statements" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>SQL Reference</Link>
429+
<Link to="/sql-reference/statements" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>SQL reference</Link>
430430
<Link to="/sql-reference/functions" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Functions</Link>
431431
<Link to="/engines" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Engines</Link>
432432
<Link to="/sql-reference/data-types" style={{ display: 'block', marginBottom: '4px', fontSize: '14px' }}>Data types</Link>

0 commit comments

Comments
 (0)