diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index cfeb0f85574..0df537f2e44 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -43,7 +43,7 @@ jobs: if: success() uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.DEPLOY_DOCS_TOKEN }} + deploy_key: ${{ secrets.ROBOT_CLICKHOUSE_SSH_KEY }} external_repository: ClickHouse/clickhouse-docs-content publish_branch: main publish_dir: docs diff --git a/docs/en/whats-new/roadmap.md b/docs/en/whats-new/roadmap.md index 00f97b9e660..2fc3b4b8223 100644 --- a/docs/en/whats-new/roadmap.md +++ b/docs/en/whats-new/roadmap.md @@ -7,4 +7,4 @@ sidebar_label: Roadmap The roadmap for the year 2022 is published for open discussion [here](https://github.com/ClickHouse/ClickHouse/issues/32513). -{## [Original article](https://clickhouse.com/docs/en/roadmap/) ##} +[Original article](https://clickhouse.com/docs/en/roadmap/) diff --git a/docs/ru/commercial/cloud.md b/docs/ru/commercial/cloud.md index 30890121ed2..50a447e516e 100644 --- a/docs/ru/commercial/cloud.md +++ b/docs/ru/commercial/cloud.md @@ -3,8 +3,13 @@ sidebar_position: 1 sidebar_label: "Поставщики облачных услуг ClickHouse" --- -# Поставщики облачных услуг ClickHouse {#clickhouse-cloud-service-providers} +# ClickHouse Cloud Service -:::info -Detailed public description for ClickHouse cloud services is not ready yet, please [contact us](https://clickhouse.com/company/#contact) to learn more. -::: \ No newline at end of file +We are building a [serverless hosted ClickHouse offering](https://clickhouse.com/cloud/) that is: +- Cloud-agnostic +- No infrastructure to manage +- Automatic scaling +- Consumption-based pricing +- Turnkey data migration services +- World-class security and privacy guarantees +- Reduce total cost of ownership and let us take the worry out of operating ClickHouse, at any scale. \ No newline at end of file diff --git a/docs/ru/commercial/index.md b/docs/ru/commercial/index.md index d5b1ec0c35f..365db3ee91a 100644 --- a/docs/ru/commercial/index.md +++ b/docs/ru/commercial/index.md @@ -9,5 +9,5 @@ sidebar_label: "Коммерческие услуги" Категории услуг: -- [Облачные услуги](../commercial/cloud.md) -- [Поддержка](../commercial/support.md) +- [Облачные услуги](https://clickhouse.com/cloud/) +- [Поддержка](https://clickhouse.com/support/program/) diff --git a/docs/ru/engines/database-engines/materialized-mysql.md b/docs/ru/engines/database-engines/materialized-mysql.md index ead0c7c72f8..5fca9783deb 100644 --- a/docs/ru/engines/database-engines/materialized-mysql.md +++ b/docs/ru/engines/database-engines/materialized-mysql.md @@ -96,7 +96,7 @@ CREATE DATABASE mysql ENGINE = MaterializedMySQL('localhost:3306', 'db', 'user', ### DDL-запросы {#ddl-queries} -DDL-запросы в MySQL конвертируются в соответствующие DDL-запросы в ClickHouse ([ALTER](../../sql-reference/statements/alter/index.md), [CREATE](../../sql-reference/statements/create/index.md), [DROP](../../sql-reference/statements/drop.md), [RENAME](../../sql-reference/statements/rename.md)). Если ClickHouse не может конвертировать какой-либо DDL-запрос, он его игнорирует. +DDL-запросы в MySQL конвертируются в соответствующие DDL-запросы в ClickHouse ([ALTER](../../sql-reference/statements/alter/index.md), [CREATE](../../sql-reference/statements/create/index.md), [DROP](../../sql-reference/statements/drop), [RENAME](../../sql-reference/statements/rename.md)). Если ClickHouse не может конвертировать какой-либо DDL-запрос, он его игнорирует. ### Репликация данных {#data-replication} diff --git a/docusaurus.config.js b/docusaurus.config.js index d6911ec5a22..4caeac7e398 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -41,9 +41,6 @@ const config = { showLastUpdateTime: false, sidebarCollapsed: true, routeBasePath: '/', - exclude: [ - '**/changelog*/**', - ], }, theme: { customCss: require.resolve('./src/css/custom.css'),