7
7
8
8
9
9
<!-- Custom HTML head -->
10
-
10
+
11
11
< meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
12
12
< meta name ="description " content ="">
13
13
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
81
81
82
82
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
83
83
< div class ="sidebar-scrollbox ">
84
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="global_options.html "> < strong aria-hidden ="true "> 4.</ strong > Global Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html " class ="active "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
84
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="base_options.html "> < strong aria-hidden ="true "> 4.</ strong > Base Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="withdraw.html "> < strong aria-hidden ="true "> 13.</ strong > Withdraw</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html " class ="active "> < strong aria-hidden ="true "> 14.</ strong > Contact</ a > </ li > </ ol >
85
85
</ div >
86
86
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
87
87
</ nav >
88
88
89
89
< div id ="page-wrapper " class ="page-wrapper ">
90
90
91
91
< div class ="page ">
92
- < div id ="menu-bar-hover-placeholder "> </ div >
92
+ < div id ="menu-bar-hover-placeholder "> </ div >
93
93
< div id ="menu-bar " class ="menu-bar sticky bordered ">
94
94
< div class ="left-buttons ">
95
95
< button id ="sidebar-toggle " class ="icon-button " type ="button " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
@@ -145,15 +145,13 @@ <h1 class="menu-title">Metaboss</h1>
145
145
< h2 id ="contact "> < a class ="header " href ="#contact "> Contact</ a > </ h2 >
146
146
147
147
< p > Twitter: < a href ="https://twitter.com/samvwaal "> @samvwaal</ a > </ p >
148
- < p > Discord: </ p >
149
- < p > @archaeopteryx#7615</ p >
150
- < p > < a href ="https://discord.gg/t75ZFq2Tyt "> Metaboss Server</ a > </ p >
148
+ < p > Discord: @archaeopteryx#7615</ p >
151
149
152
150
</ main >
153
151
154
152
< nav class ="nav-wrapper " aria-label ="Page navigation ">
155
153
<!-- Mobile navigation buttons -->
156
- < a rel ="prev " href ="update .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
154
+ < a rel ="prev " href ="withdraw .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
157
155
< i class ="fa fa-angle-left "> </ i >
158
156
</ a >
159
157
@@ -164,7 +162,7 @@ <h2 id="contact"><a class="header" href="#contact">Contact</a></h2>
164
162
</ div >
165
163
166
164
< nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
167
- < a rel ="prev " href ="update .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
165
+ < a rel ="prev " href ="withdraw .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
168
166
< i class ="fa fa-angle-left "> </ i >
169
167
</ a >
170
168
0 commit comments