Skip to content

Commit

Permalink
deploy: 3b07f49
Browse files Browse the repository at this point in the history
  • Loading branch information
IGI-111 committed Nov 15, 2024
1 parent 18b547a commit 14d0328
Show file tree
Hide file tree
Showing 145 changed files with 43,013 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.
328 changes: 328 additions & 0 deletions master/book/advanced/advanced_storage.html

Large diffs are not rendered by default.

224 changes: 224 additions & 0 deletions master/book/advanced/advanced_types.html

Large diffs are not rendered by default.

251 changes: 251 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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

368 changes: 368 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.

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

Large diffs are not rendered by default.

381 changes: 381 additions & 0 deletions master/book/basics/converting_types.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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

283 changes: 283 additions & 0 deletions master/book/blockchain-development/external_code.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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 14d0328

Please sign in to comment.