-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
48 lines (43 loc) · 1.09 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
site_name: Open-Source-Advisor
theme:
name: material
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: false
show_root_heading: true
show_object_full_path: false
nav:
- User Guide:
- index.md
- API Reference:
- Github Agent: core/github_agent/github_agent.md
- OSA Tree Sitter:
- core/osatreesitter/osatreesitter.md
- Documentation Generator: core/osatreesitter/docgen.md
- Model Handler: core/osatreesitter/models.md
repo_url: https://github.com/ITMO-NSS-team/Open-Source-Advisor
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ITMO-NSS-team/Open-Source-Advisor
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: True
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences