ClickHouse/website
Cody Baker 558f117a8e
Add Trademark Policy Page (#33851)
* Add trademark policy page

* Add global link in footer to trademark policy

* Update trademark policy path

* Update trademark policy content

* Move trademark policy link inline with license
2022-01-21 01:24:51 +03:00
..
benchmark Add benchmark results from Lorenzo 2021-12-28 16:49:41 +03:00
blog Use safe page URL for a blog post 2022-01-13 23:09:20 +03:00
careers
company
css Add Trademark Policy Page (#33851) 2022-01-21 01:24:51 +03:00
data
images Add Trademark Policy Page (#33851) 2022-01-21 01:24:51 +03:00
js
legal/trademark-policy Add Trademark Policy Page (#33851) 2022-01-21 01:24:51 +03:00
locale
src Add Trademark Policy Page (#33851) 2022-01-21 01:24:51 +03:00
support/case
templates Add Trademark Policy Page (#33851) 2022-01-21 01:24:51 +03:00
thank-you
404.html
favicon.ico
google419fbd824d7ff97d.html
index.html
main.html
opensearch.xml
README.md
robots.txt
sitemap-index.xml
sitemap-static.xml
yandex_75d07a6cd96f49df.html
yandex_fffaa30ee00426bb.html

ClickHouse website is built alongside it's documentation via docs/tools, see README.md there.

How to quickly test the main page of the website

cd ../docs/tools
sudo apt install python-3 pip
pip3 install -r requirements.txt

# This is needed only when documentation is included
sudo npm install -g purify-css amphtml-validator
virtualenv build

./build.py --skip-multi-page --skip-single-page --skip-amp --skip-blog --skip-git-log --skip-docs --livereload 8080

# Open the web browser and go to http://localhost:8080/

How to quickly test the blog

./build.py --skip-multi-page --skip-single-page --skip-amp --skip-git-log --skip-docs --livereload 8080

How to quickly test the broken links in docs

./build.py --skip-multi-page --skip-amp --skip-blog --skip-git-log --lang en --livereload 8080