Skip to content

Commit

Permalink
chore(docs): revise home section (#583)
Browse files Browse the repository at this point in the history
Revises intro section in docs to direct readers to section most relevant
to their profile

task: https://app.asana.com/0/1206684215872507/1206684219212568/f
  • Loading branch information
idea404 authored Mar 13, 2024
1 parent 2e38e2c commit 49a6a54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions docs/site/docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ slug: /

![omni banner](../static/img/omni-banner.png)

_Welcome to the documentation portal for all things Omni!_
### _Welcome to the documentation portal for all things Omni!_

Please read on to learn [about Omni](./learn/introduction/introduction.md), [the network](./protocol/introduction/introduction.md), [developer docs](./develop/contracts.md) and [running a validator](./operate/introduction/introduction.md).
Omni is an Ethereum-native interoperability protocol that establishes low latency communications between all Ethereum rollups. Omni offers a secure, performant, and globally compatible architecture that presents Ethereum as a single, unified operating system to both users and developers.

[**Learn**](./learn/introduction/introduction.md): New to Omni or Ethereum interoperability? Start here to understand the basics of how Omni connects all Ethereum rollups.

[**Protocol**](./protocol/introduction/introduction.md): Dive deep into Omni’s network architecture and core processes. This section is ideal for those interested in the technical underpinnings and innovative solutions Omni brings to Ethereum interoperability.

[**Develop**](./develop/contracts.md): Ready to build on Omni? Explore our developer resources and examples to easily integrate Omni into your application. This area is tailored for developers seeking practical tools and examples to expand their applications to all Ethereum rollups.

[**Operate**](./operate/introduction/introduction.md): Learn how to run an Omni validator and contribute security to Omni’s network.
2 changes: 1 addition & 1 deletion docs/site/docs/learn/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Background

Ethereum’s commitment to the rollup-centric roadmap has forced the network to scale via isolated execution environments. While this allows rollups to support various execution environments and programming languages, creates negative externalities that degrade Ethereum’s network effects. Specifically, liquidity, users, and developers are fragmented between disparate ecosystems. The expanding variety of rollup designs and their growing adoption will only exacerbate these issues. Consequently, Ethereum requires a native interoperability protocol that realigns the network with its original vision of being a single, unified operating system for decentralized applications.
Ethereum’s commitment to the rollup-centric roadmap has forced the network to scale via isolated execution environments. While this allows rollups to support various execution environments and programming languages, it creates negative externalities that degrade Ethereum’s network effects. Specifically, liquidity, users, and developers are fragmented between disparate ecosystems. The expanding variety of rollup designs and their growing adoption will only exacerbate these issues. Consequently, Ethereum requires a native interoperability protocol that realigns the network with its original vision of being a single, unified operating system for decentralized applications.

### The Ideal Interoperability Solution

Expand Down

0 comments on commit 49a6a54

Please sign in to comment.