cloudflare/ClickHouse
Publicmirrored fromhttps://github.com/cloudflare/ClickHouse
docs/mkdocs_en_single_page.yml
40lines · modecode
8 years ago
| 1 | site_name: ClickHouse Documentation |
| 2 | copyright: ©2016–2018 Yandex LLC |
| 3 | |
| 4 | docs_dir: en_single_page |
| 5 | site_dir: build/docs/en/single |
| 6 | use_directory_urls: false |
| 7 | |
| 8 | repo_name: 'yandex/ClickHouse' |
| 9 | repo_url: 'https://github.com/yandex/ClickHouse/' |
| 10 | |
| 11 | extra_css: |
| 12 | - assets/stylesheets/custom.css |
| 13 | |
| 14 | markdown_extensions: |
| 15 | - codehilite |
| 16 | |
| 17 | theme: |
| 18 | name: null |
| 19 | custom_dir: 'mkdocs-material-theme' |
| 20 | language: 'en' |
| 21 | feature: |
| 22 | tabs: false |
| 23 | palette: |
| 24 | primary: 'white' |
| 25 | accent: 'white' |
| 26 | font: false |
| 27 | logo: 'images/logo.svg' |
| 28 | favicon: 'assets/images/favicon.ico' |
| 29 | include_search_page: false |
| 30 | search_index_only: true |
| 31 | static_templates: |
| 32 | - 404.html |
| 33 | |
| 34 | extra: |
| 35 | single_page: true |
| 36 | search: |
| 37 | language: 'en' |
| 38 | |
| 39 | pages: |
| 40 | - 'Documentation': 'index.md' |