-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
145 lines (133 loc) · 4.91 KB
/
mkdocs.yml
File metadata and controls
145 lines (133 loc) · 4.91 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
site_url: https://reddcoin-project.github.io/knowledgebase/
site_name: ReddCoin Knowledgebase
site_description: Community-maintained single point of reference for ReddCoin (RDD),
ReddNetwork, and Project Redd.
repo_url: https://github.com/reddcoin-project
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
palette:
- scheme: default
primary: custom
accent: custom
- scheme: slate
primary: custom
accent: custom
logo: assets/brand/R-Logo-CLR.png
favicon: assets/brand/R-Graphic-CLR.png
font:
text: Rubik
code: Roboto Mono
markdown_extensions:
- attr_list
- md_in_html
- tables
- pymdownx.magiclink
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
base_path: docs
check_paths: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Technical: technical/index.md
- Start Here:
- Home: index.md
- Quickstart (choose your path): start-here/quickstart.md
- Knowledgebase Home (wiki index): start-here/knowledgebase-home.md
- Project Values & Volunteer Ethos: about/values.md
- Roadmap Philosophy: about/roadmap-philosophy.md
- Why ReddCoin Still Matters: about/why-reddcoin-matters.md
- Decentralization & Governance: about/governance.md
- Live Project Status: transparency/status.md
- For Users:
- Downloads: using/downloads.md
- Wallets:
- Using the Core Wallet: using/core-wallet.md
- Upgrade to Core v4.22+: using/upgrade-core-4-22.md
- Staking:
- Staking 101 (PoSV & PoSV v2): using/staking-101.md
- Staking guide: using/staking.md
- Staking ops FAQ: using/staking-ops-faq.md
- Tipping & Social:
- Social tipping (ReddBot): using/tipping/index.md
- Twitter/X: using/tipping/twitter.md
- Twitch: using/tipping/twitch.md
- Telegram: using/tipping/telegram.md
- Reddit: using/tipping/reddit.md
- Discord: using/tipping/discord.md
- Self-custody & keys:
- Security & Responsibility: using/security-and-responsibility.md
- The Redd Way: using/self-custody.md
- Troubleshooting:
- Overview: using/troubleshooting/index.md
- Quick triage: using/troubleshooting/quick-triage.md
- Canonical chain verification: reference/canonical-chain-verification.md
- High-signal issues: using/troubleshooting/high-signal-issues.md
- For Developers & Nodes:
- Overview: builders/index.md
- ReddID (social identity layer):
- Hub: builders/reddid/index.md
- Name cost calculator: builders/reddid/name-cost-calculator.md
- Namespaces (builder-ready): builders/reddid/namespaces.md
- Database schema (builder-ready): builders/reddid/database-schema.md
- Implementation plan (builder-ready): builders/reddid/implementation-plan.md
- Technical architecture: builders/reddid/technical-architecture.md
- Design document: builders/reddid/design-document.md
- Architecture overview: builders/architecture-overview.md
- Technical Deep Dives: builders/technical-deep-dives.md
- Node / network:
- Infrastructure & repos: tech/infrastructure.md
- Explorer & APIs: tech/explorer/index.md
- Consensus:
- PoSV v2 (spec): tech/consensus/posv-v2.md
- PoSV v2 activation: tech/consensus/posv-v2-activation.md
- RPC & API:
- RPC quick reference: tech/rpc.md
- Ecosystem:
- Products: ecosystem/products.md
- Partners: ecosystem/partners.md
- Exchanges & markets: ecosystem/markets.md
- Community:
- Links & join: community/links.md
- Telegram: community/telegram.md
- Reddit: community/reddit.md
- Reddit archive & research: community/reddit-archive.md
- Archive & legacy: community/archive.md
- ReddHead Contributors: community/contributors.md
- History:
- Timeline: history/timeline.md
- Incidents: history/incidents.md
- Historical Archive Index: history/historical-archive.md
- ReddCoin Canon: history/canon.md
- Reference:
- Branding & assets: reference/branding.md
- UI/UX & IA decisions: reference/ui-ux-review.md
- State of the Network: reference/state-of-network.md
- Visual QA checklist: reference/visual-qa.md
- Sources & attribution: sources.md
- Contribute: contribute.md
- Changelog: changelog.md
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/staking101.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/reddcoin-project/
generator: false