forked from LINs-lab/MASArena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (42 loc) · 1.13 KB
/
mkdocs.yml
File metadata and controls
45 lines (42 loc) · 1.13 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
site_name: MASArena
site_url: https://lins-lab.github.io/masarena
repo_name: LINs-lab/MASArena
repo_url: https://github.com/LINs-lab/MASArena
theme:
name: material
icon:
logo: material/stadium-variant
repo: fontawesome/brands/github
features:
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.instant
- navigation.tracking
- toc.follow
markdown_extensions:
- toc:
permalink: true
title: On this page
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Getting started:
- Installation: quick_start/installation.md
- Usage: quick_start/usage.md
- Visualization: quick_start/visualization.md
- System Architecture: system_overview.md
- Extending: extending.md
- Tool Integration: tools/tool_integration.md
- Supported: supported.md