@@ -290,9 +290,9 @@ const ExploreDocs = () => {
290290 < div style = { { marginTop : 'auto' , paddingTop : '12px' } } >
291291 < Link to = "/getting-started/quick-start/cloud" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Quick start guide</ Link >
292292 < Link to = "/install" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Installation</ Link >
293- < Link to = "/install " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Tutorial </ Link >
293+ < Link to = "/deployment-modes " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Deployment modes </ Link >
294294 < Link to = "/install" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > ClickHouse Cloud</ Link >
295- < Link to = "/install " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Playground </ Link >
295+ < Link to = "/getting-started/example-datasets " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Example datasets </ Link >
296296 </ div >
297297 </ CardContent >
298298 </ CardActionArea >
@@ -330,11 +330,11 @@ const ExploreDocs = () => {
330330 < p > Explore concepts and best practices</ p >
331331 </ div >
332332 < div style = { { marginTop : 'auto' , paddingTop : '12px' } } >
333- < Link to = "/managing-data/core-concepts" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Guides & Tutorials </ Link >
334- < Link to = "/managing-data/core-concepts " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Best Practices</ Link >
335- < Link to = "/managing- data/core-concepts " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Use Cases </ Link >
336- < Link to = "/managing-data/core-concepts " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Developer Guide </ Link >
337- < Link to = "/managing-data/core-concepts " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Integrations </ Link >
333+ < Link to = "/managing-data/core-concepts" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Core concepts </ Link >
334+ < Link to = "/best-practices " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Best Practices</ Link >
335+ < Link to = "/data-modeling/overview " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Data modelling </ Link >
336+ < Link to = "/operations/overview " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Performance & Optimization </ Link >
337+ < Link to = "/guides/developer/overview " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Advanced guides </ Link >
338338 </ div >
339339 </ CardContent >
340340 </ CardActionArea >
@@ -371,12 +371,14 @@ const ExploreDocs = () => {
371371 < h3 > Reference</ h3 >
372372 < p > Reference docs for everyday use</ p >
373373 </ div >
374- < div style = { { marginTop : 'auto' , paddingTop : '12px' } } >
375- < Link to = "/sql-reference" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > SQL Reference</ Link >
374+ < div style = { { marginTop : 'auto' , paddingTop : '12px' , display : 'grid' , gridTemplateColumns : 'repeat(2, 1fr)' , gap : '8px' } } >
375+ < Link to = "/sql-reference/statements " style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > SQL Reference</ Link >
376376 < Link to = "/sql-reference/functions" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Functions</ Link >
377- < Link to = "/sql-reference/functions" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Engines</ Link >
378- < Link to = "/sql-reference/functions" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Operations</ Link >
379- < Link to = "/sql-reference/functions" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Interfaces</ Link >
377+ < Link to = "/engines" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Engines</ Link >
378+ < Link to = "/sql-reference/data-types" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Data types</ Link >
379+ < Link to = "/operations/settings/settings" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Settings</ Link >
380+ < Link to = "/operations/server-configuration-parameters/settings" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > Server settings</ Link >
381+ < Link to = "/operations/system-tables" style = { { display : 'block' , marginBottom : '4px' , fontSize : '14px' } } > System tables</ Link >
380382 </ div >
381383 </ CardContent >
382384 </ CardActionArea >
0 commit comments