Commit Graph

37 Commits

Author SHA1 Message Date
Ivan Blinkov
756cad8d80 Normalize header styles 2017-06-19 13:06:09 +03:00
Ivan Blinkov
b09c91652b Get rid of zookeeper.md 2017-06-19 12:08:02 +03:00
Ivan Blinkov
1e281d6f5b Fix typos noticed by milovidov@ 2017-06-19 11:23:17 +03:00
Ivan Blinkov
bb9d5f3958 Move operation tips to main reference 2017-06-16 19:49:00 +03:00
Ivan Blinkov
3b25915cf2 Re-arrange existing reference 2017-06-16 19:03:14 +03:00
Ivan Blinkov
0b3f8e9132 Fix all warnings in ru reference 2017-06-16 18:19:00 +03:00
Ivan Blinkov
35ab56ac95 Merge master 2017-06-16 17:12:16 +03:00
Alexey Milovidov
9033f1ad57 Merge branch 'master' of github.com:yandex/ClickHouse 2017-06-13 23:35:42 +03:00
Alexey Milovidov
5182b60026 Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2].
for i in $(find . -name '*.rst'); do grep -F -q '.. code-block:: ' $i && cat $i | sed -r -e 's/$/<NEWLINE>/' | tr -d '\n' | sed -r -e 's/([^>])<NEWLINE>.. code-block::/\1<NEWLINE><NEWLINE>.. code-block::/g' | sed -r -e 's/<NEWLINE>/\n/g' > ${i}.tmp && mv ${i}.tmp ${i}; done
2017-06-13 23:35:07 +03:00
alexey-milovidov
97f0962950 Create graphitemergetree.rst 2017-06-13 23:14:20 +03:00
alexey-milovidov
ad01a51f3e Create graphitemergetree.rst 2017-06-13 23:13:40 +03:00
alexey-milovidov
a669136ac2 Merge branch 'master' into CLICKHOUSE-5 2017-06-13 07:30:36 +03:00
Ivan Blinkov
e8a5804e76 CLICKHOUSE-2720: progress on website (#865)
* update presentations

* CLICKHOUSE-2936: redirect from clickhouse.yandex.ru and clickhouse.yandex.com

* update submodule

* lost files

* CLICKHOUSE-2981: prefer sphinx docs over original reference

* CLICKHOUSE-2981: docs styles more similar to main website + add flags to switch language links

* update presentations

* Less confusing directory structure (docs -> doc/reference/)

* Minify sphinx docs too

* Website release script: fail fast + pass docker hash on deploy

* Do not underline links in docs

* shorter

* cleanup docker images

* tune nginx config

* CLICKHOUSE-3043: get rid of habrastorage links

* Lost translation

* CLICKHOUSE-2936: temporary client-side redirect

* behaves weird in test

* put redirect back

* CLICKHOUSE-3047: copy docs txts to public too

* move to proper file

* remove old pages to avoid confusion

* Remove reference redirect warning for now

* Refresh README.md

* Yellow buttons in docs

* Use svg flags instead of unicode ones in docs

* fix test website instance

* Put flags to separate files

* wrong flag

* Copy Yandex.Metrica introduction from main page to docs

* Yet another home page structure change, couple new blocks (CLICKHOUSE-3045)

* Update Contacts section

* CLICKHOUSE-2849: more detailed legal information

* CLICKHOUSE-2978 preparation - split by files

* More changes in Contacts block

* Tune texts on index page

* update presentations

* One more benchmark

* Add usage sections to index page, adapted from slides

* Get the roadmap started, based on slides from last ClickHouse Meetup

* CLICKHOUSE-2977: some rendering tuning

* Get rid of excessive section in the end of getting started

* Make headers linkable

* CLICKHOUSE-2981: links to editing reference - https://github.com/yandex/ClickHouse/issues/849

* CLICKHOUSE-2981: fix mobile styles in docs

* Ban crawling of duplicating docs

* Open some external links in new tab

* Ban old docs too

* Lots of trivial fixes in english docs

* Lots of trivial fixes in russian docs

* Remove getting started copies in markdown

* Add Yandex.Webmaster

* Fix some sphinx warnings

* More warnings fixed in english docs

* More sphinx warnings fixed

* Add code-block:: text

* More code-block:: text

* These headers look not that well

* Better switch between documentation languages

* merge use_case.rst into ya_metrika_task.rst

* Edit the agg_functions.rst texts

* Add lost empty lines
2017-06-13 07:15:47 +03:00
Ivan Blinkov
6f8cd3b7ef merge master 2017-06-11 11:12:54 +03:00
Ivan Blinkov
483f8bf9c6 Add lost empty lines 2017-06-11 11:02:32 +03:00
Ivan Blinkov
0f5b32c7cb Edit the agg_functions.rst texts 2017-06-09 22:04:25 +03:00
Ivan Blinkov
11e89e2c94 merge use_case.rst into ya_metrika_task.rst 2017-06-09 21:37:47 +03:00
Ivan Blinkov
16778a44fe Better switch between documentation languages 2017-06-09 19:29:23 +03:00
Ivan Blinkov
7b9a15fa72 These headers look not that well 2017-06-09 19:24:01 +03:00
Ivan Blinkov
070f0638b9 Add code-block:: text 2017-06-09 19:03:16 +03:00
Ivan Blinkov
4b3cf1e70d More sphinx warnings fixed 2017-06-09 18:51:30 +03:00
Ivan Blinkov
19a9672cc3 More warnings fixed in english docs 2017-06-09 17:09:37 +03:00
Ivan Blinkov
e67250ffef Fix some sphinx warnings 2017-06-09 16:47:13 +03:00
Ivan Blinkov
09ffa0cf72 Remove getting started copies in markdown 2017-06-09 16:24:02 +03:00
Ivan Blinkov
78c8d1992b Lots of trivial fixes in russian docs 2017-06-09 16:20:44 +03:00
Ivan Blinkov
7b917a4683 CLICKHOUSE-2981: links to editing reference - https://github.com/yandex/ClickHouse/issues/849 2017-06-09 14:28:36 +03:00
Ivan Blinkov
fe69775d73 Get rid of excessive section in the end of getting started 2017-06-09 13:07:54 +03:00
Ivan Blinkov
f933116238 Get the roadmap started, based on slides from last ClickHouse Meetup 2017-06-08 20:43:56 +03:00
Ivan Blinkov
93e5631187 Copy Yandex.Metrica introduction from main page to docs 2017-06-08 15:46:09 +03:00
Alexey Milovidov
a4b28db411 Merge branch 'master' of github.com:yandex/ClickHouse 2017-06-08 09:29:49 +03:00
Ivan Blinkov
a0fa3e1ad7 CLICKHOUSE-2720: progress on website and docs (#860)
* update presentations

* CLICKHOUSE-2936: redirect from clickhouse.yandex.ru and clickhouse.yandex.com

* update submodule

* lost files

* CLICKHOUSE-2981: prefer sphinx docs over original reference

* CLICKHOUSE-2981: docs styles more similar to main website + add flags to switch language links

* update presentations

* Less confusing directory structure (docs -> doc/reference/)

* Minify sphinx docs too

* Website release script: fail fast + pass docker hash on deploy

* Do not underline links in docs

* shorter

* cleanup docker images

* tune nginx config

* CLICKHOUSE-3043: get rid of habrastorage links

* Lost translation

* CLICKHOUSE-2936: temporary client-side redirect

* behaves weird in test

* put redirect back

* CLICKHOUSE-3047: copy docs txts to public too

* move to proper file

* remove old pages to avoid confusion

* Remove reference redirect warning for now

* Refresh README.md

* Yellow buttons in docs

* Use svg flags instead of unicode ones in docs

* fix test website instance

* Put flags to separate files

* wrong flag
2017-06-07 20:39:08 +03:00
Ivan Blinkov
bd4d16b06a Put flags to separate files 2017-06-07 19:05:03 +03:00
Ivan Blinkov
b5aa5c9f8d Use svg flags instead of unicode ones in docs 2017-06-07 13:01:18 +03:00
Alexey Milovidov
e31b66fc0e Updated documentation after behaviour of function arrayElement has been made more consistent [#CLICKHOUSE-2]. 2017-06-07 04:58:21 +03:00
Vitaliy Lyudvichenko
226d84be09 Update doc. [#CLICKHOUSE-5] 2017-06-01 13:49:21 +03:00
Ivan Blinkov
51b8b19cc2 Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
Ivan Blinkov
f6e1df599d Less confusing directory structure (docs -> doc/reference/) 2017-05-30 15:19:14 +03:00