Commit Graph

8 Commits

Author SHA1 Message Date
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
Alexey Milovidov
d87d833691 Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00
Maksim Kita
aa88ac65dd DateTime functions zh documentation fix 2021-01-26 10:09:22 +03:00
jianmei zhang
e967b6bf49 add a %Q replacement for formatDateTime 2021-01-18 12:16:32 +08:00
Mr.General
e7376f45f4 update and fix over-translation on date-time-functions 2020-12-08 09:29:00 +08:00
Alexey Milovidov
db4db42b65 Fix broken links in docs 2020-10-13 20:23:29 +03:00
Lewinma
ba92f96a74
fix some translation errors in Chinese (#11128)
* fix some translation erros in Chinese

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
Co-authored-by: hcz <hczhcz@users.noreply.github.com>
2020-06-10 17:23:45 +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