forked from rbkmoney/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
36 lines (36 loc) · 976 Bytes
/
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
docs_dir: 'content'
site_name: 'RBKmoney|docs'
repo_url: https://github.com/rbkmoney/docs
theme: 'material'
theme_dir: 'theme'
extra:
palette:
primary: green
accent: lime
extra_css:
- 'assets/stylesheets/override.css'
- 'livedemo/livedemo.css'
- 'livedemo/loader.css'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js'
- 'livedemo/livedemo.js'
- 'counters/ga.js'
- 'counters/ym.js'
strict: true
markdown_extensions:
- smarty
- admonition
- def_list
- footnotes
- codehilite
- toc:
permalink: True
pages:
- 'Документация': 'index.md'
- 'Интеграция':
- 'Обзор': 'integrations/overview.md'
- 'Checkout': 'integrations/checkout.md'
- 'Tokenizer': 'integrations/tokenizer.md'
- 'Справочники':
- 'Тестовые карты': 'refs/testcards.md'
- 'API reference': 'api.md'