generated from mhausenblas/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
57 lines (53 loc) · 1.47 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
site_name: OSCAR Documentation
site_description: "Documentation of the OSCAR Project, corpus, tools and community."
site_author: "OSCAR Team"
docs_dir: docs/
repo_name: "documentation"
repo_url: "https://github.com/oscar-project/documentation"
# nav:
# - Home: index.md
theme:
name: "material"
logo: "static/media/oscar.png"
features:
- content.code.annotate
- navigation.footer
markdown_extensions:
- meta
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: plotly
class: mkdocs-plotly
format: !!python/name:mkdocs_plotly_plugin.fences.fence_plotly
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- https://unpkg.com/[email protected]/dist/tablesort.filesize.js
- javascripts/tablesort.js
plugins:
- plotly
- search
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/oscarnlp
- icon: fontawesome/brands/discord
link: https://discord.com/invite/4JNg9FTar4
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@oscarproj