forked from khalti/docs.khalti.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (45 loc) · 1.42 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
site_name: Khalti Gateway Docs
pages:
- Welcome: index.md
- Getting started: getting-started.md
- Integration:
- Web: checkout/web.md
- Android: checkout/android.md
- iOS: checkout/ios.md
- Prestashop: checkout/prestashop.md
- WooCommerce: checkout/woocommerce.md
- Low level API:
- Wallet : checkout/diy-wallet.md
- Ebanking : checkout/diy-ebanking.md
- Verification: api/verification.md
- Transactions:
- List: api/transaction.md
- Detail: api/transaction_details.md
- Contribution: contribution.md
theme:
name: material
palette:
primary: deep-purple
favicon: 'img/favicon.png'
logo: 'img/khalti_logo.png'
extra_css:
- style/custom.css
docs_dir: content
site_dir: docs
repo_name: 'khalti/khalti-docs-official-repo'
repo_url: 'https://github.com/khalti/khalti-docs-official-repo'
edit_uri: 'edit/master/content/'
copyright: 'Copyright © 2017 Sparrow Pay Pvt. Ltd.'
extra:
social:
- type: 'github'
link: 'https://github.com/khalti'
- type: 'twitter'
link: 'https://twitter.com/KhaltiOfficial'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/khalti-digital-wallet'
- type: 'facebook'
link: 'https://facebook.com/khaltiofficial'
markdown_extensions:
- toc:
permalink: true