Skip to content

Commit 7d514b0

Browse files
committed
docs
1 parent 2a80bf1 commit 7d514b0

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

mkdocs.yml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
site_name: OntoEval
2+
site_description: A Python library for evaluating the performance of AI agents on ontology tasks
3+
site_url: https://ontobench.readthedocs.io
4+
repo_url: https://github.com/monarch-initiative/ontobench
5+
repo_name: monarch-initiative/ontobench
6+
7+
theme:
8+
name: material
9+
palette:
10+
- scheme: default
11+
primary: blue
12+
accent: blue
13+
toggle:
14+
icon: material/brightness-7
15+
name: Switch to dark mode
16+
- scheme: slate
17+
primary: blue
18+
accent: blue
19+
toggle:
20+
icon: material/brightness-4
21+
name: Switch to light mode
22+
features:
23+
- navigation.tabs
24+
- navigation.sections
25+
- navigation.expand
26+
- navigation.top
27+
- search.highlight
28+
- search.share
29+
- content.code.copy
30+
31+
nav:
32+
- Home: index.md
33+
- Judges: judges/
34+
35+
plugins:
36+
- search
37+
- mkdocstrings:
38+
handlers:
39+
python:
40+
options:
41+
docstring_style: google
42+
show_source: true
43+
show_root_heading: true
44+
heading_level: 2
45+
46+
markdown_extensions:
47+
- admonition
48+
- pymdownx.details
49+
- pymdownx.superfences
50+
- pymdownx.highlight:
51+
anchor_linenums: true
52+
- pymdownx.inlinehilite
53+
- pymdownx.snippets
54+
- pymdownx.tabbed:
55+
alternate_style: true
56+
- toc:
57+
permalink: true
58+
- tables
59+
- footnotes
60+
- attr_list
61+
- md_in_html
62+
63+
extra:
64+
social:
65+
- icon: fontawesome/brands/github
66+
link: https://github.com/monarch-initiative/ontobench
67+
version:
68+
provider: mike

0 commit comments

Comments
 (0)