-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
80 lines (72 loc) · 2.28 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
site_name: Voyager Package Manager
site_url: https://ProdriveTechnologies.github.io/voyager/
site_author: Maarten Tamboer
# Repository
repo_name: ProdriveTechnologies/voyager
repo_url: https://github.com/ProdriveTechnologies/voyager
edit_uri: ""
# Copyright
copyright: Copyright © 2021 Prodrive Technologies
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- navigation.top
# Plugins
plugins:
- search
# Customization
extra:
social:
- icon: fontawesome/solid/desktop
link: https://prodrive-technologies.com/
- icon: fontawesome/brands/github
link: https://github.com/ProdriveTechnologies
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/prodrive_technologies
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/user/ProdriveTechnologies
- icon: fontawesome/brands/linkedin
link: https://nl.linkedin.com/company/prodrivetechnologies
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/Prodrive-Technologies-491351567649515/
# Extensions
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- pymdownx.inlinehilite
nav:
- Home: index.md
- Getting started:
- Installation: getting-started/installation.md
- Configuration: getting-started/configuration.md
- Command reference: getting-started/command-reference.md
- Voyager.json: getting-started/voyager-json.md
- Artifactory: artifactory.md
- Package format: package-format.md
- Advanced:
- Dependency conflicts: advanced/dependency-conflicts.md
- Cross compilation: advanced/cross-compilation.md
- Overlay file: advanced/overlay-file.md
- CI Integration: advanced/ci-integration.md
- Integrations:
- CMake: integrations/cmake.md
- MSBuild (Visual Studio): integrations/msbuild.md
- Release notes: release-notes.md