Commit Graph

280 Commits

Author SHA1 Message Date
dependabot-preview[bot]
0d1f63d1c5
Bump soupsieve from 2.0 to 2.0.1 in /docs/tools
Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.0 to 2.0.1.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.0.0...2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 07:57:03 +00:00
dependabot-preview[bot]
5710e80687
Bump mkdocs from 1.1.1 to 1.1.2 in /docs/tools
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.1.1...1.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-15 07:50:01 +00: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
dependabot-preview[bot]
91de241d7f
Bump mkdocs-macros-plugin from 0.4.6 to 0.4.7 in /docs/tools
Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) from 0.4.6 to 0.4.7.
- [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-05-13 08:06:09 +00:00
dependabot-preview[bot]
0797b33be3
Bump mkdocs from 1.1 to 1.1.1 in /docs/tools
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1 to 1.1.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.1...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 07:41:39 +00:00
Ivan Blinkov
8771402cb5
[docs] faster local/debug build (#10840) 2020-05-12 17:09:36 +03:00
Ivan Blinkov
df5a3418b4
fix relative amp hrefs 2020-05-08 16:53:26 +03:00
Ivan Blinkov
21d8b6288d
[docs] generate AMP versions for docs articles (#10732)
* Refactoring in preparation for AMP support

* infrastructure for AMP validation

* Add Metrika counter on AMP page + adjust layout

* more content fixes

* improve amp layout

* improve navigation

* Move converting admonitions to generation time

* strict amp test check

* Batch AMP validation

* Add date published/modified to docs articles and their ld+json meta

* few more content fixes

* improve ld+json meta

* adjust margins

* skip published/modified for stable release docs

* adapt single page mode

* update po

* skip published/modified for single page docs

* update po

* adjust layout

* adjust layout
2020-05-08 11:04:09 +03:00
BayoNet
4ec7821fec
DOCS-624: Fixing links to nowhere 2 (#10703)
* enbaskakova-DOCSUP-652 (#101)

* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"

* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"

* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"

* Update docs/en/sql_reference/aggregate_functions/combinators.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql_reference/aggregate_functions/combinators.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql_reference/aggregate_functions/combinators.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql_reference/aggregate_functions/combinators.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql_reference/aggregate_functions/combinators.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"

* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"

* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"

Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>

* Revert "enbaskakova-DOCSUP-652 (#101)" (#107)

This reverts commit 639fee7610.

* CLICKHOUSEDOCS-624: Fixed en

* CLICKHOUSEDOCS-624: Fixed RU.

* CLICKHOUSEDOCS-624: Fixed ES and FR.

* CLICKHOUSEDOCS-624: Fixed JA and TR

* CLICKHOUSEDOCS-624: Fixed FA.

* CLICKHOUSEDOCS-624: Fixed ZH.

* Update docs/tools/test.py

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

* Update docs/tools/test.py

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com>
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-06 22:28:06 +03:00
Ivan Blinkov
f267389278
[docs] Add favicons on adopters page (#10706)
* Add favicons on adopters page

* rm excessive class

* remove useless js comments
2020-05-06 19:25:42 +03:00
Ivan Blinkov
71027e007d
[docs] tests for inline css/js (#10699) 2020-05-06 16:28:02 +03:00
Ivan Blinkov
0dbd444fdb
introduce build.py --skip-multi-page and --test-only options (#10696) 2020-05-06 15:54:33 +03:00
Ivan Blinkov
e5c892eecf
DOCS-624: re-generate select.md (#10689)
* lost redirect

* re-generate select.md
2020-05-06 13:20:58 +03:00
dependabot-preview[bot]
c97c1039c9
Bump numpy from 1.18.3 to 1.18.4 in /docs/tools
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.3 to 1.18.4.
- [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.18.3...v1.18.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 07:49:19 +00:00
Ivan Blinkov
b497f99e34
Update build.py 2020-05-03 20:06:31 +03:00
Ivan Blinkov
5d7fd78247
[docs] fix redirects generation for folders (#10633) 2020-05-03 18:40:56 +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
84883197d6
[docs] add hreflang links (#10597)
* Introduce hreflang links

* update po

* provide absolute urls in hreflang + add x-default link
2020-04-30 18:49:48 +03:00
Ivan Blinkov
e72a23065e
update jquery (#10592) 2020-04-30 11:32:08 +03:00
Ivan Blinkov
b028288350
Switch to httpS://repo.clickhouse.tech for deb packages (#10529)
* Switch to httpS://repo.clickhouse.tech for deb packages

* deduplicate install instructions
2020-04-28 19:39:50 +03:00
dependabot-preview[bot]
8e2e81c25c
Bump click from 7.1.1 to 7.1.2 in /docs/tools
Bumps [click](https://github.com/pallets/click) from 7.1.1 to 7.1.2.
- [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.1.1...7.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-28 07:46:58 +00:00
Ivan Blinkov
8201693efe
Remove remnants of old MkDocs theme 2020-04-24 19:50:13 +03:00
Ivan Blinkov
388bcffec9
Rearrange includes at docs+changelog and move description templates (#10472)
* temp commit

* rearrange includes
2020-04-24 12:50:22 +03:00
Ivan Blinkov
b8645c5a7c
Adjust benchmark page caching + og:url/og:type/rel=canonical (#10439) 2020-04-22 15:40:30 +03:00
Ivan Blinkov
ab150f96a1
[website] get rid of remnants of old markup (from benchmark pages) (#10412)
* rm outdated nginx config

* get rid of most outdated markup of benchmark.html

* reformat js

* get rid of ru comments + wrap benchmark.js in a function call

* split benchmark results into separate files

* adjust links to benchmarks

* refactor hardware benchmarks as well

* adjust links

* fix filtering for hardware

* additional markup tuning
2020-04-22 14:30:33 +03:00
Ivan Blinkov
73f978cb0f
Update build.py 2020-04-20 20:37:57 +03:00
Ivan Blinkov
b58fa8585c
Update website.py 2020-04-20 15:52:12 +03:00
Ivan Blinkov
52dfd10785
Delete convert_toc.py 2020-04-20 15:23:33 +03:00
dependabot-preview[bot]
8efd18dacc
Bump numpy from 1.18.2 to 1.18.3 in /docs/tools
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.18.3.
- [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.18.2...v1.18.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-20 08:29:05 +00:00
dependabot-preview[bot]
861241af9e
Bump pymdown-extensions from 7.0 to 7.1 in /docs/tools
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 7.0 to 7.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.0.0...7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-20 08:10:42 +00:00
dependabot-preview[bot]
22bc75d631
Bump urllib3 from 1.25.8 to 1.25.9 in /docs/tools
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.25.9.
- [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.25.8...1.25.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-17 07:46:34 +00:00
Ivan Blinkov
80873d79e3
[docs] tuning of <details> tag, search menu colours and hidden pages (#10313)
* improve hidden page title

* adjust docsearch menu colors

* enable pymdownx.details

* some <details> styling

* remove useless example
2020-04-16 21:03:52 +03:00
Ivan Blinkov
9b85ca0f3e
Update build.py 2020-04-16 12:09:04 +03:00
Ivan Blinkov
16537bbac8
Update release.sh 2020-04-15 17:59:44 +03:00
Ivan Blinkov
1229db9ccd
Update README.md 2020-04-15 17:22:04 +03:00
Ivan Blinkov
98769778f4
Turkish docs translation stub (#10282) 2020-04-15 16:56:49 +03:00
Ivan Blinkov
76a8efbd80
Indicate LTS releases in docs version selector (#10281) 2020-04-15 16:35:16 +03:00
alexey-milovidov
394b4ebd7d
Update requirements.txt 2020-04-15 16:31:05 +03:00
dependabot-preview[bot]
00973217b8
Bump lunr from 0.5.6 to 0.5.7 in /docs/tools
Bumps [lunr](https://github.com/yeraydiazdiaz/lunr.py) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/yeraydiazdiaz/lunr.py/releases)
- [Changelog](https://github.com/yeraydiazdiaz/lunr.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yeraydiazdiaz/lunr.py/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-15 07:41:23 +00:00
dependabot-preview[bot]
b9edf21014
Bump jinja2 from 2.11.1 to 2.11.2 in /docs/tools
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.2.
- [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.11.1...2.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-14 07:41:46 +00:00
dependabot-preview[bot]
f7f0202633
Bump nltk from 3.4.5 to 3.5 in /docs/tools
Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.5.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 08:04:57 +00:00
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