-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
104 lines (93 loc) · 2.42 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
96
97
98
99
100
101
102
103
104
site_name: RDF-STaX
site_description: RDF Stream Taxonomy (RDF-STaX)
site_url: https://rdf-stax.github.io/
edit_uri: edit/main/docs/
plugins:
- search
- include-markdown
- mike
- glightbox
markdown_extensions:
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
repo_url: https://github.com/RDF-STaX/rdf-stax.github.io
repo_name: RDF-STaX/rdf-stax.github.io
theme:
name: material
custom_dir: overrides
features:
# Behave like an SPA
- navigation.instant
- navigation.instant.progress
# Update anchors in the address bar
- navigation.tracking
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
font:
text: Lato
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: deep orange
toggle:
icon: material/brightness-3
name: Switch to light mode
logo: assets/logo_white.png
favicon: assets/logo_color.png
icon:
repo: fontawesome/brands/github
extra:
version:
provider: mike
default:
- latest
- stable
social:
- icon: fontawesome/brands/github
link: https://github.com/RDF-STaX
name: RDF-STaX on GitHub
nav:
- Home: 'index.md'
- Taxonomy overview: taxonomy.md
- Ontology documentation: 'ontology.md'
- How to use it?: 'use-it.md'
- Nanopublications: 'nanopubs.md'
- Use cases and publications:
- 'uses/index.md'
- Competency question tests: 'uses/cq.md'
- Contributing: 'contributing.md'
- Licensing and citation: 'licensing.md'