diff --git a/docs.json b/docs.json index 7f4bead..5266c14 100644 --- a/docs.json +++ b/docs.json @@ -103,73 +103,6 @@ "pages/verifiable-randomness-functions-vrfs/introduction/best-practices", "pages/verifiable-randomness-functions-vrfs/introduction/faq" ] - },{ - "group": "How-to-Guide", - "pages": [ - "pages/verifiable-randomness-functions-vrfs/how-to-guide/overview" - ] - } - ] - }, - { - "tab": "Templates", - "groups": [ - { - "group": "Introduction", - "pages": [ - "pages/overview/templates" - ] - } - ] - }, - { - "tab": "Trusted Execution Environment", - "groups": [ - { - "group": "Introduction", - "pages": [ - "pages/trusted-execution-environments-tees/introduction/onchain-privacy", - "pages/trusted-execution-environments-tees/introduction/authorization" - ] - }, - { - "group": "How-to-Guide", - "pages": [ - "pages/trusted-execution-environments-tees/how-to-guide/program-implementation", - "pages/trusted-execution-environments-tees/how-to-guide/client-implementation" - ] - }, - { - "group": "API & SDK", - "pages": [ - "pages/trusted-execution-environments-tees/api-and-sdk/overview" - ] - } - ] - }, - { - "tab": "Verifiable Randomness", - "groups": [ - { - "group": "Introduction", - "pages": [ - "pages/verifiable-randomness-functions-vrfs/introduction/what-is-verifiable-randomness", - "pages/verifiable-randomness-functions-vrfs/introduction/technical-details", - "pages/verifiable-randomness-functions-vrfs/introduction/security", - "pages/verifiable-randomness-functions-vrfs/introduction/best-practices", - "pages/verifiable-randomness-functions-vrfs/introduction/faq" - ] - },{ - "group": "How-to-Guide", - "pages": [ - "pages/verifiable-randomness-functions-vrfs/how-to-guide/overview" - ] - }, - { - "group": "API & SDK", - "pages": [ - "pages/verifiable-randomness-functions-vrfs/api-and-sdk/overview" - ] } ] }, @@ -184,7 +117,6 @@ } ] }, - { "tab": "Tools", "groups": [ diff --git a/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup.mdx b/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup.mdx index d53f166..c1d4441 100644 --- a/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup.mdx +++ b/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup.mdx @@ -7,7 +7,7 @@ import Validators from "/snippets/validators.mdx"; -[Magicblock's Ephemeral Rollup](/pages/overview/additional-information/whitepaper) **leverages the Solana Virtual Machine (SVM)’s account-based structure and parallel execution** to optimize state management. By structuring the state into **clusters**, users can **lock one or multiple accounts** and temporarily shift state execution to a **dedicated auxiliary layer**— "Ephemeral Rollup (ER)". +[Magicblock's Ephemeral Rollup](/pages/overview/additional-information/whitepaper) **leverages the Solana Virtual Machine (SVM)’s account-based structure and parallel execution** to optimize state management. By structuring the state into **clusters**, users can **lock one or multiple accounts** and temporarily shift state execution to a **dedicated auxiliary layer**— "Ephemeral Rollup (ER)". A dynamic fraud-proof mechanism achieves fast finalization through a decentralized Security Committee, see [whitepaper](/public/Ephemeral_Rollups_Fraud_Proof.pdf) --- diff --git a/pages/tools/introduction.mdx b/pages/tools/introduction.mdx index 0faf245..032f475 100644 --- a/pages/tools/introduction.mdx +++ b/pages/tools/introduction.mdx @@ -51,24 +51,4 @@ description: "Utilize existing SDKs and Frameworks to accelerate your developmen Create on-chain achievement, leaderboard and rewards with SOAR -<<<<<<< HEAD -======= - - Integrate with Session Keys - - - Pyth Lazer on MagicBlock Ephemeral Rollups - - ->>>>>>> origin/main diff --git a/Ephemeral_Rollups_Fraud_Proof.pdf b/public/Ephemeral_Rollups_Fraud_Proof.pdf similarity index 100% rename from Ephemeral_Rollups_Fraud_Proof.pdf rename to public/Ephemeral_Rollups_Fraud_Proof.pdf diff --git a/snippets/api-link-card.mdx b/snippets/api-link-card.mdx deleted file mode 100644 index b78cbd4..0000000 --- a/snippets/api-link-card.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: ApiLinkCard ---- - -export const ApiLinkCard = ({ title, href, description }) => ( - -{" "} - -
- -

{title}

-

{description}

-
-
-); - -export default ApiLinkCard;