-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathmkdocs.yml
51 lines (44 loc) · 1.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: Tinkoff Invest
site_url: https://tinkoff.github.io/invest-python/
site_description: 'Tinkoff Invest Python'
repo_name: 'Tinkoff/invest-python'
repo_url: 'https://github.com/Tinkoff/invest-python'
edit_uri: "edit/main/docs/"
copyright: 'Copyright © 2023 Tinkoff'
use_directory_urls: true
nav:
- 'Главная': 'README.md'
- 'API Reference':
- Clients: api/clients.md
- 'Примеры': 'examples.md'
- 'Готовые работы': 'robots.md'
- 'Список изменений': 'CHANGELOG.md'
- 'Участие в проекте': 'CONTRIBUTING.md'
theme:
name: material
language: ru
palette:
primary: black
accent: yellow
plugins:
- include-markdown
- termynal: {}
- search:
lang: ru
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: false
watch:
- tinkoff
extra_css:
- custom.css
markdown_extensions:
- admonition
- codehilite
- pymdownx.superfences
- tables
- pymdownx.tasklist:
custom_checkbox: true