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:
primary: yellow
accent: yellow
scheme: slate
icon:
edit: material/pencil
view: material/eye
features:
- content.tabs.link
- content.code.copy
- content.action.edit
- 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
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
toc_depth: 3
permalink: "#"
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
nav:
- Getting Started : index.md
- Basic Usage: basic_usage.md
- Reference (CLI): cli.md
- Configuration: configuration.md
- Vision: vision.md
- In-depth:
- Authentication: advanced/authentication.md
- Tasks: advanced/advanced_tasks.md
- Multi Platform: advanced/multi_platform_configuration.md
- Info command: advanced/explain_info_command.md
- Examples:
- C++/Cmake: examples/cpp-sdl.md
- OpenCV: examples/opencv.md
- ROS2: examples/ros2-nav2.md
- Design Proposals:
- Multi Env: design_proposals/multi_environment_proposal.md
- Community: Community.md
- FAQ: FAQ.md
plugins:
- search
- social