forked from karrioapi/karrio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (48 loc) · 1.21 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
site_name: Purplship
repo_url: https://github.com/PurplShip/purplship
repo_name: Purplship/purplship
edit_uri: edit/master/docs/
theme:
name: material
palette:
primary: purple
accent: purple
favicon: images/favicon.ico
logo: images/icon.png
nav:
- Introduction: index.md
- User Guide:
- guide/gateways.md
- guide/rating.md
- guide/shipping.md
- guide/tracking.md
- guide/pickup.md
- guide/address.md
- Error & Debug: guide/error.md
- Development:
- development/architecture.md
- development/developing.md
- Extending Purplship: development/extending.md
- contributing.md
- roadmap.md
- references.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/PurplShip
- icon: fontawesome/brands/twitter
link: https://twitter.com/PurplShip
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
google_analytics:
- UA-111378601-2
- auto
copyright: Copyright © 2018 - 2020 Purplship Team