Commit Graph

124 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
b3fc6a9706
Clean out unused code for old site/docs building system 2023-01-11 15:43:57 +01:00
Alexey Milovidov
47b0d05c71 Removed useless code from the website 2022-08-08 01:06:47 +02:00
Alexey Milovidov
d413c40c41 Remove old code from the website (part 2) 2022-08-08 00:37:36 +02:00
Mikhail f. Shiryaev
cfe98c4aba
Fix publishing of content.clickhouse.com
- Publish only benchmarks and data
- Minimize clickhouse/docs-release
- Run it as a normal user
- Speed up running by not redownload virtual env deps
- Clean out docs and blog buildging
- Minimize docs/tools/requirements.txt
2022-05-23 11:50:02 +02:00
Alexey Milovidov
fa77040825 Fix benchmark build code 2022-05-09 02:11:58 +02:00
Alexey Milovidov
149600bc95 Remove minify 2022-04-30 16:37:04 +02:00
Alexey Milovidov
7fab0437d9 Remove git log 2022-04-30 16:30:36 +02:00
Alexey Milovidov
07d2daeb16 Remove amp 2022-04-30 16:27:02 +02:00
Mikhail f. Shiryaev
e6f5a3f98b
Apply black formatter to all *.py files in the repo 2022-03-22 17:39:58 +01:00
Alexey Milovidov
044cd6b861 Remove "ru" blog 2022-03-12 21:03:03 +01:00
bharatnc
fcff7f4dc1 update copyright in docs 2021-12-31 16:22:17 -08:00
Alexey Milovidov
4f8646d54b Remove PDF documentation 2021-11-12 23:25:55 +03:00
Alexey
54b8491a95 single.md is removed before build
in case it is left after previous abnormal build
2021-11-06 09:54:19 +00:00
Ivan Blinkov
661074e756
[docs] return strict mode of mkdocs 2021-09-23 17:25:39 +03:00
Ivan Blinkov
c5556b5e04
Update build.py 2021-09-20 20:52:25 +03:00
Ivan Blinkov
6a293d73f9 make_links.sh 2021-09-20 09:51:41 +03:00
Ivan Blinkov
e3eedc8786 tune build.py 2021-09-19 23:16:01 +03:00
Alexey Milovidov
9ebbdb19d5 Fix obsolete scripts 2021-06-29 03:17:09 +03:00
Mike Kot
521ec3aa0c Changed CH css theme for code highlighting 2021-06-24 16:52:08 +03:00
Alexey Milovidov
11cbae4785 Fix copyright in documentation 2021-05-21 09:49:54 +03:00
Alexey Milovidov
0b956b7d97 Remove unsupported languages #20972 2021-04-01 02:35:41 +03:00
Alexey Milovidov
aa9d012cc8 Fix issues with docs 2020-12-21 23:04:22 +03:00
Alexey Milovidov
e1e5735ed6 Publish list-versions.tsv on the website 2020-11-28 09:20:06 +03:00
myrrc
e19f51680a fixing links using abs path 2020-09-28 15:47:10 +03:00
myrrc
80949fa48e an attempt to fix docs build 2020-09-20 01:27:36 +03:00
myrrc
c78d9f9f38 moved the generators to docs/ folder 2020-09-19 19:42:36 +03:00
Alexey Milovidov
10798e1780 Provide a way to quickly test the website 2020-09-03 23:37:45 +03:00
Ivan Blinkov
9e776e6907
[docs] improve redirects destination 2020-07-06 12:56:30 +03:00
Ivan Blinkov
9a26d48ad0
Basic blog similar to docs (#11609)
* Basic blog similar to docs

* rename post

* no post content in post_meta

* update readme and template

* more "en" content

* complete "en" content

* build blog redirects

* redirects for migration

* link sitemaps

* update po

* add "ru" content

* ru redirects

* remove old domain mentions

* adjust styles

* content improvements

* +1 alt

* use main images from CDN

* use re-hosted in-content images

* extra vertical margin around embedded youtube

* minor improvements

* adjust post page

* adjust html meta

* adjust post page

* improve blog rendering
2020-06-16 09:31:00 +03:00
Ivan Blinkov
eccd8d61dd
Update build.py 2020-06-15 10:13:29 +03:00
Ivan Blinkov
e0668f48e1
[docs] fix sitemap (#11113) 2020-05-21 22:34:50 +03:00
Ivan Blinkov
8771402cb5
[docs] faster local/debug build (#10840) 2020-05-12 17:09:36 +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
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
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
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
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
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
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
Ivan Blinkov
1b6b9e77fe
Return redirects for all languages 2020-04-10 17:58:34 +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