From 550f81a249a3ded1e4f3c366949b66210129a94e Mon Sep 17 00:00:00 2001 From: rfraposa Date: Tue, 28 Mar 2023 21:13:28 -0600 Subject: [PATCH 1/2] Update sidebars.js --- sidebars.js | 284 ++++++++++++++++++++++++++-------------------------- 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/sidebars.js b/sidebars.js index 55f6d1aa269..7a3e92e1dbf 100644 --- a/sidebars.js +++ b/sidebars.js @@ -160,7 +160,7 @@ const sidebars = { 'en/integrations/language-clients/nodejs', 'en/integrations/language-clients/java/index', 'en/integrations/language-clients/python/index', - { + { type: 'category', label: 'View all languages', collapsed: true, @@ -336,142 +336,142 @@ const sidebars = { ], }, ] - }, - { - type: 'category', - label: "About ClickHouse", - collapsed: false, - collapsible: false, - items: [ - 'en/about-us/adopters', - { - type: 'autogenerated', - dirName: 'en/whats-new', - }, - { - type: 'category', - label: 'Contribute', - collapsed: true, - collapsible: true, - items: [ - { - type: 'autogenerated', - dirName: 'en/development', - }, - { - type: 'category', - label: 'Native Protocol', - collapsed: true, - collapsible: true, - items: [ - { - type: 'autogenerated', - dirName: 'en/native-protocol' - }, - ], - }, - ], - }, - 'en/about-us/history', - ], - }, + }, + { + type: 'category', + label: "About ClickHouse", + collapsed: false, + collapsible: false, + items: [ + 'en/about-us/adopters', + { + type: 'autogenerated', + dirName: 'en/whats-new', + }, + { + type: 'category', + label: 'Contribute', + collapsed: true, + collapsible: true, + items: [ + { + type: 'autogenerated', + dirName: 'en/development', + }, + { + type: 'category', + label: 'Native Protocol', + collapsed: true, + collapsible: true, + items: [ + { + type: 'autogenerated', + dirName: 'en/native-protocol' + }, + ], + }, + ], + }, + 'en/about-us/history', + ], + }, ], -cloud: [ - { - type: 'category', - label: 'Get Started', - collapsed: false, - collapsible: false, - className: 'top-nav-item', - items: [ - 'en/cloud-index', - { - type: 'doc', - id: 'en/get-started/cloud-quick-start', - }, - 'en/get-started/sql-console', - 'en/cloud/marketplace', - 'en/cloud/support', - ], - }, - { - type: 'category', - label: 'Managing Cloud', - collapsed: false, - collapsible: false, - className: 'top-nav-item', - items: [ - 'en/cloud/manage/backups', - 'en/cloud/manage/billing', - 'en/cloud/manage/scaling', - 'en/cloud/manage/service-uptime', - 'en/cloud/manage/upgrades', - 'en/cloud/manage/account-close', - ] - }, - { - type: 'category', - label: 'Cloud Reference ', - collapsed: false, - collapsible: false, - className: 'top-nav-item', - items: [ - 'en/cloud/reference/architecture', - 'en/cloud/reference/changelog', - 'en/cloud/reference/cloud-compatibility', - 'en/cloud/reference/supported-regions', - ] - }, - { - type: 'category', - label: 'Best Practices ', - collapsed: false, - collapsible: false, - className: 'top-nav-item', - items: [ - 'en/cloud/bestpractices/bulkinserts', - 'en/cloud/bestpractices/asyncinserts', - 'en/cloud/bestpractices/avoidmutations', - 'en/cloud/bestpractices/avoidnullablecolumns', - 'en/cloud/bestpractices/avoidoptimizefinal', - 'en/cloud/bestpractices/partitioningkey', - ] - }, - { - type: 'category', - label: 'Security', - collapsed: false, - collapsible: false, - className: 'top-nav-item', - items: [ - 'en/cloud/manage/users-and-roles', - 'en/cloud/security/security-companion-guide', - 'en/cloud/security/ip-access-list', - 'en/cloud/security/ip-egress-traffic-list', - 'en/cloud/security/aws-privatelink', - 'en/cloud/security/activity-log', - ] - }, - { - type: 'category', - label: 'Migrating to Cloud', - collapsed: false, - collapsible: false, - items: [ - 'en/integrations/migration/index', - 'en/integrations/migration/clickhouse-to-cloud', - 'en/integrations/migration/clickhouse-local-etl', - 'en/integrations/migration/etl-tool-to-clickhouse', - 'en/integrations/migration/object-storage-to-clickhouse', - ], + cloud: [ + { + type: 'category', + label: 'Get Started', + collapsed: false, + collapsible: false, + className: 'top-nav-item', + items: [ + 'en/cloud-index', + { + type: 'doc', + id: 'en/get-started/cloud-quick-start', + }, + 'en/get-started/sql-console', + 'en/cloud/marketplace', + 'en/cloud/support', + ], + }, + { + type: 'category', + label: 'Managing Cloud', + collapsed: false, + collapsible: false, + className: 'top-nav-item', + items: [ + 'en/cloud/manage/backups', + 'en/cloud/manage/billing', + 'en/cloud/manage/scaling', + 'en/cloud/manage/service-uptime', + 'en/cloud/manage/upgrades', + 'en/cloud/manage/account-close', + ] + }, + { + type: 'category', + label: 'Cloud Reference ', + collapsed: false, + collapsible: false, + className: 'top-nav-item', + items: [ + 'en/cloud/reference/architecture', + 'en/cloud/reference/changelog', + 'en/cloud/reference/cloud-compatibility', + 'en/cloud/reference/supported-regions', + ] + }, + { + type: 'category', + label: 'Best Practices ', + collapsed: false, + collapsible: false, + className: 'top-nav-item', + items: [ + 'en/cloud/bestpractices/bulkinserts', + 'en/cloud/bestpractices/asyncinserts', + 'en/cloud/bestpractices/avoidmutations', + 'en/cloud/bestpractices/avoidnullablecolumns', + 'en/cloud/bestpractices/avoidoptimizefinal', + 'en/cloud/bestpractices/partitioningkey', + ] + }, + { + type: 'category', + label: 'Security', + collapsed: false, + collapsible: false, + className: 'top-nav-item', + items: [ + 'en/cloud/manage/users-and-roles', + 'en/cloud/security/security-companion-guide', + 'en/cloud/security/ip-access-list', + 'en/cloud/security/ip-egress-traffic-list', + 'en/cloud/security/aws-privatelink', + 'en/cloud/security/activity-log', + ] + }, + { + type: 'category', + label: 'Migrating to Cloud', + collapsed: false, + collapsible: false, + items: [ + 'en/integrations/migration/index', + 'en/integrations/migration/clickhouse-to-cloud', + 'en/integrations/migration/clickhouse-local-etl', + 'en/integrations/migration/etl-tool-to-clickhouse', + 'en/integrations/migration/object-storage-to-clickhouse', + ], - }, -], + }, + ], @@ -604,18 +604,18 @@ cloud: [ - russia: [ - { - type: 'autogenerated', - dirName: 'ru', - }, - ], - chinese: [ - { - type: 'autogenerated', - dirName: 'zh', - }, - ], + russia: [ + { + type: 'autogenerated', + dirName: 'ru', + }, + ], + chinese: [ + { + type: 'autogenerated', + dirName: 'zh', + }, + ], }; module.exports = sidebars; From 51d751cb812fcb4f688c32b30e685b15eb8f50b5 Mon Sep 17 00:00:00 2001 From: rfraposa Date: Wed, 29 Mar 2023 04:34:16 -0600 Subject: [PATCH 2/2] Update 2022.md --- docs/en/whats-new/changelog/2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/whats-new/changelog/2022.md b/docs/en/whats-new/changelog/2022.md index b5f12d85526..333dfddf476 100644 --- a/docs/en/whats-new/changelog/2022.md +++ b/docs/en/whats-new/changelog/2022.md @@ -1197,7 +1197,7 @@ title: 2022 Changelog #### Backward Incompatible Change -* Do not allow SETTINGS after FORMAT for INSERT queries (there is compatibility setting `parser_settings_after_format_compact` to accept such queries, but it is turned OFF by default). [#35883](https://github.com/ClickHouse/ClickHouse/pull/35883) ([Azat Khuzhin](https://github.com/azat)). +* Do not allow SETTINGS after FORMAT for INSERT queries (there is compatibility setting `allow_settings_after_format_in_insert` to accept such queries, but it is turned OFF by default). [#35883](https://github.com/ClickHouse/ClickHouse/pull/35883) ([Azat Khuzhin](https://github.com/azat)). * Function `yandexConsistentHash` (consistent hashing algorithm by Konstantin "kostik" Oblakov) is renamed to `kostikConsistentHash`. The old name is left as an alias for compatibility. Although this change is backward compatible, we may remove the alias in subsequent releases, that's why it's recommended to update the usages of this function in your apps. [#35553](https://github.com/ClickHouse/ClickHouse/pull/35553) ([Alexey Milovidov](https://github.com/alexey-milovidov)). #### New Feature