diff --git a/docs/README.mdx b/docs/README.mdx index 31c12e01cb..33d4144971 100644 --- a/docs/README.mdx +++ b/docs/README.mdx @@ -2,16 +2,36 @@ import DocCard from "@theme/DocCard"; import DocCardList from "@theme/DocCardList"; import { findSidebarItem } from "@site/src/sidebarUtils"; import DocCardSection from "@site/src/components/DocCardSection"; +import HammerSvg from "@site/static/img/HammerGraphic.svg?react"; import OasisSvg from "@site/static/img/OasisGraphic.svg?react"; -import GetInvolvedSvg from "@site/static/img/GetInvolvedGraphic.svg?react"; -import BuildSvg from "@site/static/img/BuildGraphic.svg?react"; -import DevelopCoreSvg from "@site/static/img/DevelopCoreGraphic.svg?react"; -import NodesSvg from "@site/static/img/NodesGraphic.svg?react"; +import SpeakerSvg from "@site/static/img/SpeakerGraphic.svg?react"; +import CogSvg from "@site/static/img/CogGraphic.svg?react"; +import CoreSvg from "@site/static/img/CoreGraphic.svg?react"; +import BlocksSvg from "@site/static/img/BlocksGraphic.svg?react"; # Getting Started
+} +> + Use Oasis to build verifiable, auditable applications + powered by TEE running on a permissionless network of nodes. No censorship, + no hidden costs, no central authority! + + Get your hands dirty quickly by reviewing [top use cases](/build/use-cases) + and considering one that fits your needs. Our tutorials will help you make + your app up and running in no time. + + } + svg={} > Our [Runtime Offchain Logic (ROFL)](/build/rofl/) enables you to build secure applications running in a trusted environment (TEE). This is ideal @@ -46,7 +66,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react"; "/general/manage-tokens/", ]} svg={ - + } > Learn the fundamentals of Oasis architecture, wallets, and unique privacy @@ -59,7 +79,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react"; itemPaths={[ "/get-involved/", ]} - svg={} + svg={} > Connect with developers, run infrastructure, and contribute to the future of Oasis. @@ -72,7 +92,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react"; "/node/network/testnet", "/node/run-your-node/", ]} - svg={} + svg={} > If you want to run your own Oasis node, this part will provide you with guides on the current Mainnet and Testnet network parameters and how to set up your node, let it be a validator node, perhaps running a ParaTime or just a simple client node for your server to submit transactions and perform queries on the network. @@ -85,7 +105,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react"; "/core/runtime/", "/adrs", ]} - svg={} + svg={} > Whether you want to contribute your code to the core components of the Oasis Network or just learn more about the Oasis consensus layer and other core components, this is the part for you. diff --git a/static/img/NodesGraphic.svg b/static/img/BlocksGraphic.svg similarity index 100% rename from static/img/NodesGraphic.svg rename to static/img/BlocksGraphic.svg diff --git a/static/img/BuildGraphic.svg b/static/img/CogGraphic.svg similarity index 100% rename from static/img/BuildGraphic.svg rename to static/img/CogGraphic.svg diff --git a/static/img/DevelopCoreGraphic.svg b/static/img/CoreGraphic.svg similarity index 100% rename from static/img/DevelopCoreGraphic.svg rename to static/img/CoreGraphic.svg diff --git a/static/img/HammerGraphic.svg b/static/img/HammerGraphic.svg new file mode 100644 index 0000000000..5997a5d3e2 --- /dev/null +++ b/static/img/HammerGraphic.svg @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/GetInvolvedGraphic.svg b/static/img/SpeakerGraphic.svg similarity index 100% rename from static/img/GetInvolvedGraphic.svg rename to static/img/SpeakerGraphic.svg