-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (32 loc) · 827 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (32 loc) · 827 Bytes
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
site_name: Reitti Documentation
site_url: https://www.dedicatedcode.com/projects/reitti/
repo_url: https://github.com/dedicatedcode/reitti
site_author: Daniel Graf
edit_url: https://github.com/dedicatedcode/reitti-documentation/edit/main/docs/
theme:
name: shadcn
show_title: true
show_stargazers: true
pygments_style:
light: shadcn-light
dark: github-dark
topbar_sections: false
show_datetime: true
custom_dir: theme/overrides
plugins:
- awesome-nav
- badges
- search
- redirects:
redirect_maps:
'configurations/mobile-app-integration.md': 'integrations/mobile-apps.md'
'configurations/reitti-integration.md': 'integrations/reitti.md'
markdown_extensions:
- codehilite
extra:
version:
provider: mike
extra_javascript:
- assets/js/scripts.js
extra_css:
- assets/css/styles.css