-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
217 lines (206 loc) · 6.96 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
site_name: Curve Resources
site_url: https://resources.curve.fi/
site_author: CurveFi
docs_dir: 'docs/en'
plugins:
- search
- autolinks
- typeset
- minify:
minify_html: true
# extension
markdown_extensions:
- footnotes
- def_list
- attr_list
- md_in_html
- admonition
- meta
- toc:
permalink: true
baselevel: 2
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets
- pymdownx.smartsymbols
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
language: en
custom_dir: overrides
include_search_page: false
search_index_only: true
font:
text: Roboto
code: Roboto Mono
logo: "images/lama.png"
favicon: "images/lama.png"
icon:
repo: fontawesome/brands/github
features:
- content.code.annotate
- content.tabs.link
- content.footnote.tooltips
- navigation.indexes
- navigation.path
- navigation.top
- navigation.tracking
- toc.follow
- content.code.copy
palette:
# - media: "(prefers-color-scheme: dark)"
- scheme: default
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# - media: "(prefers-color-scheme: light)"
- scheme: slate
accent: amber
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
generator: false
social:
- icon: fontawesome/brands/telegram
link: https://t.me/curvefi
name: Telegram
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/curvefinance
name: X
- icon: fontawesome/brands/discord
link: https://discord.gg/rgrfS7W
name: Discord
- icon: fontawesome/brands/youtube
link: http://www.youtube.com/c/CurveFinance
name: YouTube
alternate:
- name: English
link: "/"
lang: en
- name: Русский
link: "/ru/"
lang: ru
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
repo_name: CurveDocs/curve-resources
repo_url: https://github.com/CurveDocs/curve-resources
nav:
- Home: index.md
- Getting Started with Curve: getting-started.md
- CRV Token:
- Overview & Tokenomics: crv-token/overview.md
- Supply & Distribution: crv-token/supply-distribution.md
- CRV & veCRV FAQ: crv-token/faq.md
- Locked CRV (veCRV):
- Overview: vecrv/overview.md
- How to Lock CRV: vecrv/locking-your-crv.md
- Claiming Trading Fees: vecrv/claiming-trading-fees.md
- Fee Collection & Distribution: vecrv/fee-collection-distribution.md
- Curve Stablecoin (crvUSD):
- Understanding crvUSD: crvusd/understanding-crvusd.md
- Loan Creation & Management: crvusd/loan-creation.md
- Liquidations: crvusd/liquidations.md
- Leverage: lending/leverage.md
- Loan Strategies: crvusd/loan-strategies.md
- Loan Concepts In Depth: crvusd/loan-concepts.md
- crvUSD FAQ: crvusd/faq.md
- Savings-crvUSD (scrvUSD): crvusd/scrvusd.md
- Curve Lending:
- Overview: lending/overview.md
- Leverage: lending/leverage.md
- Liquidations: crvusd/liquidations.md
- How to Borrow & Use Leverage: lending/how-to-borrow.md
- How to Supply: lending/how-to-supply.md
- Lending FAQ: lending/faq.md
- How to Create a Lending Market: lending/create-lending-market.md
- Pools:
- Overview: pools/overview.md
- Deposit FAQ: pools/deposit-faqs.md
- Depositing into a Stableswap Pool: pools/depositing-into-a-stableswap-pool.md
- Depositing into a Cryptoswap Pool: pools/depositing-into-a-cryptoswap-pool.md
- Calculating yield: pools/calculating-yield.md
- Charts and Pool Activity: pools/charts_poolactivity.md
- Pool Creation:
- Pool Creation Overview: pool-creation/pool-creation-overview.md
- Creating a Stableswap Pool: pool-creation/creating-a-stableswap-pool.md
- Creating a Cryptoswap Pool: pool-creation/creating-a-cryptoswap-pool.md
- Understanding Oracles: pool-creation/understanding-oracles.md
- Reward Gauges:
- Overview: reward-gauges/overview.md
- Creating a pool gauge: reward-gauges/creating-a-pool-gauge.md
- Boosting your CRV rewards: reward-gauges/boosting-your-crv-rewards.md
- Gauge weights: reward-gauges/gauge-weights.md
- Permissionless rewards: reward-gauges/permissionless-rewards.md
- Governance:
- Understanding Governance: governance/understanding-governance.md
- Voting: governance/voting.md
- Community Fund: governance/community-fund.md
- Proposals:
- Creating a DAO proposal: governance/proposals/creating-a-dao-proposal.md
- Cross-Chain:
- Overview: cross-chain/overview.md
- DEX & Llamalend: cross-chain/dex-llamalend.md
- Curve Assets (CRV, crvUSD, scrvUSD): cross-chain/curve-assets.md
- How to Bridge Curve Assets to L1s: cross-chain/bridging-curve-eco-tokens.md
- Support & Troubleshooting:
- Support: troubleshooting/support.md
- Recovering cross-asset swaps: troubleshooting/recovering-a-cross-asset-swap.md
- Dropping and replacing a stuck transaction: troubleshooting/dropping-and-replacing-a-stuck-transaction.md
- Disabling crypto wallets in brave: troubleshooting/disabling-crypto-wallets-in-brave.md
- Risks, Security & Audits:
- Risks:
- Liquidity Pools: risks-security/risks/pool.md
- Lending: risks-security/risks/lending.md
- crvUSD: risks-security/risks/crvusd.md
- scrvUSD: risks-security/risks/scrvusd.md
- Security & Audits: risks-security/security.md
- Whitepapers:
- Curve Stableswap (2019): pdf/curve-stableswap.pdf
- Curve DAO (2020): pdf/curve-dao.pdf
- Curve Cryptopools (2021): pdf/curve-cryptopools.pdf
- Curve Stablecoin (2022): pdf/curve-stablecoin.pdf
- Links:
- Curve.fi: https://curve.fi/#/ethereum/swap
- Curve DAO: https://curve.fi/dao
- Curve News: https://news.curve.fi/
- Discord: https://discord.gg/twUngQYz85
- Github: https://github.com/curvefi/
- Governance Forum: https://gov.curve.fi/
- Twitter: https://twitter.com/curvefinance
- Technical Docs: https://docs.curve.fi/
- Telegram: https://t.me/curvefi
- Curve Monitor: https://curvemonitor.com/
- crvhub: https://crvhub.com/
- Glossary: glossary-branding/glossary.md
- Branding & Icons: glossary-branding/branding.md