-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
69 lines (63 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
66
67
68
69
site_name: NOSALRO
site_url: https://nosalro.github.io
site_dir: docs
docs_dir: src
nav:
- Home: index.md
- Team: team.md
- News: news.md
- Publications: publications.md
- Contact: contact.md
- RobotDART: robot_dart
# - Videos: videos.md
theme:
name: material
favicon: images/nosalro_logov1.svg
logo: images/nosalro_logov1.svg
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
palette:
# Palette toggle for dark mode
- scheme: slate
primary: white
accent: pink
toggle:
icon: material/lightbulb
name: Switch to light mode
# Pallete toggle for light mode
- scheme: default
primary: black
accent: pink
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
plugins:
- search
# - bibtex:
# bib_file: refs.bib
# cite_inline: False
# csl_file: style.csl
# bib_by_default: True
markdown_extensions:
- attr_list
- md_in_html
- toc:
toc_depth : "1-1"
# - footnotes
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/NOSALRO
name: NOSALRO on GitHub
- icon: fontawesome/brands/linkedin-in
link: https://www.linkedin.com/in/nosalro-project-13194a273/
name: NOSALRO on LinkedIn
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@nosalro
name: NOSALRO on YouTube
- icon: fontawesome/brands/twitter
link: https://twitter.com/nosalro
name: NOSALRO on Twitter