mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
41 lines
751 B
YAML
41 lines
751 B
YAML
site_name: Документация ClickHouse
|
||
copyright: ©2016–2018 Yandex LLC
|
||
|
||
docs_dir: ru_single_page
|
||
site_dir: build/docs/ru/single
|
||
use_directory_urls: false
|
||
|
||
repo_name: 'yandex/ClickHouse'
|
||
repo_url: 'https://github.com/yandex/ClickHouse/'
|
||
|
||
extra_css:
|
||
- assets/stylesheets/custom.css
|
||
|
||
theme:
|
||
name: null
|
||
custom_dir: 'mkdocs-material-theme'
|
||
language: 'ru'
|
||
feature:
|
||
tabs: false
|
||
palette:
|
||
primary: 'white'
|
||
accent: 'white'
|
||
font: false
|
||
# text: Roboto
|
||
# code: Roboto Mono
|
||
logo: 'images/logo.svg'
|
||
favicon: 'assets/images/favicon.ico'
|
||
include_search_page: false
|
||
search_index_only: true
|
||
static_templates:
|
||
- 404.html
|
||
|
||
extra:
|
||
search:
|
||
language: 'en, ru'
|
||
|
||
|
||
|
||
pages:
|
||
- 'Документация': 'index.md'
|