-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirects: add redirects for broken links #3510
Conversation
@Blargian is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
@@ -568,33 +578,6 @@ const sidebars = { | |||
}, | |||
], | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removes the "Other Features" section from left sidebar of SQL reference (Introduction will get "Operators")
@@ -1753,12 +1736,6 @@ const sidebars = { | |||
description: "Use the right table and database engines for your data", | |||
href: "/engines" | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removes the link from the top nav to "Other features"
@@ -3221,6 +3226,11 @@ | |||
"destination": "/docs/concepts/why-clickhouse-is-so-fast", | |||
"permanent": true | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure where this is coming from but there is no such page. BFloat16 has always been on the same page as Floats.
Summary
Adds redirects/fixes for HyperDX 404 alerts
Checklist