diff --git a/docs/concepts/index.mdx b/docs/concepts/index.mdx
index c17280ea..41dc85f4 100644
--- a/docs/concepts/index.mdx
+++ b/docs/concepts/index.mdx
@@ -1,5 +1,5 @@
---
-title: How SUAVE Extends Solidity
+title: SUAVE Concepts
description: Understand more about SUAVE
keywords:
- explanations
@@ -9,18 +9,6 @@ keywords:
import DocCardList from '@theme/DocCardList';
-Each of the pages in this section describes one of the ways in which SUAVE extends Solidity and gives you, a MEV application developer, unique advantages.
+
-
-In brief, SUAVE enables you to:
-
-- 🛠 Build blocks on other chains
-
-- 🧑💻 Define private compute
-
-- 🕵️♀️ Store private data
-
-- 🧩 Interface with many different MEV components, meaning that you can
- - ⚡ Plug into existing MEV infra: i.e sending bundles to block builders, relays, validators or sequencers
- - 🤖 Build totally new MEV infra: i.e. create unique SUAPPs on SUAVE
diff --git a/docs/index.mdx b/docs/index.mdx
index 43f70dbc..c47b54d6 100644
--- a/docs/index.mdx
+++ b/docs/index.mdx
@@ -18,6 +18,7 @@ SUAVE is currently in early alpha. The first testnet is called Rigil. Please be
:::
+
## Explore
+
+
+
+
+
+
+![logo](/img/social-preview-3.jpg)
diff --git a/docs/tools/index.mdx b/docs/tools/index.mdx
index b676bad4..c75d9c07 100644
--- a/docs/tools/index.mdx
+++ b/docs/tools/index.mdx
@@ -1,10 +1,9 @@
---
-title: Explanations
-description: Understand more about SUAVE
+title: Tools
+description: Tools and projects for SUAVE, from Flashbots and the community
keywords:
- - explanations
- suave
- - concepts
+ - tools
---
import DocCardList from '@theme/DocCardList';
diff --git a/docs/tutorials/index.mdx b/docs/tutorials/index.mdx
index acb93129..fa13cb74 100644
--- a/docs/tutorials/index.mdx
+++ b/docs/tutorials/index.mdx
@@ -1,6 +1,6 @@
---
-title: Introduction
-description: Get started by learning how to build cool stuff with SUAVE
+title: Tutorials
+description: Learn how to build things on and with SUAVE
keywords:
- tutorials
- suave
@@ -10,21 +10,6 @@ keywords:
import DocCardList from '@theme/DocCardList';
-:::info
-
-SUAVE is focused on delivering credible, confidential computation that enables you to build better mechanisms. SUAVE enables anyone to build and deploy MEV applications, on a decentralized network, which were not possible until today.
-
-:::
-
-## What can I do with SUAVE?
-
-1. **Deploy more expressive smart contracts.**
-
- - Contracts on SUAVE follow the same rules as on Ethereum, with the added advantage of being able to access additional precompiles available to serve any SUAPP.
-
-2. **Compute confidentially**.
- - Public contracts with verifiable logic, combined with confidential data, means that SUAVE can be seen as an open marketplace for mechanisms we can all inspect, collaborate on, and compete with to produce the most efficient MEV applications, while nevertheless protecting everyone's privacy.
-
-## In this section
+
diff --git a/docusaurus.config.js b/docusaurus.config.js
index dde13ca5..26608013 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -86,7 +86,7 @@ module.exports = async function createConfigAsync() {
routeBasePath: '/',
id: 'docs',
editUrl: 'https://github.com/flashbots/suave-docs/edit/main/',
- showLastUpdateTime: true,
+ showLastUpdateTime: false,
remarkPlugins: [(await import('remark-math')).default],
rehypePlugins: [(await import('rehype-katex')).default],
},