Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export default {
},
externalLinkIcon: true,
logo: {
light: '/img/API3-Active.png',
dark: '/img/api3-inactive.png',
light: '/img/api3-logo-light-theme.svg',
dark: '/img/api3-logo-dark-theme.svg',
},
siteTitle: 'Documentation',
socialLinks: [
Expand All @@ -80,7 +80,7 @@ export default {
],
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2019-present API3',
copyright: 'Copyright © 2019-present API3 Foundation',
},
sidebar: {
'/dapps/': require('../dapps/sidebar.js'),
Expand Down
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
layout: home

hero:
name: API3
name: Api3
text: Oracles that pay you
tagline: Receive OEV Rewards for your DeFi project
image:
src: /img/data-feeds-simple-to-integrate.svg
alt: API3
light: /img/data-feeds-simple-to-integrate-light.svg
dark: /img/data-feeds-simple-to-integrate-dark.svg
alt: Api3
actions:
- theme: brand
text: For dApps
Expand Down
2 changes: 1 addition & 1 deletion docs/oev-searchers/in-depth/oev-network/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ outline: deep

# OEV Network

![OEV Network image](./oev-network.png)
![OEV Network image](./oev-network.svg)

The OEV Network operates as a standard Arbitrum Nitro L2 optimistic-rollup. The
system ensures transparency and allows verification of the auction process. In
Expand Down
Binary file not shown.
742 changes: 742 additions & 0 deletions docs/oev-searchers/in-depth/oev-network/oev-network.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/public/img/API3-Active.png
Binary file not shown.
Binary file removed docs/public/img/api3-inactive.png
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/public/img/api3-logo-dark-theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/public/img/api3-logo-light-theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
527 changes: 527 additions & 0 deletions docs/public/img/data-feeds-simple-to-integrate-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
441 changes: 441 additions & 0 deletions docs/public/img/data-feeds-simple-to-integrate-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
325 changes: 0 additions & 325 deletions docs/public/img/data-feeds-simple-to-integrate.svg

This file was deleted.

Loading