Skip to content
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

Refactor mentions of clickhouse-cpp in docs #7578

Merged
merged 16 commits into from
Nov 1, 2019
5 changes: 5 additions & 0 deletions docs/en/interfaces/cpp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# C++ Client Library

See README at [clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp) repository.

[Original article](https://clickhouse.yandex/docs/en/interfaces/cpp/) <!--hide-->
1 change: 1 addition & 0 deletions docs/en/interfaces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ In most cases it is recommended to use appropriate tool or library instead of in
* [Command-line client](cli.md)
* [JDBC driver](jdbc.md)
* [ODBC driver](odbc.md)
* [C++ client library](cpp.md)

There are also a wide range of third-party libraries for working with ClickHouse:

Expand Down
2 changes: 0 additions & 2 deletions docs/en/interfaces/third-party/client_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
- C#
- [ClickHouse.Ado](https://github.com/killwort/ClickHouse-Net)
- [ClickHouse.Net](https://github.com/ilyabreev/ClickHouse.Net)
- C++
- [clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp/)
- Elixir
- [clickhousex](https://github.com/appodeal/clickhousex/)
- Nim
Expand Down
5 changes: 5 additions & 0 deletions docs/fa/interfaces/cpp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# C++ Client Library

See README at [clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp) repository.

[Original article](https://clickhouse.yandex/docs/fa/interfaces/cpp/) <!--hide-->
1 change: 1 addition & 0 deletions docs/fa/interfaces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ClickHouse دو اینترفیس شبکه را فراهم می کند (هر دو
* [خط فرمان خط](cli.md)
* [راننده JDBC](jdbc.md)
* [راننده ODBC](odbc.md)
* [C ++ کتابخانه مشتری](cpp.md)

همچنین برای کار با ClickHouse طیف گسترده ای از کتابخانه های شخص ثالث وجود دارد:
* [کتابخانه های مشتری](third-party/client_libraries.md)
Expand Down
2 changes: 0 additions & 2 deletions docs/fa/interfaces/third-party/client_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
- C#
- [ClickHouse.Ado](https://github.com/killwort/ClickHouse-Net)
- [ClickHouse.Net](https://github.com/ilyabreev/ClickHouse.Net)
- C++
- [clickhouse-cpp](https://github.com/artpaul/clickhouse-cpp/)
- Elixir
- [clickhousex](https://github.com/appodeal/clickhousex/)
- Nim
Expand Down
5 changes: 5 additions & 0 deletions docs/ru/interfaces/cpp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# C++ клиентская библиотека

См. README в репозитории [clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp).

[Оригинальная статья](https://clickhouse.yandex/docs/ru/interfaces/cpp/) <!--hide-->
3 changes: 2 additions & 1 deletion docs/ru/interfaces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ClickHouse предоставляет два сетевых интерфейса

* [Консольный клиент](cli.md);
* [JDBC-драйвер](jdbc.md);
* [ODBC-драйвер](odbc.md).
* [ODBC-драйвер](odbc.md);
* [C++ клиентская библиотека](cpp.md).

Существует также широкий спектр сторонних библиотек для работы с ClickHouse:

Expand Down
2 changes: 0 additions & 2 deletions docs/ru/interfaces/third-party/client_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
- C#
- [ClickHouse.Ado](https://github.com/killwort/ClickHouse-Net)
- [ClickHouse.Net](https://github.com/ilyabreev/ClickHouse.Net)
- C++
- [clickhouse-cpp](https://github.com/artpaul/clickhouse-cpp/)
- Elixir
- [clickhousex](https://github.com/appodeal/clickhousex/)
- Nim
Expand Down
1 change: 1 addition & 0 deletions docs/toc_en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ nav:
- 'Input and Output Formats': 'interfaces/formats.md'
- 'JDBC Driver': 'interfaces/jdbc.md'
- 'ODBC Driver': 'interfaces/odbc.md'
- 'C++ Client Library': 'interfaces/cpp.md'
- 'Third-Party':
- 'Client Libraries': 'interfaces/third-party/client_libraries.md'
- 'Integrations': 'interfaces/third-party/integrations.md'
Expand Down
1 change: 1 addition & 0 deletions docs/toc_fa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ nav:
- ' فرمت های Input و Output': 'interfaces/formats.md'
- ' درایور JDBC': 'interfaces/jdbc.md'
- ' درایور ODBC': 'interfaces/odbc.md'
- 'C ++ کتابخانه مشتری': 'interfaces/cpp.md'
- 'Third-party':
- 'کتابخانه های مشتری': 'interfaces/third-party/client_libraries.md'
- 'یکپارچگی': 'interfaces/third-party/integrations.md'
Expand Down
1 change: 1 addition & 0 deletions docs/toc_ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ nav:
- 'Форматы входных и выходных данных': 'interfaces/formats.md'
- 'JDBC-драйвер': 'interfaces/jdbc.md'
- 'ODBC-драйвер': 'interfaces/odbc.md'
- 'C++ клиентская библиотека': 'interfaces/cpp.md'
- 'От сторонних разработчиков':
- 'Клиентские библиотеки': 'interfaces/third-party/client_libraries.md'
- 'Интеграции': 'interfaces/third-party/integrations.md'
Expand Down
1 change: 1 addition & 0 deletions docs/toc_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ nav:
- '输入输出格式': 'interfaces/formats.md'
- 'JDBC 驱动': 'interfaces/jdbc.md'
- 'ODBC 驱动': 'interfaces/odbc.md'
- 'C ++客户端库': 'interfaces/cpp.md'
- '第三方':
- '客户端库': 'interfaces/third-party/client_libraries.md'
- '集成': 'interfaces/third-party/integrations.md'
Expand Down
5 changes: 5 additions & 0 deletions docs/zh/interfaces/cpp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# C ++客户端库

请参阅以下网站的自述文件[clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp)资料库。

[Original article](https://clickhouse.yandex/docs/zh/interfaces/cpp/) <!--hide-->
1 change: 1 addition & 0 deletions docs/zh/interfaces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ClickHouse提供了两个网络接口(两者都可以选择包装在TLS中以
* [命令行客户端](cli.md)
* [JDBC驱动程序](jdbc.md)
* [ODBC驱动程序](odbc.md)
* [C++客户端库](cpp.md)

还有许多第三方库可供使用ClickHouse:
* [客户端库](third-party/client_libraries.md)
Expand Down
2 changes: 0 additions & 2 deletions docs/zh/interfaces/third-party/client_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
- C#
- [ClickHouse.Ado](https://github.com/killwort/ClickHouse-Net)
- [ClickHouse.Net](https://github.com/ilyabreev/ClickHouse.Net)
- C++
- [clickhouse-cpp](https://github.com/artpaul/clickhouse-cpp/)
- Elixir
- [clickhousex](https://github.com/appodeal/clickhousex/)
- Nim
Expand Down