forked from EpixZone/EpixChain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitdocs.config.json
More file actions
202 lines (202 loc) · 4.78 KB
/
gitdocs.config.json
File metadata and controls
202 lines (202 loc) · 4.78 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"name": "EpixChain Documentation",
"description": "Comprehensive documentation for EpixChain - The world's first blockchain designed to power a completely decentralized internet",
"version": "1.0.0",
"repository": "https://github.com/EpixZone/EpixChain",
"website": "https://epix.zone",
"logo": "docs/assets/epix-logo.png",
"favicon": "docs/assets/favicon.ico",
"theme": {
"primaryColor": "#5954cd",
"secondaryColor": "#31bdc6",
"accentColor": "#fcfcfc",
"backgroundColor": "#5954cd",
"textColor": "#fcfcfc"
},
"navigation": [
{
"title": "Overview",
"path": "docs/overview/",
"children": [
{
"title": "Introduction",
"path": "docs/overview/introduction.md"
},
{
"title": "Architecture",
"path": "docs/overview/architecture.md"
},
{
"title": "Tokenomics",
"path": "docs/overview/tokenomics.md"
},
{
"title": "Roadmap",
"path": "docs/overview/roadmap.md"
}
]
},
{
"title": "Getting Started",
"path": "docs/getting-started/",
"children": [
{
"title": "Quick Start",
"path": "docs/getting-started/quick-start.md"
},
{
"title": "Installation",
"path": "docs/getting-started/installation.md"
},
{
"title": "Network Setup",
"path": "docs/getting-started/network-setup.md"
},
{
"title": "Wallet Configuration",
"path": "docs/getting-started/wallet-setup.md"
}
]
},
{
"title": "For Users",
"path": "docs/users/",
"children": [
{
"title": "Wallet Guide",
"path": "docs/users/wallet-guide.md"
},
{
"title": "Governance",
"path": "docs/users/governance.md"
},
{
"title": "Staking",
"path": "docs/users/staking.md"
},
{
"title": "IBC Transfers",
"path": "docs/users/ibc-transfers.md"
}
]
},
{
"title": "For Developers",
"path": "docs/developers/",
"children": [
{
"title": "Smart Contracts",
"path": "docs/developers/smart-contracts.md"
},
{
"title": "API Reference",
"path": "docs/developers/api-reference.md"
},
{
"title": "Precompiles",
"path": "docs/developers/precompiles.md"
},
{
"title": "Testing",
"path": "docs/developers/testing.md"
},
{
"title": "Integration Guide",
"path": "docs/developers/integration.md"
}
]
},
{
"title": "For Validators",
"path": "docs/validators/",
"children": [
{
"title": "Validator Setup",
"path": "docs/validators/setup.md"
},
{
"title": "Operations",
"path": "docs/validators/operations.md"
},
{
"title": "Security",
"path": "docs/validators/security.md"
},
{
"title": "Monitoring",
"path": "docs/validators/monitoring.md"
}
]
},
{
"title": "Modules",
"path": "docs/modules/",
"children": [
{
"title": "EpixMint",
"path": "docs/modules/epixmint.md"
},
{
"title": "EVM",
"path": "docs/modules/evm.md"
},
{
"title": "IBC",
"path": "docs/modules/ibc.md"
},
{
"title": "Governance",
"path": "docs/modules/governance.md"
},
{
"title": "Staking",
"path": "docs/modules/staking.md"
}
]
},
{
"title": "Community",
"path": "docs/community/",
"children": [
{
"title": "Contributing",
"path": "docs/community/contributing.md"
},
{
"title": "Code of Conduct",
"path": "docs/community/code-of-conduct.md"
},
{
"title": "Support",
"path": "docs/community/support.md"
},
{
"title": "FAQ",
"path": "docs/community/faq.md"
}
]
}
],
"social": {
"github": "https://github.com/EpixZone/EpixChain",
"twitter": "https://x.com/zone_epix",
"discord": "https://discord.gg/epix",
"website": "https://epix.zone"
},
"search": {
"enabled": true,
"provider": "local"
},
"analytics": {
"enabled": false
},
"features": {
"darkMode": true,
"editOnGitHub": true,
"lastUpdated": true,
"contributors": true,
"tableOfContents": true,
"codeHighlighting": true,
"mermaidDiagrams": true
}
}