forked from allchain/Web3-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
67 lines (61 loc) · 2.33 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
site_name: Web3 Hub
site_description: 'Web3 Foundation Documentation'
site_author: 'Web3 Foundation'
site_url: 'https://wiki.web3.foundation'
nav:
- Home: index.md
- Contributing: contributing/index.md
- Ecosystem: ecosystem/index.md
- Mission: mission/index.md
- Tech Stack:
- Overview: tech_stack/tech_stack_overview.md
- Layer 0:
- Overview: tech_stack/Layer-0/Layer-0-Overview.md
- P2P Protocols: tech_stack/Layer-0/peer_to_peer_internet_overlay_protocols.md
- Virtual Machine: tech_stack/Layer-0/platform_neutral_computation_description_language.md
- Layer 1:
- Overview: tech_stack/Layer-1/Layer-1-Overview.md
- Data Distribution Protocols: tech_stack/Layer-1/data_distribution_protocols.md
- Low Trust Interaction Protocols: tech_stack/Layer-1/low_trust_interaction_protocols.md
- Low Trust Interaction Platforms: tech_stack/Layer-1/low_trust_interaction_platforms.md
- Transient Data Messaging: tech_stack/Layer-1/transient_data_messaging.md
- Layer 2:
- Overview: tech_stack/Layer-2/Layer-2-Overview.md
- Distributed Secret Management: tech_stack/Layer-2/distributed_secret_management.md
- Encrypted Storage: tech_stack/Layer-2/encrypted_storage.md
- Heavy Computation: tech_stack/Layer-2/heavy_computation.md
- Oracles: tech_stack/Layer-2/oracles.md
- Plasma: tech_stack/Layer-2/plasma_protocols.md
- State Channels: tech_stack/Layer-2/state_channels.md
- Storage Incentivisation: tech_stack/Layer-2/storage_incentivisation.md
- Layer 3: tech_stack/Layer-3/Layer-3-Overview.md
- Layer 4: tech_stack/Layer-4/Layer-4-Overview.md
theme:
name: null
custom_dir: 'mkdocs-material/material'
language: 'en'
palette:
primary: 'deep orange'
accent: 'deep orange'
font: false
logo: 'images/w3f_logo.svg'
feature:
tabs: true
extra:
social:
- type: 'github'
link: 'https://github.com/w3f'
- type: 'twitter'
link: 'https://twitter.com/web3foundation'
- type: 'medium'
link: 'https://medium.com/web3foundation'
# extra_javascript:
# - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# - mathjax-config.js
markdown_extensions:
# - mdx_math
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true