-
Notifications
You must be signed in to change notification settings - Fork 23
/
mkdocs.yml
40 lines (40 loc) · 1.29 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
site_name: OpenBazaar
site_url: https://docs.openbazaar.org
site_favicon: 'images/favicon.png'
repo_url: https://github.com/OpenBazaar/docs/
pages:
- About: index.md
- Overview: overview.md
- Protocol:
- 'Overview': 'protocol/overview.md'
- 'Primitives': 'protocol/primitives.md'
- 'Identity': 'protocol/identity.md'
- 'Secio': 'protocol/secio.md'
- 'Directory Structure': 'protocol/directory_structure.md'
- 'IPLD': 'protocol/ipld.md'
- 'DHT': 'protocol/dht.md'
- 'Bitswap': 'protocol/bitswap.md'
- 'Naming': 'protocol/naming.md'
- 'Trade Flow': 'protocol/trade_flow.md'
- 'Ricardian Contracts': 'protocol/ricardian_contracts.md'
- 'P2P Network': 'protocol/p2p_network.md'
- 'Pointers': 'protocol/pointers.md'
- 'Offline Messaging': 'protocol/offline_messaging.md'
- 'Exchange Rates': 'protocol/exchange_rates.md'
- 'Dispute Resolution': 'protocol/dispute_resolution.md'
- 'Ratings & Reviews': 'protocol/ratings_reviews.md'
- 'Channels': 'protocol/channels.md'
- API: api.md
- Glossary: glossary.md
- References: references.md
- Examples: examples.md
theme: 'material'
extra:
palette:
primary: 'blue grey'
logo: 'images/icon-large.png'
social:
- type: 'github'
link: 'https://github.com/OpenBazaar'
- type: 'twitter'
link: 'https://twitter.com/OpenBazaar'