-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (64 loc) · 1.58 KB
/
mkdocs.yml
File metadata and controls
70 lines (64 loc) · 1.58 KB
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
68
69
70
site_name: InterLab
site_description: InterLab - toolkit for multi-agent interactions
site_author: Ada Böhm, Tomáš Gavenčiak
repo_url: https://github.com/acsresearch/interlab
site_url: https://acsresearch.org/interlab/
nav:
- Home: index.md
- Getting started: installation.md
# - Overview: overview.md # TODO: update overview
- Examples: examples.md
- Tracing:
- Basics: tracing/basics.md
- Serialization: tracing/serialization.md
- Storage: tracing/storage.md
- Data Browser: tracing/databrowser.md
- Actors:
- Basics: actors/basics.md
- Implementing actors: actors/custom.md
- Memory systems: actors/memory.md
- Web console actor: actors/webactor.md
- Environments:
- Basics: environments/basics.md
- Implementing environments: environments/custom.md
- API docs: api/
theme:
name: material
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- footnotes
- admonition
plugins:
- search
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- git-revision-date-localized:
type: date
fallback_to_build_date: true
enable_creation_date: true
- mike:
canonical_version: stable
- pdoc:
api_path: api
extra:
analytics:
provider: google
property: G-TM8J8R5GJ9
version:
provider: mike
default: stable
pdoc:
api_path: api
extra_css:
- stylesheets/extra.css