Skip to content

Commit

Permalink
adds sui preview
Browse files Browse the repository at this point in the history
damirka committed Mar 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8ff5ac1 commit 71d8651
Showing 102 changed files with 26,780 additions and 0 deletions.
1 change: 1 addition & 0 deletions sui/.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.
222 changes: 222 additions & 0 deletions sui/404.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file added sui/FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added sui/FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions sui/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 sui/FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added sui/FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added sui/FontAwesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
237 changes: 237 additions & 0 deletions sui/appendix/glossary.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions sui/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;
}
278 changes: 278 additions & 0 deletions sui/basic-syntax/address.html

Large diffs are not rendered by default.

288 changes: 288 additions & 0 deletions sui/basic-syntax/assert-and-abort.html

Large diffs are not rendered by default.

304 changes: 304 additions & 0 deletions sui/basic-syntax/comments.html

Large diffs are not rendered by default.

281 changes: 281 additions & 0 deletions sui/basic-syntax/constants.html

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions sui/basic-syntax/control-flow.html

Large diffs are not rendered by default.

247 changes: 247 additions & 0 deletions sui/basic-syntax/copy-ability.html

Large diffs are not rendered by default.

295 changes: 295 additions & 0 deletions sui/basic-syntax/drop-ability.html

Large diffs are not rendered by default.

310 changes: 310 additions & 0 deletions sui/basic-syntax/expression.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions sui/basic-syntax/function.html

Large diffs are not rendered by default.

360 changes: 360 additions & 0 deletions sui/basic-syntax/generics.html

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions sui/basic-syntax/importing-modules.html

Large diffs are not rendered by default.

370 changes: 370 additions & 0 deletions sui/basic-syntax/index.html

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions sui/basic-syntax/module.html

Large diffs are not rendered by default.

283 changes: 283 additions & 0 deletions sui/basic-syntax/option.html

Large diffs are not rendered by default.

320 changes: 320 additions & 0 deletions sui/basic-syntax/ownership-and-scope.html

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions sui/basic-syntax/primitive-types.html

Large diffs are not rendered by default.

315 changes: 315 additions & 0 deletions sui/basic-syntax/references.html

Large diffs are not rendered by default.

254 changes: 254 additions & 0 deletions sui/basic-syntax/standard-library.html

Large diffs are not rendered by default.

299 changes: 299 additions & 0 deletions sui/basic-syntax/string.html

Large diffs are not rendered by default.

353 changes: 353 additions & 0 deletions sui/basic-syntax/struct-methods.html

Large diffs are not rendered by default.

296 changes: 296 additions & 0 deletions sui/basic-syntax/struct.html

Large diffs are not rendered by default.

269 changes: 269 additions & 0 deletions sui/basic-syntax/type-reflection.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions sui/basic-syntax/vector.html

Large diffs are not rendered by default.

262 changes: 262 additions & 0 deletions sui/basic-syntax/visibility.html

Large diffs are not rendered by default.

258 changes: 258 additions & 0 deletions sui/before-we-begin/ide-support.html

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions sui/before-we-begin/index.html

Large diffs are not rendered by default.

245 changes: 245 additions & 0 deletions sui/before-we-begin/install-sui.html

Large diffs are not rendered by default.

234 changes: 234 additions & 0 deletions sui/before-we-begin/move-2024.html

Large diffs are not rendered by default.

Loading

0 comments on commit 71d8651

Please sign in to comment.