-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
95 lines (85 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: RadBench
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: resources/logo.svg
favicon: resources/logo_large_azure.svg
features:
- content.code.annotate
- content.code.copy
- content.tooltips
- content.tabs.link
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- scheme: default #slate
primary: indigo
accent: indigo
toggle:
icon: material/eye
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/eye-outline
name: Switch to light mode
repo_url: https://github.com/harrison-ai/radbench
repo_name: harrison-ai/radbench
edit_uri: edit/main/docs/
# https://squidfunk.github.io/mkdocs-material/reference/math/?h=math#katex
extra_javascript:
- javascript/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
plugins:
- search
- literate-nav:
nav_file: SUMMARY.md
- bibtex:
bib_file: "docs/references/refs.bib"
markdown_extensions:
- admonition
- def_list
- footnotes
- pymdownx.betterem
- pymdownx.details
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tilde
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- attr_list
- md_in_html
- toc:
permalink: "#"
baselevel: 1
separator: "-"
watch:
- docs
- data
nav:
- Home: readme.md
- Datasets:
- RadBench: datasets/radbench.md
- VQA-Rad: datasets/vqa-rad.md
- FRCR: datasets/frcr.md