Skip to content

Commit

Permalink
update 1711060284
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed Mar 21, 2024
1 parent cabb858 commit ad49be7
Show file tree
Hide file tree
Showing 102 changed files with 2,621 additions and 351 deletions.
8 changes: 6 additions & 2 deletions sui/404.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/advanced-topics/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/programmability/index.html">
<link rel="canonical" href="/programmability/index.html">
</head>
<body>
<p>Redirecting to... <a href="/programmability/index.html">/programmability/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/advanced-topics/ownership-and-references.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/advanced-topics/struct.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/struct.html">
<link rel="canonical" href="/basic-syntax/struct.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/struct.html">/basic-syntax/struct.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/advanced-topics/types-with-abilities/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/advanced-topics/understanding-generics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
234 changes: 234 additions & 0 deletions sui/appendix/contributing.html

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions sui/appendix/glossary.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/address.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/assert-and-abort.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/comments.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/constants.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/control-flow.html

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions sui/basic-syntax/copy-ability.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/drop-ability.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/expression.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/function.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/generics.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/importing-modules.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/index.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/module.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/option.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/ownership-and-scope.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/primitive-types.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/references.html

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions sui/basic-syntax/standard-library.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/string.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/struct-methods.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/struct.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/type-reflection.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/vector.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/basic-syntax/visibility.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/before-we-begin/ide-support.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/before-we-begin/index.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/before-we-begin/install-sui.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/before-we-begin/move-2024.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/address.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/index.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/manifest.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/modules.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/object-model.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/packages.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/user-interaction.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/what-is-a-transaction.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/concepts/what-is-an-account.html

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions sui/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,3 @@ ul#searchresults span.teaser em {
}


/* Custom Parts */

.modules-table table td {
height: 50px;
}
37 changes: 0 additions & 37 deletions sui/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,40 +206,3 @@ kbd {
}


/* Changing styles */

body {
font-family: 'Rubik', sans-serif;
font-weight: lighter;
}

h1, h2, h3, h4, h5 {
font-family: 'Rubik', sans-serif;
font-weight: normal;
}

#sidebar {
font-size: 0.9em;
}

blockquote {
margin: 20px 0;
padding: 0 calc(var(--blockquote-offset) + 5px);
line-height: 1.2em;
font-size: 1em;
color: var(--fg);
background-color: inherit;
border: 1px solid black;
position: relative;
}

blockquote p {
background-color: inherit;
position: relative;
margin: 20px 10px;
z-index: 2;
}

strong {
font-weight: normal;
}
11 changes: 9 additions & 2 deletions sui/guides/2024-migration-guide.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/guides/better-error-handling.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/guides/building-against-limits.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/guides/index.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/guides/upgradeability-practices.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/hello-sui/hello-sui.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/hello-sui/index.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/hello-sui/module-structure.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/history.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/index.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/introduction.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions sui/introduction/foreword
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=foreword">
<link rel="canonical" href="foreword">
</head>
<body>
<p>Redirecting to... <a href="foreword">foreword</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/introduction/getting-started
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=before-we-begin">
<link rel="canonical" href="before-we-begin">
</head>
<body>
<p>Redirecting to... <a href="before-we-begin">before-we-begin</a>.</p>
</body>
</html>
11 changes: 9 additions & 2 deletions sui/object/index.html

Large diffs are not rendered by default.

473 changes: 374 additions & 99 deletions sui/print.html

Large diffs are not rendered by default.

25 changes: 17 additions & 8 deletions sui/programmability/bcs.html

Large diffs are not rendered by default.

28 changes: 19 additions & 9 deletions sui/programmability/capability.html

Large diffs are not rendered by default.

31 changes: 20 additions & 11 deletions sui/programmability/collections.html

Large diffs are not rendered by default.

31 changes: 21 additions & 10 deletions sui/programmability/dynamic-fields.html

Large diffs are not rendered by default.

34 changes: 23 additions & 11 deletions sui/programmability/epoch-and-time.html

Large diffs are not rendered by default.

291 changes: 291 additions & 0 deletions sui/programmability/events.html

Large diffs are not rendered by default.

28 changes: 16 additions & 12 deletions sui/programmability/fast-path.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/programmability/index.html

Large diffs are not rendered by default.

33 changes: 20 additions & 13 deletions sui/programmability/module-initializer.html

Large diffs are not rendered by default.

40 changes: 33 additions & 7 deletions sui/programmability/sui-framework.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions sui/programmability/testing.html

Large diffs are not rendered by default.

17 changes: 12 additions & 5 deletions sui/programmability/transaction-context.html

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions sui/programmability/witness-and-abstract-implementation.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions sui/resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/resources/resource-by-example/access-resource-with-borrow.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/resources/resource-by-example/destroy-resource.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/resources/resource-by-example/furher-steps.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/resources/resource-by-example/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/resources/resource-by-example/storing-new-resource.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/resources/signer-type.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/resources/what-is-resource.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/index.html">
<link rel="canonical" href="/index.html">
</head>
<body>
<p>Redirecting to... <a href="/index.html">/index.html</a>.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion sui/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/searchindex.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions sui/syntax-basics/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/comments.html">
<link rel="canonical" href="/basic-syntax/comments.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/comments.html">/basic-syntax/comments.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/syntax-basics/concept.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/module.html">
<link rel="canonical" href="/basic-syntax/module.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/module.html">/basic-syntax/module.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/syntax-basics/constants.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/constants.html">
<link rel="canonical" href="/basic-syntax/constants.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/constants.html">/basic-syntax/constants.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/syntax-basics/expression.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/expression.html">
<link rel="canonical" href="/basic-syntax/expression.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/expression.html">/basic-syntax/expression.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/syntax-basics/function.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/function.html">
<link rel="canonical" href="/basic-syntax/function.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/function.html">/basic-syntax/function.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/syntax-basics/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/index.html">
<link rel="canonical" href="/basic-syntax/index.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/index.html">/basic-syntax/index.html</a>.</p>
</body>
</html>
12 changes: 12 additions & 0 deletions sui/syntax-basics/module.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/basic-syntax/importing-modules.html">
<link rel="canonical" href="/basic-syntax/importing-modules.html">
</head>
<body>
<p>Redirecting to... <a href="/basic-syntax/importing-modules.html">/basic-syntax/importing-modules.html</a>.</p>
</body>
</html>
43 changes: 43 additions & 0 deletions sui/theme/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/* Changing styles */

body {
font-family: 'Rubik', sans-serif;
font-weight: lighter;
}

h1, h2, h3, h4, h5 {
font-family: 'Rubik', sans-serif;
font-weight: normal;
}

#sidebar {
font-size: 0.9em;
}

blockquote {
margin: 20px 0;
padding: 0 calc(var(--blockquote-offset) + 5px);
line-height: 1.2em;
font-size: 1em;
color: var(--fg);
background-color: inherit;
border: 1px solid black;
position: relative;
}

blockquote p {
background-color: inherit;
position: relative;
margin: 20px 10px;
z-index: 2;
}

strong {
font-weight: normal;
}

/* Custom Parts */

.modules-table table td {
height: 50px;
}
Loading

0 comments on commit ad49be7

Please sign in to comment.