Skip to content

Commit

Permalink
Populate /dapps and /oev-searchers (#134)
Browse files Browse the repository at this point in the history
* Move the overview sections to root index.md files

* Try fixing the CI

* More link fixes
  • Loading branch information
bbenligiray authored Nov 21, 2024
1 parent 926c1db commit 0a3c9bf
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ function nav() {
{ text: 'Home', link: '/' },
{
text: 'dApps',
link: '/dapps/overview/',
link: '/dapps/',
activeMatch: '/dapps/.*',
},
{
text: 'OEV Searchers',
link: '/oev-searchers/overview/',
link: '/oev-searchers/',
activeMatch: '/oev-searchers/.*',
},
];
Expand Down
2 changes: 1 addition & 1 deletion docs/dapps/overview/index.md → docs/dapps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ This fact can often be exploited to extract funds from the users of the data fee

[Oracle Extractable Value (OEV)](https://medium.com/api3/oracle-extractable-value-oev-13c1b6d53c5b) is a subset of MEV that oracles have priority on extracting by batching additional operations with their updates.
Furthermore, instead of searching for such OEV opportunities themselves, oracles can auction off this privilege.
API3 holds transparent and permissionless auctions for OEV opportunities on OEV Network, and [pays](/dapps/oev-rewards) the auction proceeds to the respective dApps.
API3 holds transparent and permissionless auctions for OEV opportunities on OEV Network, and [pays](/dapps/oev-rewards/) the auction proceeds to the respective dApps.
OEV Rewards is effectively a new and sustainable revenue stream for dApps.
2 changes: 1 addition & 1 deletion docs/dapps/oev-rewards/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ OEV searchers make a simple revenue–cost estimation before deciding if they wi
The easiest way to tilt this equation to your favor would be to provide excellent documentation for how OEV searchers should interact with your dApp.
One step ahead of this is developing and open-sourcing an OEV bot for your dApp that anyone can use and improve upon.
An open source bot that works well and is easy to operate will find many users, which will drive searcher profit margins down and your OEV Rewards up.
Finally, you can [be your own OEV searcher](/oev-searchers/overview) and participate in the auctions of your dApp.
Finally, you can [be your own OEV searcher](/oev-searchers/) and participate in the auctions of your dApp.

::: info 💡 Tip

Expand Down
4 changes: 2 additions & 2 deletions docs/dapps/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ If not, make sure that your wallet is connected to the network that the data fee
## What next?

This guide should be enough to get you started for a hackathon.
However, if you want to use API3 data feeds in production, continue reading the [integration section.](/dapps/integration)
Alternatively, find out how to [get paid](/dapps/oev-rewards) by using API3 data feeds.
However, if you want to use API3 data feeds in production, continue reading the [integration section.](/dapps/integration/)
Alternatively, find out how to [get paid](/dapps/oev-rewards/) by using API3 data feeds.
2 changes: 1 addition & 1 deletion docs/dapps/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = [
{
text: 'Overview',
link: '/dapps/overview/',
link: '/dapps/',
},
{
text: 'Quickstart',
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ hero:
actions:
- theme: brand
text: For dApps
link: /dapps/overview/
link: /dapps/
- theme: brand
text: For OEV searchers
link: /oev-searchers/overview/
link: /oev-searchers/
---
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/oev-searchers/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
items: [
{
text: 'Overview',
link: '/oev-searchers/overview',
link: '/oev-searchers',
},
],
},
Expand Down

0 comments on commit 0a3c9bf

Please sign in to comment.