Skip to content

Commit bf983a1

Browse files
committed
added some framework to docs
1 parent ba754df commit bf983a1

File tree

11 files changed

+36
-2
lines changed

11 files changed

+36
-2
lines changed

pages/express-relay/_meta.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,24 @@
1515
"type": "separator"
1616
},
1717

18+
"integrate-express-relay": "Integrate Express Relay",
19+
1820
"-- Reference Material": {
1921
"title": "Reference Material",
2022
"type": "separator"
2123
},
2224

25+
"api-reference": "API Reference",
26+
"contract-addresses": "Contract Addresses",
27+
"error-codes": "Error Codes",
28+
2329
"examples": {
2430
"title": "Example Application ↗"
2531
},
2632
"-- Understand Express Relay": {
2733
"title": "Understanding Express Relay",
2834
"type": "separator"
29-
}
35+
},
36+
37+
"how-express-relay-works": "How Express Relay Works"
3038
}

pages/express-relay/api-reference.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# API Reference
2+
3+
Link to swagger
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Contract Address

pages/express-relay/error-codes.mdx

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Design Overview

pages/express-relay/how-express-relay-works/auction.mdx

Whitespace-only changes.

pages/express-relay/how-express-relay-works/relayer.mdx

Whitespace-only changes.

pages/express-relay/index.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# Introduction
22

3-
Express Relay
3+
Express Relay
4+
5+
(Insert minimalistic architecture diagram here)
6+
7+
## What is Express Relay?
8+
9+
### How does Express Relay work? (Maximum 2-3 lines)
10+
11+
### Different types of actors in Express Relay
12+
13+
## Links to other pages
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# How to Integrate Express Relay
2+
3+
4+
5+
3-4 lines about Express Relay integration.
6+
7+
8+
- [Searchers](./integrate-express-relay/searchers.mdx)
9+
- [Protocols](./integrate-express-relay/protocols.mdx)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# How to Integrate Express Relay as a Protocol

0 commit comments

Comments
 (0)