木木夕120
671ed9d430
Adjusting invalid links
2021-10-26 10:23:24 +08:00
木木夕120
6abe479dd8
replace symbolic link content.
2021-10-26 09:33:53 +08:00
木木夕120
aa43127601
delete symbolic links
2021-10-26 09:33:16 +08:00
木木夕120
5dc6c7a157
adjust title level
2021-10-26 09:32:06 +08:00
木木夕120
99800cc8d4
Translation for Continuous Integration Checks
2021-10-23 11:28:22 +08:00
木木夕120
40e35a4571
Archive translated documents
2021-10-22 17:58:02 +08:00
木木夕120
3c8b32dfe6
第二段翻译存档
2021-10-22 17:20:10 +08:00
木木夕120
ca6b6df93e
translation for Continuous Integration Checks
...
Document: Chinese translation for Continuous Integration Checks
2021-10-22 16:49:24 +08:00
Alexey Milovidov
2cef9983fa
Remove recursive submodules
2021-10-18 02:29:04 +03:00
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