RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
49
invest-python-master/mkdocs.yml
Normal file
49
invest-python-master/mkdocs.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
site_name: T-Invest Python SDK
|
||||
site_url: https://RussianInvestments.github.io/invest-python/
|
||||
site_description: 'Python SDK, gRPC client, bot examples'
|
||||
|
||||
repo_name: 'RussianInvestments/invest-python'
|
||||
repo_url: 'https://github.com/RussianInvestments/invest-python'
|
||||
edit_uri: "edit/main/docs/"
|
||||
|
||||
copyright: 'Copyright © 2023 T-technologies'
|
||||
|
||||
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
|
||||
|
||||
extra_css:
|
||||
- custom.css
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- codehilite
|
||||
- pymdownx.superfences
|
||||
- tables
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
Reference in New Issue
Block a user