Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/cli/Guides/Solutions/tgwui.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ id: "tgwui"
title: "Text Generation WebUI"
slug: "/guides/solutions/tgwui"
sidebar_position: 1
displayed_sidebar: null
unlisted: true
---
3 changes: 2 additions & 1 deletion docs/cli/Guides/collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ sequenceDiagram
Super Protocol / TEE ->> Super Protocol / TEE: Process the order
Super Protocol / TEE ->>- Storage: Upload the order results
Alice ->> Storage: 10. Download the order results
end

Alice ->> Blockchain: 11. Get the order report
Bob ->> Blockchain: 11. Get the order report
end
```
<br/>

Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/certification.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The SubRoot CAs, in turn, issue and sign certificates for <a id="order"><span cl

## Order certificates

The issuing of order certificates involves [Trusted Loader](/whitepaper/tee-provider/#trusted-loader-mechanism)—a mechanism developed to load and run applications within a TEE. Trusted Loader operates inside the Confidential VM that executes the order. This Confidential VM may be deployed within a CPU-based or CPU/GPU-augmented TEE using technologies such as Intel TDX, AMD SEV-SNP, NVIDIA Confidential Computing, or others, making the system TEE-agnostic.
The issuing of order certificates involves Trusted Loader—a software mechanism developed by Super Protocol to load and run applications within a TEE. Trusted Loader operates inside the Confidential VM that executes the order. This Confidential VM may be deployed within a CPU-based or CPU/GPU-augmented TEE using technologies such as Intel TDX, AMD SEV-SNP, NVIDIA Confidential Computing, or others, making the system TEE-agnostic.

To receive an order certificate, the Trusted Loader sends a request to a SubRoot CA providing the quote and a public key. The SubRoot CA verifies the quote, issues the order certificate, and signs it with the provided public key.

Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ const config = {
position: "right",
label: "Developers",
},*/
{
/*{
type: "doc",
docId: "index",
position: "right",
label: "Whitepaper",
docsPluginId: "whitepaper",
},
},*/
],
},
prism: {
Expand Down Expand Up @@ -230,7 +230,7 @@ const config = {
"@easyops-cn/docusaurus-search-local",
({
hashed: true,
docsRouteBasePath: [/*"developers", */"marketplace", "whitepaper", "fundamentals", "cli"],
docsRouteBasePath: [/*"developers", */"marketplace", /*"whitepaper", */"fundamentals", "cli"],
language: ["en"],
highlightSearchTermsOnTargetPage: true,
explicitSearchResultPath: true,
Expand Down