-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
134 lines (130 loc) · 4.9 KB
/
mkdocs.yml
File metadata and controls
134 lines (130 loc) · 4.9 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
site_name: Radiant4people
site_url: https://radiant4people.com
site_description: Radiant4people
copyright: Radiant4people 2023-2024
nav:
- Home: 'index.md'
# - Colaborate: 'colaborate/index.md'
- Tech:
- index: tech/index.md
- Whitepaper:
- English: tech/whitepaper/index.md
- French: tech/whitepaper/french.md
- Hindi: tech/whitepaper/india.md
- Javanese: tech/whitepaper/javanese.md
- Indonesia: tech/whitepaper/indonesia.md
- Spanish: tech/whitepaper/spanish.md
- Chinese: tech/whitepaper/chinese.md
- Glyph:
- Introduction: tech/glyph-explain/intro.md
- Overview: tech/glyph-explain/overview.md
- Encoding: tech/glyph-explain/encoding.md
- Fungible Tokens: tech/glyph-explain/fungible.md
- Non-Fungible Tokens: tech/glyph-explain/nonfungible.md
- Relationships: tech/glyph-explain/relationships.md
- Links: tech/glyph-explain/links.md
- Mutable Tokens: tech/glyph-explain/mutable.md
- Decentralized mints: tech/glyph-explain/dmint.md
- ElectrumX: tech/glyph-explain/electrumx.md
- RCR (Radiant Community Report): tech/RCR/index.md
- Radiant System Design: tech/radiant-system-design/index.md
- REP: tech/rep/index.md
- Programming:
- Programming:
- programming/radiant/opcode_summary.md
- programming/radiant/pay-to-ref.md
- programming/radiant/simple-nft.md
- programming/radiant/pay-to-token.md
- Rad Scryptlib: programming/rad-scryptlib/index.md
- Scrypt Boilerplate: programming/scrypt-boilerplate/index.md
- Radiant Script:
- Home: programming/radiantscript/index.md
- About RXD:
- programming/radiantscript/basics/about-rxd.md
- programming/radiantscript/basics/about.md
- programming/radiantscript/basics/cli.md
- programming/radiantscript/basics/getting-started.md
- Guides:
- programming/radiantscript/guides/covenants.md
- programming/radiantscript/guides/syntax-highlighting.md
- Language:
- programming/radiantscript/language/artifacts.md
- programming/radiantscript/language/contracts.md
- programming/radiantscript/language/examples.md
- programming/radiantscript/language/functions.md
- programming/radiantscript/language/globals.md
- programming/radiantscript/language/grammar.md
- programming/radiantscript/language/types.md
- SDK:
- programming/radiantscript/sdk/examples.md
- programming/radiantscript/sdk/instantiation.md
- programming/radiantscript/sdk/transactions.md
- Releases:
- programming/radiantscript/releases/migration-notes.md
- programming/radiantscript/releases/release-notes.md
- Guides:
- Home: guides/index.md
- Electron:
- Home: guides/electron/index.md
- First use: guides/electron/first-use/index.md
- Restore: guides/electron/restore-wallet/index.md
- Create multisign: guides/electron/create-multisign-wallet/index.md
- Flux:
- Home: guides/flux/index.md
- Docker:
- Home: guides/docker/index.md
- Radiant-Node: guides/docker/radiant-node-guide.md
- Radiant:
- Mining Solo: guides/mining/index.md
- Compile Node: guides/node/compile/index.md
- F.A.Q.: 'FAQ/index.md'
- Roadmap: 'roadmap/index.md'
- Links: 'links/index.md'
theme:
name: material
logo: img/radiant-logo-transparent.png
favicon: img/radiant-logo-transparent.png
custom_dir: docs/html/
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- toc.integrate
- toc.follow
#- navigation.expand
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/RXD_Community
- icon: fontawesome/brands/github
link: https://github.com/RadiantBlockchain
- icon: fontawesome/brands/medium
link: https://medium.com/@RadiantLayerOne
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/radiantcommunity
- icon: fontawesome/brands/discord
link: https://discord.gg/radiantblockchain
- icon: fontawesome/brands/telegram
link: https://t.me/RadiantBlockchain
generator: false
markdown_extensions:
- attr_list
- md_in_html