-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
144 lines (128 loc) · 4.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
144 lines (128 loc) · 4.17 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
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
site_name: STRATO Technical Docs
site_description: STRATO platform technical documentation (use-case first, end-user + developer)
site_url: https://docs.strato.nexus
site_author: BlockApps
copyright: Copyright © 2026 BlockApps - STRATO Platform
theme:
name: material
features:
- navigation.sections
- navigation.indexes
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.expand
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
- content.action.view
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/telegram
link: https://t.me/strato_net
name: Telegram Community
- icon: fontawesome/solid/circle-question
link: https://support.blockapps.net
name: Support Portal
- icon: fontawesome/solid/book
link: https://docs.strato.nexus
name: Documentation
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
type: timeago
fallback_to_build_date: true
enable_git_follow: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- toc:
permalink: true
toc_depth: 3
docs_dir: techdocs
nav:
# === INTRODUCTION ===
- Home: index.md
- Quick Start: quick-start.md
- Core Concepts: concepts.md
- Tokenomics: tokenomics.md
- Litepaper: litepaper.md
# === GETTING STARTED ===
- Getting Started:
- First-Time User: scenarios/first-time-user.md
# === USER GUIDES ===
- User Guides:
- Borrow USDST: guides/borrow.md
- Mint USDST (CDP): guides/mint-cdp.md
- Swap Tokens: guides/swap.md
- Provide Liquidity: guides/liquidity.md
- Bridge Assets: guides/bridge.md
- Manage Rewards: guides/rewards.md
# === USER SCENARIOS (END-TO-END) ===
- User Scenarios:
- Grow Your Position: scenarios/grow-position.md
- Maximize Yield: scenarios/maximize-yield.md
- DCA Strategy: scenarios/dca-strategy.md
- Platform Migration: scenarios/platform-migration.md
- Portfolio Rebalancing: scenarios/portfolio-rebalancing.md
- Risk Management & Hedging: scenarios/risk-hedging.md
- Leverage Long Position: scenarios/leverage-long.md
- Multi-Asset Strategy: scenarios/multi-asset-strategy.md
- Collateral Optimization: scenarios/collateral-optimization.md
- Arbitrage & Market Making: scenarios/arbitrage-market-making.md
- Withdrawals: scenarios/withdrawals.md
# === CONTRIBUTING TO STRATO ===
- Contributing to STRATO:
- Setup: contribute/setup.md
- Architecture: contribute/architecture.md
- Contributing Guidelines: contribute/contributing.md
# === BUILDING APPS ON STRATO ===
- Building Apps on STRATO:
- Getting Started:
- Overview: build-apps/overview.md
- System Architecture: reference/architecture.md
- Quick Start (5 min): build-apps/quickstart.md
- Building:
- Integration Guide: build-apps/integration.md
- E2E Examples: build-apps/e2e.md
- Reference:
- Contracts: build-apps/contract-addresses.md
- API Cheat Sheet: build-apps/quick-reference.md
# === API REFERENCE ===
- API Reference:
- App API (Getting Started): reference/api.md
- Interactive Reference (Swagger): reference/interactive-api.md
- Core Platform API (Advanced): reference/strato-node-api.md
# === SAFETY & FAQ ===
- Safety & Risk: safety.md
- FAQ: faq.md