-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathmkdocs.yml
95 lines (90 loc) · 2.87 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: Khalti Payment Gateway
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- ePayment Gateway :
- Web Checkout: khalti-epayment.md
- Client Integration:
- Android SDK: checkout/android.md
- Flutter SDK: checkout/flutter/khalti-checkout.md
- iOS SDK: checkout/ios.md
- Plug and Play:
- WooCommerce: plugins/woocommerce.md
- WHMCS Khalti Module: plugins/whmcs.md
- API Reference:
- Banking: checkout/diy-banking.md
- Refund: api/refund.md
# - Deprecated:
# - Andriod: checkout/deprecated_android.md
# - iOS SDK: checkout/deprecated_ios.md
# - Flutter/Dart SDK:
# - khalti: checkout/flutter/khalti.md
# - khalti_flutter: checkout/flutter/khalti-flutter.md
# - Web SDK (Widget Version) : checkout/web.md
# - API Reference:
# - Wallet: checkout/diy-wallet.md
# - Server Integration (Deprecated):
# - Verification: api/verification.md
# - Transaction:
# - List: api/transaction.md
# - Detail: api/transaction_details.md
# - Status: api/transaction_status.md
# - Plug and Play:
# - Opencart: plugins/opencart.md
# - Magento 2: plugins/magneto.md
# - Prestashop: plugins/prestashop.md
#
# - Resources: resources.md
- FAQ's and Gotchas: gotchas.md
- Contribution: contribution.md
- Contact Us: contact-us.md
theme:
name: material
custom_dir: overrides
features:
- content.code.annotate
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to dark mode
favicon: "https://d7vw40z4bofef.cloudfront.net/static/2.59.12-web19/images/favicon.png"
icon:
logo: "img/khalti_logo"
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 © 2024 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:
- admonition
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true