forked from khalti/docs.khalti.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (65 loc) · 2.06 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
65
66
site_name: Khalti Payment Gateway
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Client Integration:
- Web SDK (NEW): checkout/khalti-epayment.md
- Android SDK: checkout/android.md
- iOS SDK: checkout/ios.md
- Flutter/Dart SDK:
- khalti: checkout/flutter/khalti.md
- khalti_flutter: checkout/flutter/khalti-flutter.md
- API Reference:
- Wallet: checkout/diy-wallet.md
- Banking: checkout/diy-banking.md
- Deprecated:
- Web SDK (Widget Version) : checkout/web.md
- Server Integration:
- Verification: api/verification.md
- Transaction:
- List: api/transaction.md
- Detail: api/transaction_details.md
- Status: api/transaction_status.md
- Plug and Play:
- WooCommerce: plugins/woocommerce.md
- Opencart: plugins/opencart.md
- Magento 2: plugins/magneto.md
- Prestashop: plugins/prestashop.md
- WHMCS Khalti Module: plugins/whmcs.md
- Resources: resources.md
- FAQ's and Gotchas: gotchas.md
- Contribution: contribution.md
- Contact Us: contact-us.md
theme:
name: material
custom_dir: overrides
palette:
primary: deep-purple
favicon: "img/favicon.png"
icon:
logo: "img/khalti_logo.png"
extra_css:
- style/custom.css
docs_dir: content
site_dir: docs
repo_name: "khalti/docs.khalti.com"
repo_url: "https://github.com/khalti/docs.khalti.com"
edit_uri: "edit/master/content/"
copyright: "Copyright © 2022 Khalti Private Limited"
# plugins:
# - social
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/khalti"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/KhaltiOfficial"
- icon: "fontawesome/brands/linkedin"
link: "https://www.linkedin.com/company/khalti-digital-wallet"
- icon: "fontawesome/brands/facebook"
link: "https://facebook.com/khaltiofficial"
- icon: "fontawesome/brands/instagram"
link: "https://www.instagram.com/khaltiofficial/"
markdown_extensions:
- toc:
permalink: true