ClickHouse/website/sitemap_static.xml
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

20 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://clickhouse.tech/</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clickhouse.tech/benchmark/dbms/</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://clickhouse.tech/benchmark/hardware/</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://clickhouse.tech/codebrowser/html_report/ClickHouse/index.html</loc>
<changefreq>daily</changefreq>
</url>
</urlset>