Skip to content

Commit

Permalink
deploy: d0a9f8a
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Oct 6, 2024
1 parent 5810b5c commit d2b8bac
Show file tree
Hide file tree
Showing 121 changed files with 29,014 additions and 0 deletions.
1 change: 1 addition & 0 deletions v0.66.6/.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.
170 changes: 170 additions & 0 deletions v0.66.6/404.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file added v0.66.6/FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions v0.66.6/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.
192 changes: 192 additions & 0 deletions v0.66.6/abigen/index.html

Large diffs are not rendered by default.

520 changes: 520 additions & 0 deletions v0.66.6/abigen/the-abigen-macro.html

Large diffs are not rendered by default.

215 changes: 215 additions & 0 deletions v0.66.6/abigen/the-json-abi-file.html

Large diffs are not rendered by default.

310 changes: 310 additions & 0 deletions v0.66.6/accounts.html

Large diffs are not rendered by default.

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

.hljs {
display: block;
overflow-x: auto;
background: #191f26;
color: #e6e1cf;
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;
}
Loading

0 comments on commit d2b8bac

Please sign in to comment.