-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
66 lines (64 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: R for the Raspberry Pi
repo_url: https://github.com/r4pi
repo_name: R4Pi GitHub
edit_uri: r4pi.org/edit/main/content
docs_dir: content/en
site_dir: docs
theme:
name: material
logo: assets/images/r4pi-small-white.png
favicon: assets/images/r4pi-small.png
language: en
custom_dir: overrides/
features:
- content.action.edit
- content.action.view
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
nav:
- Home: index.md
- Documentation:
- docs/installation.md
- docs/using_r.md
- docs/install_packages.md
- docs/ide.md
- docs/support.md
- docs/further_reading.md
- news/index.md
extra_css:
- assets/css/extra.css
copyright: Copyright © 2023 The R4Pi Team
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@r4pi
name: R4Pi on Fosstodon
- icon: fontawesome/brands/github
link: https://github.com/r4pi
name: R4Pi on GitHub
markdown_extensions:
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
alternate:
- name: English
link: /
lang: en
- name: Español
link: /es/
lang: es