forked from paydunyadev/paydunya-python-master
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (33 loc) · 930 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
35 lines (33 loc) · 930 Bytes
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
site_name: PayDunya Python SDK
site_description: Python client for PayDunya payment services (PAR, PSR, PER, DMP)
site_url: https://srugano.github.io/paydunya-python-api/
repo_url: https://github.com/srugano/paydunya-python-api
theme:
name: material
palette:
primary: indigo
features:
- navigation.sections
- content.code.copy
nav:
- Home: index.md
- Getting Started: getting-started.md
- API Reference:
- Client: api/client.md
- Models: api/models.md
- PAR (Payment with Redirection): par.md
- PSR (Payment without Redirection): psr.md
- PER / DirectPay: per.md
- DMP (Payment Request API): dmp.md
- IPN Verification: ipn.md
- Sandbox Testing: sandbox.md
plugins:
- search
- mkdocstrings:
handlers:
python:
inventories:
- https://docs.python.org/3/objects.inv
options:
show_source: false
heading_level: 2