-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (26 loc) · 975 Bytes
/
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
site_name: Lamden Contracting
theme: readthedocs
nav:
- Home: index.md
- Windows Installation: windows.md
- Introduction: intro.md
- Quick Start:
- First Contract: quickstart/import-submit.md
- Executing Methods: quickstart/methods.md
- Storing Data: quickstart/storage.md
- Advanced Features: quickstart/submit.md
- Testing and Feedback: quickstart/testing.md
- Key Concepts:
- Execution Model: concepts/model.md
- Valid Code: concepts/valid-code.md
- Methods: concepts/methods.md
- Storage: concepts/storage.md
- Imports: concepts/imports.md
- Context: concepts/context.md
- Submission: concepts/submission.md
- Stamps: concepts/stamps.md
- datetime Module: concepts/time.md
- hashlib Module: concepts/hashing.md
- random Module: concepts/randoms.md
- Submitting to Lamden: submitting.md
- ContractingClient API: client.md