forked from fetchai/docs-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (43 loc) · 1.37 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
site_name: Developer Documentation
site_url: https://docs.fetch.ai/
site_description: Everything you need to know about Fetch.ai.
repo_url: https://github.com/fetchai/docs
edit_uri: '' # currently doesn't work with monorepo
site_author: [email protected]
google_analytics: ['UA-118969813-3', 'auto']
theme:
name: material
logo: images/logo.png
favicon: assets/images/favicon.ico
feature:
tabs: true
custom_dir: custom_theme
nav:
- Home : "index.md"
- Agent Framework: '!include ./aea/mkdocs.yml'
- Search and Discovery (SOEF):
- Simple OEF: 'soef/simple-oef.md'
- SOEF Connection: 'soef/simple-oef-usage.md'
- Ledger: '!include ./ledger/docs/mkdocs.yml'
- Incentivized Testnets:
- Introduction: 'i_nets/index.md'
- Agent World 1: 'i_nets/quickstart-aw1.md'
- Agent World 2: 'i_nets/quickstart-aw2.md'
- Agent World 3: 'i_nets/quickstart-aw3.md'
- Beacon World 1: 'i_nets/quickstart-bw1.md'
- Agent World 4: 'i_nets/quickstart-aw4.md'
- Collective Learning: '!include ./colearn/mkdocs.yml'
extra_css:
- css/style.css
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
plugins:
- monorepo
- search
- macros # use variables, e.g. {{ repo_root }}
extra:
repo_root: https://github.com/fetchai/colearn/tree/master/