forked from scrtlabs/discovery-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (43 loc) · 1.17 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
site_name: Enigma Protocol
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'pink'
logo: 'images/enigmawhite.png'
extra_css:
- 'stylesheets/extra.css'
markdown_extensions:
- admonition
extra:
feature:
tabs: true
social:
- type: 'github'
link: 'https://github.com/enigmampc'
- type: 'twitter'
link: 'https://twitter.com/enigmampc'
- type: 'linkedin'
link: 'https://linkedin.com/in/#'
nav:
- About Enigma: index.md
- About Discovery: NewForDiscovery.md
- Quick Start: Walkthrough.md
- EnigmaJS:
- About EnigmaJS: IntroductionToEnigmaJS.md
- API: API.md
- Secret Contracts:
- Overview: SecretContracts.md
- Examples: SecretContractExamples.md
- Tutorials:
- Learn Rust: RustWalkthrough.md
- Deploy Discovery: NetworkSetup.md
- Write a Secret Contract: Walkthrough_secretContract.md
- FAQ: FAQ.md
- Reference:
- Enigma Components: IntroductionToReference.md
- Enigma Technical Overview: EnigmaOverview.md
- Secret Contract Engine: SecretContractEngine.md
- Key Management: KeyManagement.md
- Supported Types: types.md
- Glossary: Glossary.md