Skip to content

Commit 1cc9e1a

Browse files
authored
Merge pull request #3510 from Blargian/fix_links_17_march
Redirects: add redirects for broken links
2 parents e315e42 + 8948c04 commit 1cc9e1a

File tree

3 files changed

+27
-40
lines changed

3 files changed

+27
-40
lines changed

docs/chdb/guides/index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ in the table of contents, please edit the frontmatter of the files directly.
1515

1616
| Page | Description |
1717
|-----|-----|
18-
| [How to query Parquet files](/docs/chdb/guides/querying-parquet) | Learn how to query Parquet files with chDB. |
19-
| [How to query data in an S3 bucket](/docs/chdb/guides/querying-s3) | Learn how to query data in an S3 bucket with chDB. |
20-
| [Using a clickhouse-local database](/docs/chdb/guides/clickhouse-local) | Learn how to use a clickhouse-local database with chDB |
21-
| [How to query Pandas DataFrames with chDB](/docs/chdb/guides/pandas) | Learn how to query Pandas DataFrames with chDB |
22-
| [JupySQL and chDB](/docs/chdb/guides/jupysql) | How to install chDB for Bun |
23-
| [How to query a remote ClickHouse server](/docs/chdb/guides/query-remote-clickhouse) | In this guide, we'll learn how to query a remote ClickHouse server from chDB. |
24-
| [How to query Apache Arrow with chDB](/docs/chdb/guides/apache-arrow) | In this guide, we'll learn how to query Apache Arrow tables with chDB |
18+
| [How to query Parquet files](/chdb/guides/querying-parquet) | Learn how to query Parquet files with chDB. |
19+
| [How to query data in an S3 bucket](/chdb/guides/querying-s3) | Learn how to query data in an S3 bucket with chDB. |
20+
| [Using a clickhouse-local database](/chdb/guides/clickhouse-local) | Learn how to use a clickhouse-local database with chDB |
21+
| [How to query Pandas DataFrames with chDB](/chdb/guides/pandas) | Learn how to query Pandas DataFrames with chDB |
22+
| [JupySQL and chDB](/chdb/guides/jupysql) | How to install chDB for Bun |
23+
| [How to query a remote ClickHouse server](/chdb/guides/query-remote-clickhouse) | In this guide, we'll learn how to query a remote ClickHouse server from chDB. |
24+
| [How to query Apache Arrow with chDB](/chdb/guides/apache-arrow) | In this guide, we'll learn how to query Apache Arrow tables with chDB |

sidebars.js

+10-33
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,16 @@ const sidebars = {
504504
},
505505
],
506506
},
507+
{
508+
type: "category",
509+
label: "Operators",
510+
items: [
511+
{
512+
type: "autogenerated",
513+
dirName: "sql-reference/operators",
514+
},
515+
]
516+
},
507517
],
508518
},
509519
{
@@ -580,33 +590,6 @@ const sidebars = {
580590
},
581591
],
582592
},
583-
{
584-
type: "category",
585-
label: "Other Features",
586-
collapsed: false,
587-
collapsible: false,
588-
items: [
589-
{
590-
type: "doc",
591-
id: "sql-reference/operators/distributed-ddl",
592-
},
593-
{
594-
type: "doc",
595-
id: "sql-reference/operators/exists",
596-
},
597-
{
598-
type: "category",
599-
label: "Operators",
600-
link: { type: "doc", id: "sql-reference/operators/index" },
601-
items: [
602-
{
603-
type: "doc",
604-
id: "sql-reference/operators/in",
605-
},
606-
]
607-
},
608-
],
609-
},
610593
],
611594

612595
integrations: [
@@ -1680,12 +1663,6 @@ const sidebars = {
16801663
description: "Use the right table and database engines for your data",
16811664
href: "/engines"
16821665
},
1683-
{
1684-
type: "link",
1685-
label: "Other Features",
1686-
description: "Learn about other features in ClickHouse",
1687-
href: "/sql-reference/operators"
1688-
}
16891666
]
16901667
},
16911668
{

vercel.json

+10
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,11 @@
28712871
"destination": "/docs/getting-started/quick-start",
28722872
"permanent": true
28732873
},
2874+
{
2875+
"source": "/docs/get-started/quick-start",
2876+
"destination": "/docs/getting-started/quick-start",
2877+
"permanent": true
2878+
},
28742879
{
28752880
"source": "/docs/sql-reference/dictionaries/external-dictionaries/external-dict",
28762881
"destination": "/docs/sql-reference/dictionaries#embedded-dictionaries",
@@ -3221,6 +3226,11 @@
32213226
"destination": "/docs/concepts/why-clickhouse-is-so-fast",
32223227
"permanent": true
32233228
},
3229+
{
3230+
"source": "/docs/sql-reference/data-types/bfloat16",
3231+
"destination": "/docs/sql-reference/data-types/float#bfloat16",
3232+
"permanent": true
3233+
},
32243234
{
32253235
"source": "/docs/en/:path*",
32263236
"destination": "/docs/:path*"

0 commit comments

Comments
 (0)