-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (33 loc) · 889 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (33 loc) · 889 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
36
37
site_name: 'SpankPay Developer Documentation'
repo_name: 'spankchain/docs.spankpay.com'
repo_url: 'https://github.com/spankchain/docs.spankpay.com'
site_description: 'SpankPay Developer Documentation'
nav:
- v1:
- Home v1: 'index.md'
- API Reference: 'api-reference.md'
- v2 (WIP):
- Home: 'v2-index.md'
- API Reference: 'v2-api-reference.md'
theme:
name: 'material'
palette:
primary: 'pink'
accent: 'purple'
favicon: 'images/favicon.ico'
logo: 'images/white-S-logo.png'
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.superfences
# extra:
# social:
# - icon:
# link: 'https://github.com/spankchain'
# - icon:
# link: 'https://www.medium.com/spankchain'
# - icon:
# link: 'https://www.reddit.com/r/SpankChain/'
# - icon:
# link: 'https://twitter.com/SpankChain'