forked from prefix-dev/pixi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
167 lines (153 loc) · 4.6 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
site_name: "Pixi by prefix.dev"
site_url: https://prefix-dev.github.io/pixi
theme:
name: material
custom_dir: docs/overrides
favicon: assets/pixi.png
logo: assets/pixi.png
site_url: https://prefix.dev
font:
text: Red Hat Text
code: JetBrains Mono
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: prefix-light
accent: prefix-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: prefix
accent: prefix
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
edit: material/pencil
view: material/eye
features:
- content.tabs.link
- content.code.copy
- content.action.edit
- content.code.annotate
# - content.code.select Sponsor only
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.sections
- navigation.top
- navigation.footer
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/prefix-dev/pixi/
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- def_list
- footnotes
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.tabbed:
alternate_style: true
- toc:
toc_depth: 3
permalink: "#"
- mdx_truly_sane_lists
extra:
homepage: https://prefix.dev
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/prefix_dev
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/prefix-dev
- icon: fontawesome/brands/github
link: https://github.com/prefix-dev
version:
provider: mike
nav:
- Installation: index.md
- Basic Usage: basic_usage.md
- Switching from:
- Poetry: switching_from/poetry.md
- Conda/Mamba: switching_from/conda.md
- Changelog: CHANGELOG.md
- IDE Integration:
- JupyterLab: ide_integration/jupyterlab.md
- PyCharm: ide_integration/pycharm.md
- RStudio: ide_integration/r_studio.md
- Tutorials:
- Python: tutorials/python.md
- ROS 2: tutorials/ros2.md
- Rust: tutorials/rust.md
- Examples:
- C++/Cmake: examples/cpp-sdl.md
- OpenCV: examples/opencv.md
- ROS 2: examples/ros2-nav2.md
- Features:
- Environments: features/environment.md
- Tasks: features/advanced_tasks.md
- Multi Platform: features/multi_platform_configuration.md
- Multi Environment: features/multi_environment.md
- Lockfile: features/lockfile.md
- Design Proposals:
- Pixi Global Manifest: design_proposals/pixi_global_manifest.md
- Advanced:
- Authentication: advanced/authentication.md
- Info Command: advanced/explain_info_command.md
- Channel Logic: advanced/channel_priority.md
- GitHub Actions: advanced/github_actions.md
- Updates using GitHub Actions: advanced/updates_github_actions.md
- Pyproject.toml: advanced/pyproject_toml.md
- Reference:
- Project Configuration: reference/project_configuration.md
- Pixi Configuration: reference/pixi_configuration.md
- CLI: reference/cli.md
- Misc:
- Pixi vision: vision.md
- Community: Community.md
- FAQ: FAQ.md
hooks:
- schema/docs_hooks.py
- install/docs_hooks.py
- docs/docs_hooks.py
plugins:
- redirects:
redirect_maps:
"advanced/advanced_tasks.md": "features/advanced_tasks.md"
"environment.md": "features/environment.md"
"design_proposals/multi_environment_proposal.md": "features/multi_environment.md"
"advanced/multi_platform_configuration.md": "features/multi_platform_configuration.md"
"cli.md": "reference/cli.md"
"configuration.md": "reference/project_configuration.md"
"advanced/global_configuration.md": "reference/pixi_configuration.md"
- search
- social
- mike:
# These fields are all optional; the defaults are as below...
# alias_type: symlink
# redirect_template: null
# deploy_prefix: ''
# canonical_version: null
# version_selector: true
# css_dir: css
# javascript_dir: js