Skip to content

Commit

Permalink
Generate mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2023
0 parents commit 1082a33
Show file tree
Hide file tree
Showing 218 changed files with 44,714 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file makes sure that Github Pages doesn't process mdBook's output.
196 changes: 196 additions & 0 deletions 404.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file added FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions FontAwesome/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
266 changes: 266 additions & 0 deletions arch/anonymous_assets.html

Large diffs are not rendered by default.

420 changes: 420 additions & 0 deletions arch/arch.html

Large diffs are not rendered by default.

482 changes: 482 additions & 0 deletions arch/blockchain.html

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions arch/bridge.html

Large diffs are not rendered by default.

355 changes: 355 additions & 0 deletions arch/consensus.html

Large diffs are not rendered by default.

306 changes: 306 additions & 0 deletions arch/consensus/genesis_stake.html

Large diffs are not rendered by default.

436 changes: 436 additions & 0 deletions arch/consensus/proposal.html

Large diffs are not rendered by default.

452 changes: 452 additions & 0 deletions arch/consensus/stake.html

Large diffs are not rendered by default.

426 changes: 426 additions & 0 deletions arch/consensus/unstake.html

Large diffs are not rendered by default.

381 changes: 381 additions & 0 deletions arch/consensus/unstake_request.html

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions arch/dao.html

Large diffs are not rendered by default.

Binary file added arch/diagram-dkzk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
238 changes: 238 additions & 0 deletions arch/overview.html

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions arch/p2p-network.html

Large diffs are not rendered by default.

261 changes: 261 additions & 0 deletions arch/sc/sc.html

Large diffs are not rendered by default.

295 changes: 295 additions & 0 deletions arch/sc/tx-lifetime.html

Large diffs are not rendered by default.

340 changes: 340 additions & 0 deletions arch/services.html

Large diffs are not rendered by default.

443 changes: 443 additions & 0 deletions arch/smart_contracts.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions arch/tooling.html

Large diffs are not rendered by default.

Binary file added arch/transaction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
424 changes: 424 additions & 0 deletions arch/tx_lifetime.html

Large diffs are not rendered by default.

Binary file added assets/mv_event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mv_event_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
240 changes: 240 additions & 0 deletions ayu-highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,240 @@



/*
Based off of the Ayu theme
Original by Dempfi (https://github.com/dempfi/ayu)
*/

.hljs {
display: block;
overflow-x: auto;
background: #181818;
color: #E2E2E2;
padding: 0.5em;
}

.hljs-comment,
.hljs-quote {
color: #5c6773;
font-style: italic;
}

.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-attr,
.hljs-regexp,
.hljs-link,
.hljs-selector-id,
.hljs-selector-class {
color: #ff7733;
}

.hljs-number,
.hljs-meta,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
color: #ffee99;
}

.hljs-string,
.hljs-bullet {
color: #b8cc52;
}

.hljs-title,
.hljs-built_in,
.hljs-section {
color: #ffb454;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-symbol {
color: #ff7733;
}

.hljs-name {
color: #36a3d9;
}

.hljs-tag {
color: #00568d;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}

.hljs-addition {
color: #91b362;
}

.hljs-deletion {
color: #d96c75;
}

/*
-------------
DarkFi Theme
-------------
*/

#theme-list{
background-color:#000;
border-radius:0;
}

h1,h2{
font-family:'InterDisplay', sans-serif;
font-weight:900;
letter-spacing:0.035em;
}

h3,h4,h5,h6{
font-family:'Inter', sans-serif;
font-weight:900;
}

h1{
border-left: 10px solid #0ff;
padding-left:15px;
padding-top:0;
padding-bottom:0;
}

h2{
border-left: 7px solid #747474;
padding-left:10px;
}

h3{
border-left: 2px solid #222222;
padding-left:10px;
}

.menu-title{
border:0;
background-image:url("logo.png");
background-size:contain;
background-repeat:no-repeat;
background-position: center;
font-size:0;
}

#sidebar{
border-right: 1px solid #596067;
}

.sidebar-scrollbox{
margin-left:15px;
}

#menu-bar{
border-bottom: 1px solid #596067;
margin-bottom:5px;
}

#content{
margin-top:30px;
}

.hljs{
border:1px solid #104242;
border-radius:0;
padding:17px;
}

p .hljs{
border:0;
background:#232323;
}

blockquote{
border-left: 1px solid #5B8E8E;
}

.chapter{
font-family:'Inter', sans-serif;
font-weight:700;
font-size:1.1em;
}

.chapter-item{
margin-top:0px;
}

table{
width:100%;
border:1px solid #1C1C1C;
}

thead{
text-align:left;
height:40px;
border-bottom:1px solid #4B4B4B;
}

tr{
height:40px;
border-bottom:1px solid #4B4B4B;
}

.content ul{
list-style-type: square;
}

.content a:hover{
text-decoration: none; color:#C23D4C;
}

.content p a code:hover{
text-decoration:none;
color:#E76A78;
}

/* Code */

.hljs-keyword{
color:#29BFBF;
}

.hljs-literal{
color:#B1ABDB;
}

.hljs-number{
color:#C8838B;
}

.hljs-built_in{
color:#FCB8F2;
}

.hljs-string{
color:#9DE5EF;
}

.hljs-meta{
color:#65C8FF;
}

.hljs-title{
color:#BEFF03;
}

/* Notes */

.footnote-definition{
font-family:'IBMPlexMono', monospace;
color:#5C6773;
}
Loading

0 comments on commit 1082a33

Please sign in to comment.