Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Coi-l committed Mar 26, 2024
1 parent 6f34b7c commit 6ac4143
Show file tree
Hide file tree
Showing 370 changed files with 128,382 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/books/The Rust Programming Language/.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.
227 changes: 227 additions & 0 deletions docs/books/The Rust Programming Language/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
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.
239 changes: 239 additions & 0 deletions docs/books/The Rust Programming Language/appendix-00.html

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions docs/books/The Rust Programming Language/appendix-01-keywords.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions docs/books/The Rust Programming Language/appendix-02-operators.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

284 changes: 284 additions & 0 deletions docs/books/The Rust Programming Language/appendix-05-editions.html

Large diffs are not rendered by default.

263 changes: 263 additions & 0 deletions docs/books/The Rust Programming Language/appendix-06-translation.html

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions docs/books/The Rust Programming Language/appendix-07-nightly-rust.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions docs/books/The Rust Programming Language/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;
}
Loading

0 comments on commit 6ac4143

Please sign in to comment.