-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
50 lines (45 loc) · 971 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
site_name: langsuite
repo_url: https://github.com/bigai-nlco/langsuite
repo_name: bigai-nlco/langsuite
copyright: Copyright © 2023 BIGAI
site_dir: public
theme:
name: material
features:
- navigation.tabs
- content.tabs.link
logo: assets/icons8-houses-96.png
favicon: assets/logo-64.png
palette:
scheme: bigai
icon:
repo: fontawesome/brands/github
extra_css:
- css/extra.css
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
paths: [langsuite]
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
nav:
- Home:
- Home: index.md
- Quickstart: quickstart.md
- API: apis/index.md
- Quickstart: quickstart.md
- API:
- API: apis/index.md