-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
65 lines (57 loc) · 1.5 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
site_name: JGNN
site_author: Emmanouil Krasanakis
# repo_url: https://github.com/MKLab-ITI/JGNN
copyright: Copyright © 2024 Emmanouil Krasanakis
nav:
- Home: 'index.md'
- Setup: 'setup.md'
- Quickstart: 'quickstart.md'
- Tutorial:
- 'tutorial/models.md'
- 'tutorial/builders.md'
- 'tutorial/neuralang.md'
- 'tutorial/training.md'
- Topics:
- 'topics/advanced.md'
- 'topics/invariant.md'
- 'topics/debugging.md'
markdown_extensions:
- admonition
- mkautodoc
- attr_list
- pymdownx.betterem:
smart_enable: all
- pymdownx.smartsymbols
- pymdownx.inlinehilite
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
use_pygments: true
pygments_style: friendly
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.gemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
theme:
name: mkdocs
logo: logo.ico # Path to your logo file
favicon: logo.ico # Path to your favicon file
color_mode: auto
user_color_mode_toggle: True
nav_style: dark
features:
- search.suggest
- navigation.scroll
extra_css:
- theme_extend.css # Custom CSS file for additional styling
extra_javascript:
- mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- mkdocstrings
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MKLab-ITI/JGNN
name: Emmanouil Krasanakis