forked from EpicCash/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
131 lines (116 loc) · 3.28 KB
/
mkdocs.yml
File metadata and controls
131 lines (116 loc) · 3.28 KB
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
124
125
126
127
128
129
130
131
site_name: EPIC Developers Documentation
site_url: https://docs.epic.tech
site_author: blacktyg3r
site_description: 'EPIC Documentation'
# Repository
repo_name: docs.epic.tech
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
# - GUI Quick Guide: wallet/guide.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
- Python SDK:
- Introduction: python_sdk/under_construction.md
# - Node class: python_sdk/node.md
# - Wallet class: python_sdk/wallet.md
- Giver Of Epic:
Introduction: giverofepic/index.md
theme:
favicon: assets/favicon.png
logo: assets/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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.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 © 2022 @blacktyg3r