diff --git a/docs/content/faq.md b/docs/content/build/4-faq.md similarity index 95% rename from docs/content/faq.md rename to docs/content/build/4-faq.md index b318b1af6..85a2a2eef 100644 --- a/docs/content/faq.md +++ b/docs/content/build/4-faq.md @@ -86,4 +86,4 @@ However, Omni is not a bridge for canonical or native tokens. If you believe you ### Does the Omni EVM support pre-EIP-155 transactions? -Our public RPCs do not support pre-EIP-155 transactions. If you'd like to submit a pre-155 transaction, you can run a full node (see [relevant page](./operate/1-run-full-node.md)), enable [AllowUnprotectedTxs](https://github.com/ethereum/go-ethereum/blob/e67d5f8c441d5c85cfa69317db8d85794645af14/node/config.go#L199), and submit the transaction to your own endpoint. +Our public RPCs do not support pre-EIP-155 transactions. If you'd like to submit a pre-155 transaction, you can run a full node (see [relevant page](../operate/1-run-full-node.md)), enable [AllowUnprotectedTxs](https://github.com/ethereum/go-ethereum/blob/e67d5f8c441d5c85cfa69317db8d85794645af14/node/config.go#L199), and submit the transaction to your own endpoint. diff --git a/docs/content/learn/5-resources.md b/docs/content/learn/5-resources.md new file mode 100644 index 000000000..9435a779f --- /dev/null +++ b/docs/content/learn/5-resources.md @@ -0,0 +1,20 @@ +# Resources + +Below is a list of resources that may be helpful as you explore Omni: + +## Technical + +- [Whitepaper](https://docs.omni.network/whitepaper.pdf) +- [Omni Monorepo](https://github.com/omni-network/omni) +- [Codebase walkthrough](https://drive.google.com/file/d/1Kw8-xcp2pB6JkLEv7AyzOnNZthXw4x4K/view?usp=sharing) +- [Omni Protocol Design V0](https://docs.google.com/document/d/14DEeYmMAMdMwRV_tEyUfUs0KXQ0IzIjXH9oexn4T5eM/edit) +- [Hello World Template](https://github.com/omni-network/hello-world-template) +- [xstake example](https://github.com/omni-network/xstake) +- [Status Page](https://status.omni.network/) +- [Faucet](https://faucet.omni.network) + +## Audits + +- [Sigma Prime Chain pt1](https://docs.omni.network/sigma-prime-chain.pdf) +- [Sigma Prime AVS](https://docs.omni.network/sigma-prime-avs.pdf) +- [Zellic AVS](https://docs.omni.network/zellic-avs.pdf) diff --git a/docs/website/sidebars.ts b/docs/website/sidebars.ts index 50069e155..3f542de24 100644 --- a/docs/website/sidebars.ts +++ b/docs/website/sidebars.ts @@ -23,6 +23,7 @@ const sidebars: SidebarsConfig = { 'build/quickstart', 'build/walkthrough', 'build/omega', + 'build/faq', ], collapsed: true, }, @@ -34,6 +35,7 @@ const sidebars: SidebarsConfig = { 'learn/architecture', 'learn/token', 'learn/whitepaper', + 'learn/resources', ], collapsed: true, }, @@ -49,7 +51,6 @@ const sidebars: SidebarsConfig = { ], collapsed: true, }, - 'faq', ], };