Commit Graph

119 Commits

Author SHA1 Message Date
Alexey Milovidov
e9e77b4403 .tech -> .com 2021-09-22 03:22:57 +03:00
Alexander Tokmakov
571dd3acfb fix style check 2021-09-21 10:28:33 +03:00
Ivan Blinkov
6a293d73f9 make_links.sh 2021-09-20 09:51:41 +03:00
Ivan Blinkov
f429db1ee9 find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
qianmoQ
35c1e38835 fix space between Chinese and English 2021-09-16 15:42:48 +08:00
qianmoQ
dc185457b9 pr adding_test_queries.md 2021-09-16 14:17:30 +08:00
Alexey Milovidov
d87d833691 Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00
Alexey Milovidov
7b94573506 Remove obsolete trash about libraries 2021-07-06 03:31:39 +03:00
Alexey Milovidov
8cb0e5579a Remove gcc from docs 2021-04-22 04:20:03 +03:00
tison
e1a138cda3
correct style zh doc typo 2021-01-28 16:59:42 +08:00
Alexey Milovidov
eeafd73890 Fix typo in docs, tnx Egor Savin 2021-01-23 00:08:59 +03:00
Danila Kutenin
e5ec4e21b6 Fix Darwin build 2021-01-11 09:04:34 +00:00
booknouse
3f5b94fe3b
Update style.md
Update translation by machine, and improve document more human-readable.
2021-01-06 15:12:28 +08:00
Alexey Milovidov
6d87743b0e CDN for datasets 2020-12-13 21:06:27 +03:00
ocadaruma
1d7cab0223 Fix corrupted markdowns 2020-12-12 10:59:34 +09:00
vdimir
e2fac19686
Remove libbtrie 2020-11-21 21:31:15 +03:00
Kang Liu
94c5f389ed
Update build-osx.md
Correct the filename and the path translated in Chinese for "limit.maxfiles.plist"
2020-11-12 09:36:51 +08:00
alexey-milovidov
caa1bf9bcd
Merge pull request #16687 from hrissan/hrissan/dev_instructions_gcc_9_to_gcc_10
Hrissan/dev instructions gcc 9 to gcc 10
2020-11-05 14:07:58 +03:00
Alexey Milovidov
5b9d48c715 Remove garbage from docs 2020-11-04 17:39:18 +03:00
Grigory Buteyko
d99940b7f4 Development instructions updated to GCC 10 from GCC 9 2020-11-04 12:57:49 +03:00
Alexey Milovidov
db4db42b65 Fix broken links in docs 2020-10-13 20:23:29 +03:00
alexey-milovidov
c3699d7026
Merge pull request #13909 from vladimir-golovchenko/fix-dev-instruction
Actualized that just one standard library libc++ is being used
2020-08-20 12:31:19 +03:00
vladimir golovchenko
fa4cb79a5a Actualized the using just one standard library libc++ (before supported both libstdc++ and libc++). 2020-08-20 01:41:04 -07:00
vladimir golovchenko
336a6155d8 Actualized the versions of compilers and Standard Library. 2020-08-07 06:49:15 -07:00
vladimir golovchenko
057a596aa2 Fixed the wrong command to run clickhouse-client. 2020-08-07 06:48:54 -07:00
vladimir golovchenko
568b8d31b4 Fixed the link to a list of tasks: it points to open issues marked as 'easy'. 2020-08-07 06:48:41 -07:00
vladimir golovchenko
987b420709 Fixed the wrong link to Git Cheat Sheet. 2020-08-07 06:48:25 -07:00
vladimir golovchenko
95f95b1f37 Fixed misspelling links. 2020-08-07 06:47:57 -07:00
vxider
064fd76496
Improve Chinese translation of tests.md (#12626)
* Improve translation

* remove wrong wrapping
2020-07-21 14:40:38 +03:00
BohuTANG
f0e715ade1
[docs] Sync zh/development/build-osx.md from EN (#12071) 2020-07-01 17:08:01 +03:00
chengy8934
072d0f9c1f
Update browse-code.md (#12047)
* Update browse-code.md

纠正了一些翻译错误。

* Update browse-code.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-06-30 10:00:30 +03:00
Vladimir Golovchenko
fe89a667d7 Fixed wrong links in 'developer-instruction.md'.
Please enter the commit message for your changes. Lines starting
2020-06-04 15:05:55 -07:00
Ivan Blinkov
cd14f9ebcb
SQL reference refactoring (#10857)
* split up select.md

* array-join.md basic refactoring

* distinct.md basic refactoring

* format.md basic refactoring

* from.md basic refactoring

* group-by.md basic refactoring

* having.md basic refactoring

* additional index.md refactoring

* into-outfile.md basic refactoring

* join.md basic refactoring

* limit.md basic refactoring

* limit-by.md basic refactoring

* order-by.md basic refactoring

* prewhere.md basic refactoring

* adjust operators/index.md links

* adjust sample.md links

* adjust more links

* adjust operatots links

* fix some links

* adjust aggregate function article titles

* basic refactor of remaining select clauses

* absolute paths in make_links.sh

* run make_links.sh

* remove old select.md locations

* translate docs/es

* translate docs/fr

* translate docs/fa

* remove old operators.md location

* change operators.md links

* adjust links in docs/es

* adjust links in docs/es

* minor texts adjustments

* wip

* update machine translations to use new links

* fix changelog

* es build fixes

* get rid of some select.md links

* temporary adjust ru links

* temporary adjust more ru links

* improve curly brace handling

* adjust ru as well

* fa build fix

* ru link fixes

* zh link fixes

* temporary disable part of anchor checks
2020-05-15 07:34:54 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00
Ivan Blinkov
564bec176e
Update codebrowser links (#10166)
* Put single-page content into a separate js file

* move break comments

* Update codebrowser links
2020-04-10 13:40:59 +03:00
Ivan Blinkov
4d298fd420
Update zh docs and fix en docs (#10125) 2020-04-08 17:22:25 +03:00
Ivan Lezhankin
8a5a73e76d Merge branch 'master' into dbms2src 2020-04-03 18:20:05 +03:00
Ivan Lezhankin
06446b4f08 dbms/ → src/ 2020-04-03 18:14:31 +03:00
Ivan Blinkov
b66c26d833
Get rid of toc_en.yml (#10023) 2020-04-03 16:23:32 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00
Ivan Blinkov
2e1f6bc56d
[experimental] add "es" docs language as machine translated draft (#9787)
* replace exit with assert in test_single_page

* improve save_raw_single_page docs option

* More grammar fixes

* "Built from" link in new tab

* fix mistype

* Example of include in docs

* add anchor to meeting form

* Draft of translation helper

* WIP on translation helper

* Replace some fa docs content with machine translation

* add normalize-en-markdown.sh

* normalize some en markdown

* normalize some en markdown

* admonition support

* normalize

* normalize

* normalize

* support wide tables

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* normalize

* lightly edited machine translation of introdpection.md

* lightly edited machhine translation of lazy.md

* WIP on translation utils

* Normalize ru docs

* Normalize other languages

* some fixes

* WIP on normalize/translate tools

* add requirements.txt

* [experimental] add es docs language as machine translated draft

* remove duplicate script

* Back to wider tab-stop (narrow renders not so well)
2020-03-21 07:11:51 +03:00
Ivan Blinkov
8561a026b1
WIP on docs translation/normalization tools (#9783) 2020-03-20 21:20:59 +03:00
Alexey Milovidov
ab345379c5 Changed repository address 2020-03-11 10:29:30 +03:00
alexey-milovidov
57f93ba84b
Update build_osx.md 2020-03-11 10:26:18 +03:00
alexey-milovidov
e55c61198e
Update build.md 2020-03-11 10:25:43 +03:00
Mikhail f. Shiryaev
bd54b30e1a
Add commands for working with submodules 2020-02-26 16:46:47 +01:00
Ivan Blinkov
df3879d07a Introduce adopters page + fix a bunch of lost symlinks 2020-02-14 19:48:08 +03:00
Ivan Blinkov
18538f5c65 Domain change in docs 2020-01-30 13:34:55 +03:00
Alexey Milovidov
e53ad72edd Add link to Woboq to docs 2020-01-28 02:29:30 +03:00
Alexey Milovidov
c0a5c664a9 Replace readline to replxx: docs and corrections 2020-01-18 18:44:08 +03:00
Alexey Milovidov
93c82158d3 Update build instructions according to new libraries from contrib 2019-12-20 01:13:42 +03:00
Ivan
8d021b31fb
Fix docs for build-cross-osx and build-cross-arm64 (#7821)
* Fix docs for build-cross-osx and build-cross-arm64
* Fix links from ru and zh
* Update docs/en/development/build_cross_arm.md
2019-12-02 17:00:21 +03:00
sundy-li
e50a5ad3a4 fixup replicas monitor url path 2019-12-01 22:36:30 +08:00
sundy-li
136f7c99db trival fix 2019-11-28 12:00:01 +08:00
sundy-li
63b61b61d4 zh/docs for development parts.. 2019-11-28 11:57:33 +08:00
rainbowsysu
10de3fc8e9 fix some typing error 2019-11-26 22:02:53 +08:00
rainbowsysu
db92da9086 adjust the translation if there is any uncomfortable in reading 2019-11-26 21:34:17 +08:00
rainbowsysu
728f0bcb25 update translation of developer_instruction in zh 2019-11-25 20:47:29 +08:00
Alexander Kazakov
1e2e7b41da Updated ToC. Symlinks for fa/zh developer instructions 2019-11-22 12:59:20 +03:00
BayoNet
1fdc2b5675
DOCAPI-6422: EN docs for adaptive index granularity and some settings (#7012)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* DOCAPI-6422: Adaptive granularity

* DOCAPI-6422: fix.

* Update settings.md

* Update settings.md

* DOCAPI-6422: Clarifications and fixes.

* DOCAPI-6422: Fix.

* DOCAPI-6422: Link fix.
2019-09-26 11:45:08 +03:00
Alexey Milovidov
c47816f6ad Addition to prev. revision 2019-08-04 22:11:27 +03:00
Doge
9819ca8119 fix some spelling mistakes in chinese doc
Change-Id: I8174ce04ac92a3cf5cec41ccba8351e99d1a6d1b
2019-07-28 14:22:07 +08:00
Lv Feng
452a24efbb Documentation: Chinese translation of Overview of ClickHouse Architecture (#5898) 2019-07-12 08:54:29 +03:00
Vladimir Chebotarev
bc99be0f10 Minor Markdown fixes. [#CLICKHOUSE-2] 2019-05-17 03:24:34 +03:00
Ivan Blinkov
edff16aa15
Minor docs changes (#4366) 2019-02-14 15:12:28 +03:00
sundyli
df5e56cb28 Add zh/tests doc translate (#4034)
* add development tests translate

* add development toc
2019-01-11 10:59:16 +03:00
ogorbacheva
abae86f7a6 Doc fixes: remove double placeholders; add them where missing. (#3923)
* Doc fix: add spaces where missing

* Doc fixes: rm double spaces

* Doc fixes: edit spaces

* Doc fixes: rm double spaces in /fa

* Revert "Doc fixes: rm double spaces in /fa"

This reverts commit bb879a62ef.

* Doc fix: resolve all problems with double spaces in /fa

* Doc fix: add spaces for readability

* Doc fix: add spaces

* Fix spaces
2018-12-25 18:25:43 +03:00
sundyli
44d254db5f zh/development (#3798)
* Add style && build zh translate

* add style translate

* fix
2018-12-10 12:19:32 +03:00
Ivan Blinkov
6bf9f1205f
s/ch/zh/g as it is the correct ISO code (#3315) 2018-10-08 13:27:49 +03:00