-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmkdocs.yml
More file actions
95 lines (88 loc) · 2.55 KB
/
mkdocs.yml
File metadata and controls
95 lines (88 loc) · 2.55 KB
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
site_name: ERC-4337 Documentation
site_description: "Complete guide to ERC-4337 Account Abstraction - smart accounts, bundlers, paymasters, and more"
site_url: https://docs.erc4337.io
use_directory_urls: false
nav:
- "⭐️ Introduction": index.md
- "🧠 Smart Accounts":
- smart-accounts/README.md
- smart-accounts/entrypoint-explainer.md
- smart-accounts/session-keys-and-delegation.md
- smart-accounts/the-application-layer-wallets-and-sdks.md
- smart-accounts/modular-accounts.md
- "📦 Bundlers":
- bundlers/README.md
- bundlers/compatibility-test-suite.md
- bundlers/userop-mempool-overview.md
- bundlers/censorship-resistance.md
- bundlers/simulation-requirements.md
- bundlers/monitoring-and-metrics.md
- "💰 Paymasters":
- paymasters/README.md
- paymasters/types.md
- paymasters/security-and-griefing.md
- paymasters/design-patterns.md
- paymasters/examples-and-sdks.md
- paymasters/paymaster-signature.md
- "📝 7702 Userops Guide":
- userops/quick-start.md
- userops/basic.md
- userops/sponsor.md
- "⛓️ L2s":
- l2s/README.md
- l2s/rip-7560.md
- l2s/superchain-4337-dataset-explained.md
- l2s/how-to-create-your-own-4337-metrics.md
- "🌿 Core Standards":
- core-standards/README.md
- core-standards/erc-4337.md
- core-standards/erc-7562.md
- core-standards/eip-7701.md
- core-standards/rip-7560.md
- core-standards/rip-7711.md
- core-standards/rip-7712.md
- "🤝 Community":
- community/README.md
- community/ef-grants.md
- community/aa-hub-devcon7.md
- community/bug-bounty.md
- "📚 Resources":
- resources/README.md
- resources/reading-material.md
- resources/videos.md
- resources/faqs.md
theme:
name: material
logo: assets/images/ERC-4337-team-logo-white.png
features:
- navigation.instant
- navigation.top
- search.suggest
- content.code.copy
- content.action.edit
extra_css:
- stylesheets/extra.css
plugins:
- search
- social:
cards_layout_options:
background_color: "#1e1e1e"
background_image: assets/images/social-background.jpeg
logo: assets/images/ERC-4337-team-logo-color.png
title_color: "#ffffff"
text_color: "#e0e0e0"
- section-index
markdown_extensions:
- admonition
- toc:
permalink: true
- codehilite
- tables
- footnotes
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.emoji
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/eth-infinitism/aa-mkdocs