-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
64 lines (63 loc) · 2.53 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
52
53
54
55
56
57
58
59
60
61
62
63
64
docs_dir: 'content'
site_name: 'RBKmoney|docs'
repo_url: https://github.com/rbkmoney/docs
theme:
name: material
custom_dir: theme
language: en
extra:
links:
'Payments API':
url: 'https://developer.rbk.money/api/'
target: _blank
'Wallets API':
url: 'https://rbkmoney.github.io/wallets-api/v0/'
target: _blank
'Identity Storage API':
url: 'https://rbkmoney.github.io/wallets-api/v0/?api/privdoc/swagger.json'
target: _blank
extra_css:
- 'assets/stylesheets/override.css'
- '/docs/lightbox/css/lightbox.min.css'
- '/docs/payments/livedemo/livedemo.css'
extra_javascript:
- 'https://code.jquery.com/jquery-3.3.1.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js'
- 'https://checkout.rbk.money/checkout.js'
- '/docs/payments/livedemo/livedemo.js'
- '/docs/lightbox/js/lightbox.min.js'
strict: false
markdown_extensions:
- smarty
- admonition
- def_list
- footnotes
- codehilite
- attr_list
- toc:
permalink: true
nav:
- 'О портале': 'index.md'
- 'Интеграция':
- Payments:
- 'Обзор': 'docs/payments/overview.md'
- 'Checkout': 'docs/payments/checkout/index.md'
- 'Tokenizer': 'docs/payments/tokenizer.md'
- '3D-Secure': 'docs/payments/3ds/index.md'
- 'Recurring': 'docs/payments/recurring/recurring.md'
- 'Postman': 'docs/payments/postman.md'
- 'Google Pay': 'docs/payments/googlepay/index.md'
- 'Apple Pay': 'docs/payments/applepay/index.md'
- 'Yandex Pay': 'docs/payments/yandexpay/index.md'
- 'Примеры':
- 'PHP and Checkout': 'docs/payments/examples/php-kkt-cart-webhooks.md'
- 'Покупка с привязанной карты': 'docs/payments/examples/binding.md'
- 'Node.js верификация webhook': 'docs/payments/examples/nodejs-webhook-verification.md'
- 'Модули оплаты для CMS': 'docs/payments/cms-modules/index.md'
- Wallets:
- 'Обзор': 'docs/wallets/overview.md'
- 'Создание': 'docs/wallets/creation/index.md'
- 'Пополнение': 'docs/wallets/deposit/index.md'
- 'Вывод средств': 'docs/wallets/withdrawal/index.md'
- 'Справочники':
- 'Тестовые карты': 'docs/payments/refs/testcards.md'