-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
123 lines (109 loc) · 3.08 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: EPIC Developers Documentation
site_url: https://devdocs.epiccash.com
site_author: blacktyg3r
site_description: 'EPIC Documentation'
# Repository
repo_name: devdocs.epiccash.com
repo_url: https://github.com/blacktyger/epiccash.github.io
plugins:
- include-markdown
- search
- tags
nav:
- Welcome: index.md
- Node (Server):
- Introduction: node/index.md
- Node CLI: node/cli.md
- Node API:
- Owner: node/owner.md
- Foreign: node/foreign.md
- Errors: node/errors.md
- Mining: node/stratum.md
- Wallet:
- Introduction: wallet/index.md
- CLI: wallet/cli.md
- Foreign API: wallet/foreign.md
- Owner API: wallet/owner.md
- API Errors: wallet/errors.md
- Tx Workflow: wallet/tx_workflow.md
- Integrations:
Introduction: integrations/index.md
Exchanges: integrations/exchanges.md
theme:
favicon: assets/images/favicon.png
logo: assets/images/epic-cash-logo.png
name: material
custom_dir: template
features:
- toc.integrate
- navigation.instant
- navigation.tracking
- navigation.sections
- content.code.annotate
- content.code.select
- content.code.copy
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: light green
toggle:
icon: material/brightness-7
name: Switch to light mode
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
extra_css:
- 'assets/extra.css'
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- markdown_captions
- pymdownx.details
- pymdownx.critic
- pymdownx.tilde
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- admonition
- md_in_html
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/EpicCash
- icon: fontawesome/brands/twitter
link: https://twitter.com/EpicCashTech
- icon: fontawesome/brands/telegram
link: https://t.me/EpicCash
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/epiccash
copyright: Copyright © 2024 @blacktyg3r