Commit Graph

339 Commits

Author SHA1 Message Date
Ivan Blinkov
344be40068
Re-attach index.md to better place in nav + hide empty articles (#10182) 2020-04-10 22:22:15 +03:00
Ivan Blinkov
1b6b9e77fe
Return redirects for all languages 2020-04-10 17:58:34 +03:00
Ivan Blinkov
ca1aba62b3
Do not minify redirects 2020-04-10 17:56:09 +03:00
Ivan Blinkov
770bc149df
Extra mark for redirect template page 2020-04-10 17:54:20 +03:00
Ivan Blinkov
7177bc4cbf
fix to_url with version_prefix 2020-04-10 17:40:55 +03:00
dependabot-preview[bot]
25f9a1a249
Bump mkdocs-macros-plugin from 0.4.4 to 0.4.6 in /docs/tools
Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Commits](https://github.com/fralau/mkdocs_macros_plugin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-10 07:41:44 +00:00
Ivan Blinkov
9326016e5f
Put single-page content into a separate js file (#10160) 2020-04-09 23:50:39 +03:00
Ivan Blinkov
2b51b5ee5f
Update release.sh 2020-04-09 23:32:35 +03:00
Ivan Blinkov
3166eab2df
Update release.sh 2020-04-09 21:56:03 +03:00
Ivan Blinkov
a4e2fd24b0
Get rid of toc_ru.yml (#10152) 2020-04-09 21:06:07 +03:00
Ivan Blinkov
4d298fd420
Update zh docs and fix en docs (#10125) 2020-04-08 17:22:25 +03:00
Ivan Blinkov
9914fd9342
Merge pull request #10114 from ClickHouse/dependabot/pip/docs/tools/pymdown-extensions-7.0
Bump pymdown-extensions from 6.3 to 7.0 in /docs/tools
2020-04-08 12:43:32 +03:00
Ivan Blinkov
f6f4fb0000
Documentation issues fixes (#10112) 2020-04-08 12:09:59 +03:00
dependabot-preview[bot]
e2beecb8bb
Bump pymdown-extensions from 6.3 to 7.0 in /docs/tools
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 6.3 to 7.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/6.3.0...7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-08 07:43:42 +00:00
Ivan Blinkov
292579cad0
Docs fixes/improvements (#10090) 2020-04-07 18:35:55 +03:00
dependabot-preview[bot]
f678c3f611
Bump beautifulsoup4 from 4.8.2 to 4.9.0 in /docs/tools
Bumps [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) from 4.8.2 to 4.9.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 12:47:28 +00:00
dependabot-preview[bot]
71b43bfa0a
Bump certifi from 2019.11.28 to 2020.4.5.1 in /docs/tools
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2020.4.5.1.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 08:13:11 +00:00
Ivan Blinkov
765dd7c495
Update some docs translations (#10044) 2020-04-04 12:15:31 +03:00
Ivan Blinkov
b66c26d833
Get rid of toc_en.yml (#10023) 2020-04-03 16:23:32 +03:00
Ivan Blinkov
f60337a765
[docs] alternative approach to pdf generation (#9982) 2020-04-01 12:45:48 +03:00
Ivan Blinkov
2d640a9bf8
Update build.py 2020-03-31 18:56:49 +03:00
Ivan Blinkov
9477864cd6
Update build.py 2020-03-31 18:37:48 +03:00
Ivan Blinkov
ad1ab0a8f2
Adjust wkhtmltopdf args 2020-03-31 17:21:24 +03:00
Ivan Blinkov
b5a36dd1b1
Update util.py 2020-03-31 16:34:57 +03:00
Ivan Blinkov
54277793c2
[docs] unprallelize temporarily 2020-03-31 16:31:16 +03:00
Ivan Blinkov
a2ceb92907
Update concatenate.py 2020-03-31 16:04:53 +03:00
Ivan Blinkov
487c088ab7
Temporary make wkhtmltopdf more verbose 2020-03-31 15:20:03 +03:00
Ivan Blinkov
460cfc96e2
Update mdx_clickhouse.py 2020-03-31 14:22:56 +03:00
Ivan Blinkov
0dae1c27ec
Update a Slack link 2020-03-31 14:18:21 +03:00
Ivan Blinkov
5b414ff509
fix mistype 2020-03-31 13:56:38 +03:00
Ivan Blinkov
6a48af8021
Update website.py 2020-03-31 13:35:56 +03:00
Ivan Blinkov
3fbc62d23e
[docs] try more aggressive httpd shutdown 2020-03-31 13:16:18 +03:00
Ivan Blinkov
747bc14514
Update build.py 2020-03-31 11:01:56 +03:00
Ivan Blinkov
23c34f8b5e
fix mistype 2020-03-31 10:18:18 +03:00
Ivan Blinkov
1a7cdfb18b
Try to get rid from httpd context manager (#9952)
* Try to get rid from httpd context manager

* Update build.py
2020-03-31 10:01:12 +03:00
Ivan Blinkov
2f40335390
Extra logging at build.py + rearrange ifs 2020-03-30 22:33:33 +03:00
Ivan Blinkov
61cf32f8ac
Update build.py 2020-03-30 16:07:08 +03:00
Ivan Blinkov
5ad4e0a7c8
Add try-finally block 2020-03-30 16:05:47 +03:00
Ivan Blinkov
197033dceb
[docs] draft of fr version (#9942) 2020-03-30 15:48:55 +03:00
Ivan Blinkov
700c27a99d
Refactor docs print/pdf (#9934) 2020-03-30 14:39:26 +03:00
Ivan Blinkov
cc60f0edaf
Custom mkdocs theme (#9874) 2020-03-30 11:25:29 +03:00
Ivan Blinkov
bdb94fab45
make_links.sh run (#9807) 2020-03-22 18:55:22 +03:00
Ivan Blinkov
b8dc2a80c1
Update build.py 2020-03-22 18:20:11 +03:00
Ivan Blinkov
4cafab6fda
More docs build logging 2020-03-22 17:48:36 +03:00
Ivan Blinkov
c2a73982a8
Keep some wkhtmltopdf logging 2020-03-22 17:43:04 +03:00
Ivan Blinkov
dfa01a6358
[docs] extra logging and minor refactoring (#9805) 2020-03-22 15:12:53 +03:00
Ivan Blinkov
d1851ecbd6
Update README.md 2020-03-22 15:12:15 +03:00
Ivan Blinkov
9915506ad1
Update docs/tools/README.md 2020-03-22 15:08:47 +03:00
Ivan Blinkov
d8eea84b1d
Do not do useless work on docs for old releases 2020-03-22 14:22:52 +03:00
Ivan Blinkov
790704d081
Restore some old manual anchors in docs (#9803)
* Simplify 404 page

* add es array_functions.md

* restore some old manual anchors

* update sitemaps

* trigger checks

* restore more old manual anchors

* refactor test.md + temporary disable failure again

* fix mistype
2020-03-22 12:14:59 +03:00
Ivan Blinkov
9bfad99f0d
fix mistype 2020-03-21 13:50:48 +03:00
Ivan Blinkov
f315e5079b
More complete "es" translation (#9791)
* 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)

* Links to nowhere check at least for English

* use f string

* More complete es translation
2020-03-21 12:17:06 +03:00
Ivan Blinkov
4d23e6cf2d
Update build.py 2020-03-21 09:25:59 +03:00
Ivan Blinkov
eda352deca
python3 in release.sh 2020-03-21 07:56:32 +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
0f17de9fbf
Temporary disable links to nowhere test 2020-03-20 21:23:08 +03:00
Ivan Blinkov
8561a026b1
WIP on docs translation/normalization tools (#9783) 2020-03-20 21:20:59 +03:00
Ivan Blinkov
d4dd5ba294
Normalization for en markdown (#9763) 2020-03-20 13:10:48 +03:00
Ivan Blinkov
03aa7894d9
Draft of docs translation helper (#9755)
* 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
2020-03-19 20:49:27 +03:00
Ivan Blinkov
80828b969b
Minor improvements in docs build and content (#9752) 2020-03-19 14:51:22 +03:00
Ivan Blinkov
a764545120
Docs build and grammar fixes (#9750) 2020-03-19 11:31:06 +03:00
dependabot-preview[bot]
0db2d878ef
Bump pyyaml from 5.3 to 5.3.1 in /docs/tools (#9746)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.3.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-19 11:25:26 +03:00
dependabot-preview[bot]
edee1c6a9f
Bump protobuf from 3.6.1 to 3.11.3 in /docs/tools (#9748)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.11.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.6.1...v3.11.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-03-19 11:25:09 +03:00
dependabot-preview[bot]
233a7de21a
Bump numpy from 1.15.4 to 1.18.2 in /docs/tools (#9749)
Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.18.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.15.4...v1.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-19 11:24:23 +03:00
dependabot-preview[bot]
690d6606e1
Bump soupsieve from 1.9.5 to 2.0 in /docs/tools (#9747)
Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 1.9.5 to 2.0.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](https://github.com/facelessuser/soupsieve/compare/1.9.5...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-19 11:03:38 +03:00
Ivan Blinkov
ee65e63c33
Improve docs build logging (#9744) 2020-03-19 09:28:58 +03:00
Ivan Blinkov
a7f3c67825
Add a bunch of markdown extensions (#9738) 2020-03-19 08:48:33 +03:00
Ivan Blinkov
f6257bf5b6
Temporary return wkhtmltopdf logging 2020-03-18 18:54:16 +03:00
Ivan Blinkov
5abe3ac3f1
Switch docs to python3 and update MkDocs to 1.1 (#9711)
+ some grammar and css fixes
2020-03-18 16:02:32 +03:00
Ivan Blinkov
fe60870ed5
Increase cache purge threshold 2020-03-17 18:09:23 +03:00
Ivan Blinkov
552ecd6b68
Less spam in build.py output (#9694) 2020-03-17 00:55:51 +03:00
Ivan Blinkov
cb7b64d946
Softer cache purge threshold 2020-03-16 00:10:47 +03:00
Ivan Blinkov
51e3986924
Update release.sh 2020-03-15 16:25:58 +03:00
Ivan Blinkov
856ea72b5c
Try to purge website cache less aggressively (#9668) 2020-03-15 13:53:00 +03:00
Ivan Blinkov
d4cc635a4c
Major website front page refactoring (#9300) 2020-03-13 22:35:03 +03:00
dependabot-preview[bot]
15843306e7
Bump click from 7.0 to 7.1.1 in /docs/tools
Bumps [click](https://github.com/pallets/click) from 7.0 to 7.1.1.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/7.0...7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-10 07:38:22 +00:00
Alexey Milovidov
f70d00d28d Removed unused requirement #9569 2020-03-09 20:26:18 +03:00
Ivan Blinkov
3a5df4af0a
Update requirements.txt 2020-02-25 18:37:49 +03:00
Ivan Blinkov
fde8fa6524
Disable shared testing environment in favour of personal ones
...will cleanup and add guide later

cc @alexey-milovidov
2020-02-21 23:24:31 +03:00
Ivan Blinkov
7bc0aa2bed
Merge pull request #9269 from ClickHouse/dependabot/pip/docs/tools/babel-2.8.0
Bump babel from 2.5.1 to 2.8.0 in /docs/tools
2020-02-21 11:47:53 +03:00
Ivan Blinkov
3d72a2785a
Merge pull request #9268 from ClickHouse/dependabot/pip/docs/tools/livereload-2.6.1
Bump livereload from 2.5.1 to 2.6.1 in /docs/tools
2020-02-21 11:22:23 +03:00
Ivan Blinkov
b34fe92426
Merge pull request #9266 from ClickHouse/dependabot/pip/docs/tools/click-7.0
Bump click from 6.7 to 7.0 in /docs/tools
2020-02-21 11:21:47 +03:00
dependabot-preview[bot]
3913bf9e8a
Bump babel from 2.5.1 to 2.8.0 in /docs/tools
Bumps [babel](https://github.com/python-babel/babel) from 2.5.1 to 2.8.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](https://github.com/python-babel/babel/compare/v2.5.1...v2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:45:29 +00:00
dependabot-preview[bot]
11be231b58
Bump livereload from 2.5.1 to 2.6.1 in /docs/tools
Bumps [livereload](https://github.com/lepture/python-livereload) from 2.5.1 to 2.6.1.
- [Release notes](https://github.com/lepture/python-livereload/releases)
- [Changelog](https://github.com/lepture/python-livereload/blob/master/CHANGES.rst)
- [Commits](https://github.com/lepture/python-livereload/compare/v2.5.1...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:45:10 +00:00
dependabot-preview[bot]
ce43cd2f79
Bump click from 6.7 to 7.0 in /docs/tools
Bumps [click](https://github.com/pallets/click) from 6.7 to 7.0.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/6.7...7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:44:29 +00:00
dependabot-preview[bot]
dcf10e36c0
Bump pytz from 2017.3 to 2019.3 in /docs/tools
Bumps [pytz](https://github.com/stub42/pytz) from 2017.3 to 2019.3.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2017.3...release_2019.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:44:05 +00:00
Ivan Blinkov
17383be8ca
Merge pull request #9240 from ClickHouse/dependabot/pip/docs/tools/certifi-2019.11.28
Bump certifi from 2017.11.5 to 2019.11.28 in /docs/tools
2020-02-20 11:10:44 +03:00
Ivan Blinkov
9d5a3f415b
Merge pull request #9239 from ClickHouse/dependabot/pip/docs/tools/six-1.14.0
Bump six from 1.11.0 to 1.14.0 in /docs/tools
2020-02-20 11:10:32 +03:00
Ivan Blinkov
27a45db288
Merge pull request #9238 from ClickHouse/dependabot/pip/docs/tools/idna-2.9
Bump idna from 2.6 to 2.9 in /docs/tools
2020-02-20 11:10:21 +03:00
dependabot-preview[bot]
24153a5233
Bump certifi from 2017.11.5 to 2019.11.28 in /docs/tools
Bumps [certifi](https://certifi.io/) from 2017.11.5 to 2019.11.28.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:43:43 +00:00
dependabot-preview[bot]
8230160a00
Bump six from 1.11.0 to 1.14.0 in /docs/tools
Bumps [six](https://github.com/benjaminp/six) from 1.11.0 to 1.14.0.
- [Release notes](https://github.com/benjaminp/six/releases)
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES)
- [Commits](https://github.com/benjaminp/six/compare/1.11.0...1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:43:22 +00:00
dependabot-preview[bot]
694185c0c2
Bump idna from 2.6 to 2.9 in /docs/tools
Bumps [idna](https://github.com/kjd/idna) from 2.6 to 2.9.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v2.6...v2.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:42:59 +00:00
dependabot-preview[bot]
49b86a638d
Bump requests from 2.21.0 to 2.23.0 in /docs/tools
Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.21.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:42:43 +00:00
Ivan Blinkov
2f12f636cb
Merge pull request #9204 from ClickHouse/dependabot/pip/docs/tools/commonmark-0.9.1
Bump commonmark from 0.5.4 to 0.9.1 in /docs/tools
2020-02-19 22:17:27 +03:00
Ivan Blinkov
96a0a048f8
Merge pull request #9206 from ClickHouse/dependabot/pip/docs/tools/unidecode-1.1.1
Bump unidecode from 1.0.23 to 1.1.1 in /docs/tools
2020-02-19 22:16:59 +03:00
dependabot-preview[bot]
9d7d896760
Bump markupsafe from 1.0 to 1.1.1 in /docs/tools
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.0 to 1.1.1.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/markupsafe/compare/1.0...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 07:44:25 +00:00
dependabot-preview[bot]
d96255ccc4
Bump unidecode from 1.0.23 to 1.1.1 in /docs/tools
Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.0.23 to 1.1.1.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 07:44:01 +00:00
dependabot-preview[bot]
39123b25b4
Bump commonmark from 0.5.4 to 0.9.1 in /docs/tools
Bumps [commonmark](https://github.com/rtfd/commonmark.py) from 0.5.4 to 0.9.1.
- [Release notes](https://github.com/rtfd/commonmark.py/releases)
- [Changelog](https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfd/commonmark.py/commits/0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 07:43:19 +00:00
Ivan Blinkov
b0785416bb
Merge pull request #9197 from blinkov/master
Show documentation revision in footer
2020-02-18 18:06:27 +03:00
Ivan Blinkov
0965a9224e
Merge pull request #9187 from ClickHouse/dependabot/pip/docs/tools/pygments-2.5.2
Bump pygments from 2.2.0 to 2.5.2 in /docs/tools
2020-02-18 17:24:29 +03:00
Ivan Blinkov
b7ff39329f
Merge pull request #9186 from ClickHouse/dependabot/pip/docs/tools/alabaster-0.7.12
Bump alabaster from 0.7.10 to 0.7.12 in /docs/tools
2020-02-18 17:24:10 +03:00
Ivan Blinkov
cefd58a5ed
Merge pull request #9185 from ClickHouse/dependabot/pip/docs/tools/typing-3.7.4.1
Bump typing from 3.6.2 to 3.7.4.1 in /docs/tools
2020-02-18 17:23:43 +03:00
Ivan Blinkov
b3959eaa19 [docs] close file earlier 2020-02-18 17:20:53 +03:00
Ivan Blinkov
8db2f90f78 Show documentation revision in footer 2020-02-18 17:19:44 +03:00
dependabot-preview[bot]
c1192e56d9
Bump pygments from 2.2.0 to 2.5.2 in /docs/tools
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.5.2.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.2.0...2.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:41:12 +00:00
dependabot-preview[bot]
ea67c109bf
Bump alabaster from 0.7.10 to 0.7.12 in /docs/tools
Bumps [alabaster](https://github.com/bitprophet/alabaster) from 0.7.10 to 0.7.12.
- [Release notes](https://github.com/bitprophet/alabaster/releases)
- [Changelog](https://github.com/bitprophet/alabaster/blob/master/docs/changelog.rst)
- [Commits](https://github.com/bitprophet/alabaster/compare/0.7.10...0.7.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:41:12 +00:00
dependabot-preview[bot]
4130557d1b
Bump typing from 3.6.2 to 3.7.4.1 in /docs/tools
Bumps [typing](https://docs.python.org/3/library/typing.html) from 3.6.2 to 3.7.4.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:40:30 +00:00
dependabot-preview[bot]
8b569023a8
Bump imagesize from 0.7.1 to 1.2.0 in /docs/tools
Bumps [imagesize](https://github.com/shibukawa/imagesize_py) from 0.7.1 to 1.2.0.
- [Release notes](https://github.com/shibukawa/imagesize_py/releases)
- [Commits](https://github.com/shibukawa/imagesize_py/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:40:08 +00:00
Ivan Blinkov
b3653c03e7
Merge pull request #9173 from ClickHouse/dependabot/pip/docs/tools/pyyaml-5.3
Bump pyyaml from 5.1 to 5.3 in /docs/tools
2020-02-18 10:01:26 +03:00
Ivan Blinkov
6a797c12cd
Merge pull request #9172 from ClickHouse/dependabot/pip/docs/tools/urllib3-1.25.8
Bump urllib3 from 1.24.2 to 1.25.8 in /docs/tools
2020-02-18 10:01:12 +03:00
Ivan Blinkov
2f6f17a9e8
Merge pull request #9171 from ClickHouse/dependabot/pip/docs/tools/beautifulsoup4-4.8.2
Bump beautifulsoup4 from 4.6.3 to 4.8.2 in /docs/tools
2020-02-18 10:00:56 +03:00
Ivan Blinkov
bb49dbffc4
Merge pull request #9170 from ClickHouse/dependabot/pip/docs/tools/jinja2-2.11.1
Bump jinja2 from 2.10.1 to 2.11.1 in /docs/tools
2020-02-18 10:00:43 +03:00
dependabot-preview[bot]
2b6a2d8cd0
Bump pyyaml from 5.1 to 5.3 in /docs/tools
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.3.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:21:04 +00:00
dependabot-preview[bot]
8fde35e2bc
Bump urllib3 from 1.24.2 to 1.25.8 in /docs/tools
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.25.8.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.25.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:20:45 +00:00
dependabot-preview[bot]
6b81f00ee6
Bump beautifulsoup4 from 4.6.3 to 4.8.2 in /docs/tools
Bumps [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) from 4.6.3 to 4.8.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:20:39 +00:00
dependabot-preview[bot]
dc80c80de4
Bump jinja2 from 2.10.1 to 2.11.1 in /docs/tools
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:20:03 +00:00
dependabot-preview[bot]
48e0f7fe0a
Bump docutils from 0.14 to 0.16 in /docs/tools
Bumps [docutils](http://docutils.sourceforge.net/) from 0.14 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:19:41 +00:00
ImgBotApp
532fc506c7
[ImgBot] Optimize images
*Total -- 1,067.72kb -> 760.82kb (28.74%)

/website/images/tutorial/ece020129fdf4a18a6e75daf2e699cb9.png -- 66.67kb -> 46.67kb (30.01%)
/website/images/tutorial/24956f1a2efc48d78212586958aa036c.png -- 61.86kb -> 43.32kb (29.97%)
/website/images/tutorial/49c332e3d93146ba8f46beef6b2b02b0.png -- 80.97kb -> 56.75kb (29.91%)
/website/images/tutorial/f3132f4d1c0d42eab26d9111afe7771a.png -- 149.34kb -> 104.71kb (29.88%)
/website/images/tutorial/26b2c7aae21a4c76800cb1c7a33a374d.png -- 140.41kb -> 99.10kb (29.42%)
/website/images/tutorial/ef4141f348234773a5349c4bd3e8f804.png -- 68.39kb -> 48.58kb (28.97%)
/website/images/tutorial/2409f49d11fb4aa1b8b5ff34cf9ca75d.png -- 54.54kb -> 38.75kb (28.95%)
/website/images/tutorial/ac292656d03946d0aba35c75783a31f2.png -- 99.57kb -> 70.76kb (28.94%)
/website/images/tutorial/7b3c2e685832439b8c373bf2015131d2.png -- 101.36kb -> 72.13kb (28.84%)
/website/images/tutorial/d3578db55e304bd7b5eba818abdb53f5.png -- 88.47kb -> 63.14kb (28.63%)
/website/images/tutorial/a8518a200d6d405a95ee80ea1c8e1c90.png -- 94.05kb -> 67.23kb (28.51%)
/website/images/tutorial/885e507930e34b7c8f788d25e7ca2bcf.png -- 42.13kb -> 30.63kb (27.29%)
/docs/tools/mkdocs-material-theme/assets/flags/ja.svg -- 0.77kb -> 0.65kb (15.27%)
/website/images/yandex-white-button.png -- 0.79kb -> 0.67kb (15.19%)
/website/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/en/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/zh/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/ru/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/ja/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/fa/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/website/images/yandex-black-button.png -- 0.71kb -> 0.65kb (8.15%)
/website/images/logo-400x240.png -- 3.85kb -> 3.66kb (4.94%)
/docs/tools/mkdocs-material-theme/assets/flags/fa.svg -- 1.36kb -> 1.33kb (2.22%)
/docs/tools/mkdocs-material-theme/assets/flags/ru.svg -- 0.23kb -> 0.22kb (2.14%)
/docs/tools/mkdocs-material-theme/assets/flags/en.svg -- 0.51kb -> 0.50kb (1.92%)
/docs/tools/mkdocs-material-theme/assets/flags/zh.svg -- 0.63kb -> 0.62kb (1.72%)
/website/images/clickhouse-black.svg -- 4.33kb -> 4.33kb (0.02%)
/website/images/clickhouse-white.svg -- 4.33kb -> 4.33kb (0.02%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-02-17 21:02:18 +00:00
Ivan Blinkov
df3879d07a Introduce adopters page + fix a bunch of lost symlinks 2020-02-14 19:48:08 +03:00
Ivan Blinkov
8265b2e467 fix ¶ color 2020-02-14 13:44:24 +03:00
Ivan Blinkov
c2f92c1c54 blue to orange 2020-02-14 13:38:31 +03:00
Ivan Blinkov
bcb1ff68bb Less docker/qloud in release.sh 2020-02-14 13:28:19 +03:00
Ivan Blinkov
5dc6483807 website font tuning 2020-02-14 13:20:22 +03:00
Ivan Blinkov
0244e1b5ed [docs] minify by default is not needed anymore 2020-02-14 12:34:57 +03:00
Ivan Blinkov
3b2020b2c4
[experimental] try to make GitHub Pages history smaller 2020-02-03 18:23:55 +03:00
Ivan Blinkov
befcecc3bb Docs fixes 2020-02-03 15:00:10 +03:00
Ivan Blinkov
6189b0e744 Fix error handling in docs 2020-02-03 13:33:47 +03:00
Ivan Blinkov
9feb848e84
Update release.sh 2020-02-03 13:00:49 +03:00
Ivan Blinkov
1adb5b2d82
Update build.py 2020-02-03 11:58:13 +03:00
Ivan Blinkov
f3d5ec6559
Increment year in docs footer 2020-01-30 17:00:45 +03:00
Ivan Blinkov
9a24c793be
Merge pull request #8909 from blinkov/master
[docs/website] Domain migration
2020-01-30 13:45:10 +03:00
Ivan Blinkov
aba5f712fb One more static redirect 2020-01-30 13:39:37 +03:00
Ivan Blinkov
4bdd374d9d Few more static redirects 2020-01-30 13:38:04 +03:00
Ivan Blinkov
18538f5c65 Domain change in docs 2020-01-30 13:34:55 +03:00
Ivan Blinkov
0458192a82
Merge pull request #8904 from blinkov/master
Add tutorial redirect
2020-01-29 23:28:44 +03:00
Ivan Blinkov
223704ee9c Add tutorial redirect 2020-01-29 23:27:36 +03:00
Ivan Blinkov
699c429e30
Update release.sh 2020-01-29 21:05:47 +03:00
Ivan Blinkov
efedfcdfd5 fix redirects for stable releases 2020-01-29 21:01:51 +03:00
Ivan Blinkov
8aa6a21461
Update github.py 2020-01-29 19:03:20 +03:00
Ivan Blinkov
b9cd915a08 Generate client-side redirects for docs 2020-01-29 18:57:49 +03:00
Ivan Blinkov
9848a50785 Use clickhouse-test.github.io repo as well 2020-01-29 17:56:52 +03:00
Ivan Blinkov
666b18dca4 add git config 2020-01-29 16:36:13 +03:00
Ivan Blinkov
bfac202a11 Merge branch 'master' of github.com:clickhouse/ClickHouse 2020-01-29 16:34:25 +03:00
Ivan Blinkov
8e7fdfc3f0 Try to add some parallelism to docs build 2020-01-29 16:34:12 +03:00
Ivan Blinkov
a8e7f864e3
Update release.sh 2020-01-29 12:42:06 +03:00
Ivan Blinkov
fbf04cb630
Update release.sh 2020-01-28 22:47:58 +03:00
Ivan Blinkov
e05c253b5a
Update release.sh 2020-01-28 22:31:35 +03:00
Ivan Blinkov
2ff8f7de1a Try alternative website deploy destination 2020-01-28 21:51:44 +03:00
Ivan Blinkov
c63b1c84c0 [docs] Improved retrieval of stable releases list 2020-01-28 13:18:09 +03:00
Ivan Blinkov
600de85c1c a bit more info for docs search 2020-01-22 13:19:12 +03:00