This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
231 lines (222 loc) · 6.51 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# yamllint disable-line rule:line-length
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
repo_name: manifoldfinance/auction-platform-docs
repo_url: https://github.com/manifoldfinance/auction-platform-docs
site_author: Manifold Finance & 20squares
# yamllint disable-line rule:line-length
site_description: MEV Auction documentation for builders, searchers and liquid staking protocols.
site_name: XGA Auctions Documentation
site_url: https://docs.xga.com
# yamllint disable-line rule:line-length
copyright: Manifold Finance, Inc, 20squares UG, and contributors. Creative Commons Attribution-NonCommercial-NoDerivs 2.5
use_directory_urls: true
theme:
name: material
custom_dir: .docs/overrides/
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.instant
- navigation.instant.progress
- navigation.expand
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
# breadcrumbs
- navigation.indexes
- navigation.path
- search.highlight
- search.share
- search.suggest
- toc.follow
# keep TOC on righthand side enabled
- toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
is_insider: true
generator: false
google:
site_verification:
- ''
tag_manager: ''
plugins:
- search:
#separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
separator: '[\s\-\.\_]+'
lang: 'en'
- git-revision-date-localized:
strict: false
type: date
locale: en
- exclude:
glob:
- README.md
- "*.gotmpl"
- "*.gotmpl.md"
- awesome-pages
- macros:
module_name: .docs/macros/includes/main
- typeset
- blog:
post_url_format: "{categories}/{slug}"
post_url_max_categories: 2
- meta
markdown_extensions:
# Built-in
- markdown.extensions.abbr:
- markdown.extensions.admonition:
- markdown.extensions.attr_list:
- markdown.extensions.footnotes:
- markdown.extensions.md_in_html:
- markdown.extensions.meta:
- markdown.extensions.tables:
- markdown.extensions.toc:
permalink: true
- mdx_math
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- admonition
- pymdownx.details
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shortener: true
social_url_shorthand: true
normalize_issue_symbols: true
provider: github
user: manifoldfinance
repo: auction-platform-docs
- pymdownx.mark
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- tables
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- abbr
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: true
toc_depth: 3
nav:
- index.md
- Developers:
- Getting Started: Developers/index.md
# - Auctioneer: Developers/auctioneer.md
- Interface: Developers/interface.md
- Builders & Searchers: Developers/builders.md
- Testnet: Developers/testnet.md
- Payment Methods: Developers/payment-methods.md
- SDK: Developers/sdk.md
- Learning:
# - Flashbots Comparison: Learning/flashbots-comparison.md
- Auction Design: Learning/aup_auction.md
- Forward Contracts: Learning/Forward-Contracts.md
# Disable Article
# - 'Secondary Market': 'Learning/secondary-market.md'
- Clients:
- Overview: Clients/index.md
- Clients: Clients/clients.md
- Validators: Clients/validators.md
- Configuration: Clients/configuration.md
- Accounting: Clients/accounting.md
- Relay: Clients/relay.md
- Requirements: Clients/requirements.md
- Relay:
- SecureRpc Relay: Relay/index.md
- Captive Insurance: Relay/captive-insurance.md
- SecureRPC Relay: https://securerpc.com
- API:
- Overview: api/index.md
- Relay: api/relay.md
- Validator Self Report: api/self-report.md
- Beta Auction: api/beta-auction.md
- Bundle: api/bundle.md
- Signature Scheme: api/signature-scheme.md
- Reference:
- Contract Design: Reference/contract_design.md
- Contract Summary: Reference/contract_summary.md
- Glossary: Reference/glossary.md
- RPC Payload: Reference/rpc-payload.md
- Constant Values: Reference/constants.md
- ERC 6909: Reference/erc6909.md
- Legal:
- Legal/index.md
- Compliance: Legal/CDD.md
- Content Disclaimer: Legal/Content-Disclaimer.md
- Disclosure Statement: Legal/Disclosure-Statement.md
- Rulebook:
- Bylaws: Rulebook/bylaws.md
- Definitions: Rulebook/definitions.md
- Settlement: Rulebook/delivery-and-settlement.md
- General: Rulebook/general.md
- Governance: Rulebook/governance.md
- Clearing: Rulebook/network-clearing-participants.md
- Obligations: Rulebook/obligations.md
- Suspension: Rulebook/suspension.md
- Blog:
- blog/index.md