Skip to content

Commit

Permalink
deploy: 2cbcbd9
Browse files Browse the repository at this point in the history
  • Loading branch information
binglekruger committed Nov 26, 2024
0 parents commit 8f05666
Show file tree
Hide file tree
Showing 67 changed files with 7,828 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
68 changes: 68 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html><html> <head><meta charset=utf-8><title>404 - Page Not Found</title><link rel=stylesheet href=/trusted-compute-MVP/assets/stylesheets/main.css><style>
.not-found-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
text-align: center;
padding: 2rem;
background-color: var(--md-default-bg-color);
color: var(--md-typeset-color);
}

.not-found-container h1 {
font-size: 6rem;
margin: 0;
color: #ff642e;
}

.not-found-container h2 {
font-size: 2rem;
margin: 0.5rem 0;
color: #e54b15;
}

.not-found-container p {
font-size: 1.2rem;
margin: 1rem 0 2rem 0;
}

.not-found-actions {
display: flex;
gap: 1rem;
margin-top: 1rem;
}

.md-button {
display: inline-block;
padding: 0.625em 2em;
font-size: .8rem;
font-weight: 500;
cursor: pointer;
text-decoration: none;
border-radius: 0.25rem;
transition: all 0.2s ease;
background-color: transparent;
border: 1px solid #ff642e;
color: #ff642e;
}

.md-button:hover {
transform: translateY(-1px);
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.md-button--primary {
background-color: #ff642e !important;
color: white !important;
border: none;
}
</style></head> <body> <div class=not-found-container> <h1>404</h1> <h2>Page Not Found</h2> <p>The page you are looking for doesn't exist or has been moved.</p> <div class=not-found-actions> <a href=/trusted-compute-MVP/ class="md-button md-button--primary">Return to Home</a> <button onclick=window.history.back() class=md-button>Go Back</button> </div> </div> <script>
// Handle old documentation paths
var path = window.location.pathname;
if (path.includes('/docs/')) {
var newPath = path.replace('/docs/', '/');
window.location.href = '/trusted-compute-MVP' + newPath;
}
</script> </body> </html>
33 changes: 33 additions & 0 deletions api/endpoints/data-pool/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/endpoints/health/index.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions api/endpoints/python-execution/index.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions api/endpoints/wasm-execution/index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions api/overview/index.html

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions api/postman-collection/usage-guide/index.html

Large diffs are not rendered by default.

Binary file added assets/images/favicon.png
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 assets/images/logo.ico
Binary file not shown.
Binary file added assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/javascripts/bundle.83f73b43.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.83f73b43.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f05666

Please sign in to comment.