Skip to content

Commit c131046

Browse files
committed
New docs site menu reorganization
1 parent 050f794 commit c131046

1 file changed

Lines changed: 35 additions & 36 deletions

File tree

mkdocs.yml

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -151,50 +151,49 @@ nav:
151151
- Join our Weekly Office Hours: office-hours.md
152152
- Simplicity Telegram group: https://t.me/simplicity_community
153153
- Codespace: https://github.com/Blockstream/simplicity-codespace
154-
- Understand:
155-
- Execution Model: documentation/execution-model.md
156-
- Witnesses in SimplicityHL Development: documentation/witness.md
157-
- Example contracts (basic): https://github.com/BlockstreamResearch/SimplicityHL/tree/master/examples
158-
- Example contracts (advanced): https://github.com/BlockstreamResearch/simplicity-contracts
159-
- State Management: documentation/state.md
160-
- Oracles: documentation/oracle.md
161-
- Timelocks: documentation/timelocks.md
162-
# - SimplicityHL: getting-started/simplicityhl.md
163-
# - CLI Guide: getting-started/cli.md
164-
# - Rust: getting-started/rust.md
165-
# - Haskell: getting-started/haskell.md
166-
- Documentation:
167-
- Simplicity for EVM developers: documentation/simplicity-for-evm-developers.md
168-
- Simplicity Compared: documentation/simplicity-compared.md
169-
- Differences from Rust: documentation/rust-differences.md
170-
- FAQ: resources/faq.md
171-
- Glossary: glossary.md
172-
# - SimplicityHL Reference:
173-
- simplicityhl-reference/index.md
174-
- Jets Reference: documentation/jets.md
175-
- Toolchain Reference: documentation/toolchain.md
176-
- Whitepaper: https://blockstream.com/simplicity.pdf
177-
- Technical Report: https://raw.githubusercontent.com/ElementsProject/simplicity/pdf/Simplicity-TR.pdf
178-
- Projects: resources/projects.md
179-
- Roadmap:
180-
- resources/roadmap.md
181-
- Ecosystem/Wallet Connect Roadmap: documentation/road-to-ecosystem.md
182-
- SimplicityHL Reference:
154+
- Learn:
155+
- Core Concepts:
156+
- Execution Model: documentation/execution-model.md
157+
- Covenants & State Management: documentation/state.md
158+
- Oracles: documentation/oracle.md
159+
- Timelocks: documentation/timelocks.md
160+
- App Development:
161+
- Ecosystem & Wallet Integration: documentation/wallet.md
162+
- Examples & Use Cases:
163+
- Use Cases Overview: use-cases/index.md
164+
- Example Contracts (Basic): https://github.com/BlockstreamResearch/SimplicityHL/tree/master/examples
165+
- Example Contracts (Advanced): https://github.com/BlockstreamResearch/simplicity-contracts
166+
- Simplicity DEX: use-cases/simplicity-dex.md
167+
- Lending Protocol: use-cases/lending-protocol.md
168+
- Reference:
169+
- Language Syntax:
170+
- Introduction: simplicityhl-reference/index.md
183171
- Types and Values: simplicityhl-reference/type.md
184172
- Type Aliases: simplicityhl-reference/type_alias.md
185173
- Type Casting: simplicityhl-reference/type_casting.md
186174
- Let Statements: simplicityhl-reference/let_statement.md
187175
- Match Expression: simplicityhl-reference/match_expression.md
188-
- Built-in Functions: simplicityhl-reference/builtin.md
189176
- Defining Functions: simplicityhl-reference/function.md
190177
- Programs: simplicityhl-reference/program.md
178+
- Libraries & Tooling:
179+
- Built-in Functions: simplicityhl-reference/builtin.md
180+
- Jets Reference: documentation/jets.md
181+
- Witnesses: documentation/witness.md
182+
- Toolchain Reference: documentation/toolchain.md
183+
- Formal Semantics:
191184
- Context: simplicityhl-reference/context.md
192185
- Environment: simplicityhl-reference/environment.md
193186
- Translation: simplicityhl-reference/translation.md
194-
- Use Cases:
195-
- use-cases/index.md
196-
- Simplicity DEX: use-cases/simplicity-dex.md
197-
- Lending Protocol: use-cases/lending-protocol.md
198-
- News:
199-
- news/
187+
- Resources:
188+
- FAQ: resources/faq.md
189+
- Glossary: glossary.md
190+
- Simplicity for EVM Developers: documentation/simplicity-for-evm-developers.md
191+
- Differences from Rust: documentation/rust-differences.md
192+
- Simplicity Compared: documentation/simplicity-compared.md
193+
- Roadmap:
194+
- Roadmap Overview: resources/roadmap.md
195+
- Ecosystem/Wallet Connect Roadmap: documentation/road-to-ecosystem.md
196+
- Projects: resources/projects.md
197+
- Whitepaper: https://blockstream.com/simplicity.pdf
198+
- Technical Report: https://raw.githubusercontent.com/ElementsProject/simplicity/pdf/Simplicity-TR.pdf
200199
- Community: https://community.simplicity-lang.org/

0 commit comments

Comments
 (0)