-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
52 lines (46 loc) · 1022 Bytes
/
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
# Project information
site_name: AutoAgora
site_url: https://semiotic-ai.github.io/autoagora/
# Repository
repo_name: semiotic-ai/autoagora
repo_url: https://github.com/semiotic-ai/autoagora
edit_uri: ""
# Configuration
theme:
name: material
features:
- navigation.tabs
- toc.integrate
icon:
repo: fontawesome/brands/github
palette:
primary: teal
accent: purple
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_section_style: list
members_order: source
show_root_heading: true
show_signature_annotations: true
heading_level: 3
filters: ["!_"]
- mike
# Customization
extra:
version:
provider: mike
default: latest
markdown_extensions:
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home : README.md