Skip to content

Commit

Permalink
deploy: ea0624b
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Nov 13, 2023
1 parent 3737071 commit 4b94977
Show file tree
Hide file tree
Showing 133 changed files with 35,713 additions and 0 deletions.
1 change: 1 addition & 0 deletions master/book/.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.
188 changes: 188 additions & 0 deletions master/book/404.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file added master/book/FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions master/book/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 not shown.
Binary file not shown.
Binary file not shown.
224 changes: 224 additions & 0 deletions master/book/advanced/advanced_types.html

Large diffs are not rendered by default.

248 changes: 248 additions & 0 deletions master/book/advanced/assembly.html

Large diffs are not rendered by default.

248 changes: 248 additions & 0 deletions master/book/advanced/associated_types.html

Large diffs are not rendered by default.

293 changes: 293 additions & 0 deletions master/book/advanced/generic_types.html

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions master/book/advanced/generics_and_trait_constraints.html

Large diffs are not rendered by default.

207 changes: 207 additions & 0 deletions master/book/advanced/index.html

Large diffs are not rendered by default.

388 changes: 388 additions & 0 deletions master/book/advanced/traits.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions master/book/ayu-highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/*
Based off of the Ayu theme
Original by Dempfi (https://github.com/dempfi/ayu)
*/

.hljs {
display: block;
overflow-x: auto;
background: #191f26;
color: #e6e1cf;
}

.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;
}
268 changes: 268 additions & 0 deletions master/book/basics/blockchain_types.html

Large diffs are not rendered by default.

356 changes: 356 additions & 0 deletions master/book/basics/built_in_types.html

Large diffs are not rendered by default.

276 changes: 276 additions & 0 deletions master/book/basics/comments_and_logging.html

Large diffs are not rendered by default.

283 changes: 283 additions & 0 deletions master/book/basics/commonly_used_library_types.html

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions master/book/basics/constants.html

Large diffs are not rendered by default.

338 changes: 338 additions & 0 deletions master/book/basics/control_flow.html

Large diffs are not rendered by default.

258 changes: 258 additions & 0 deletions master/book/basics/functions.html

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions master/book/basics/index.html

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions master/book/basics/methods_and_associated_functions.html

Large diffs are not rendered by default.

462 changes: 462 additions & 0 deletions master/book/basics/structs_tuples_and_enums.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions master/book/basics/variables.html

Large diffs are not rendered by default.

283 changes: 283 additions & 0 deletions master/book/blockchain-development/access_control.html

Large diffs are not rendered by default.

369 changes: 369 additions & 0 deletions master/book/blockchain-development/calling_contracts.html

Large diffs are not rendered by default.

392 changes: 392 additions & 0 deletions master/book/blockchain-development/hashing_and_cryptography.html

Large diffs are not rendered by default.

204 changes: 204 additions & 0 deletions master/book/blockchain-development/identifiers.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions master/book/blockchain-development/index.html

Large diffs are not rendered by default.

318 changes: 318 additions & 0 deletions master/book/blockchain-development/native_assets.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions master/book/blockchain-development/purity.html

Large diffs are not rendered by default.

286 changes: 286 additions & 0 deletions master/book/blockchain-development/storage.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4b94977

Please sign in to comment.