forked from asbjornu/PayEx.Checkout.Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (20 loc) · 646 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (20 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name : PayEx Checkout
theme : readthedocs
repo_url : https://github.com/PayEx/PayEx.Checkout.Documentation
site_favicon : favicon.png
# TODO site_url: https://checkout.payex.com
# TODO site_description: modern payment solution
site_author : PayEx Team User Experience #TODO change
copyright : Copyright © PayEx. All Rights Reserved.
pages :
- Home : index.md
- Requirements : requirements.md
- Getting started : gettingStarted.md
- Frontend :
- Configuration reference : configurationReference.md
- API :
- Overview : api.md
- Payment : payment.md
- Address : address.md
- Transaction : transaction.md
- Callbacks : callbacks.md