Skip to content

Commit

Permalink
docs(auction): update links (#13)
Browse files Browse the repository at this point in the history
* docs(contracts): improve markdown output for contracts

* fix(docs): correct admonitions

* chore(lint): fmt

* chore(update): sitemap

* chore(links): contact page

* docs(fixup): update links
  • Loading branch information
sambacha authored Jul 11, 2024
1 parent 1f23998 commit 34dc492
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 9 deletions.
15 changes: 15 additions & 0 deletions docs/Developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ description: Developer related information for builders, searchers and intergrat

[Payment Methods](./payment-methods.md)

## API Endpoints and Analytics

| URL | Description |
| ---------------------------------------------------------------- | ------------------------------- |
| [eth.xga.com](https://eth.xga.com) | auction mev-boost-relay |
| [dashboard-auth.xga.com](https://dashboard-auth.xga.com) | auction dashboard, auth |
| [blockscout.xga.com](https://blockscout.xga.com) | blockscout |

Check warning on line 34 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)

Check warning on line 34 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)
| [rpc.xga.com](https://rpc.xga.com) | mainnet RPC |
| [op.xga.com](https://op.xga.com) | mainnet XGA RPC |
| [holesky-dashboard.xga.com](https://holesky-dashboard.xga.com) | holesky auction stash board |
| [holesky-blockscout.xga.com](https://holesky-blockscout.xga.com) | holesky blockscout |

Check warning on line 38 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)

Check warning on line 38 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)
| [holesky-op.xga.com](https://holesky-op.xga.com) | holesky XGA RPC |
| [holesky-eth.xga.com](https://holesky-eth.xga.com) | holesky auction mev-boost-relay |
| [holesky-rpc.xga.com](https://holesky-rpc.xga.com) | holesky RPC |

## RPC Endpoints

Holesky: https://holesky-eth.xga.com/ - Relay
Expand Down
4 changes: 2 additions & 2 deletions docs/Reference/Contracts/Auctioneer.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
description: Auctioneer Contract
title: Auctioneer Contract
---

# Auctioneer.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/Auctioneer.sol)
!!! note
!!! note

Implements an auction mechanism for selling block space.

Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/Contracts/Bidder.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: Bidder
function getBid(uint256 slot) external view returns (uint256[] packedBids)
```

!!! info
!!! info

Get the bid from a bidder for a specific slot and round.

Expand Down
6 changes: 3 additions & 3 deletions docs/Reference/Contracts/SettlementHouse.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
description: SettlementHouse
title: SettlementHouse
---

# SettlementHouse.sol
## SettlementHouse.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/SettlementHouse.sol)
!!! note
!!! note

A contract for managing bundles of transactions for a futures token.

Expand Down
13 changes: 13 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@ supported by Licalzi[^6], aims to mitigate dramatic underpricing.

## Suggested Links

| URL | Description |
| ---------------------------------------------------------------- | ------------------------------- |
| [eth.xga.com](https://eth.xga.com) | auction mev-boost-relay |
| [dashboard-auth.xga.com](https://dashboard-auth.xga.com) | mainnet dashboard |
| [blockscout.xga.com](https://blockscout.xga.com) | blockscout |
| [rpc.xga.com](https://rpc.xga.com) | mainnet RPC |
| [op.xga.com](https://op.xga.com) | mainnet XGA RPC |
| [holesky-dashboard.xga.com](https://holesky-dashboard.xga.com) | holesky auction stash board |
| [holesky-blockscout.xga.com](https://holesky-blockscout.xga.com) | holesky blockscout |
| [holesky-op.xga.com](https://holesky-op.xga.com) | holesky XGA RPC |
| [holesky-eth.xga.com](https://holesky-eth.xga.com) | holesky auction mev-boost-relay |
| [holesky-rpc.xga.com](https://holesky-rpc.xga.com) | holesky RPC |

## Footnotes

[^1]: Previously this was called 'above'
Expand Down
7 changes: 4 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# yamllint disable rule:line-length
# yamllint disable rule:comments-indentation
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json

repo_name: manifoldfinance/docs-xga
repo_url: https://github.com/manifoldfinance/docs-xga
site_author: XGA Systems
Expand Down Expand Up @@ -106,8 +105,10 @@ extra:
name: Google Analytics
checked: false
social:
- icon: fontawesome/solid/rss
link: https://your.site/newsletter/0_newsletter_index/
# - icon: fontawesome/solid/rss
# link: https://your.site/newsletter/0_newsletter_index/
- icon: fontawesome/solid/envelope
link: https://noteforms.com/forms/xga-intake-847b2j

plugins:
- search:
Expand Down

0 comments on commit 34dc492

Please sign in to comment.