Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
5 changes: 3 additions & 2 deletions docs/FAQ.md → docs/misc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@

## Why the name `pixi`
Starting with the name `prefix` we iterated until we had a name that was easy to pronounce, spell and remember.
There also wasn't a cli tool yet using that name.
There also wasn't a CLI tool yet using that name.
Unlike `px`, `pex`, `pax`, etc.
We think it sparks curiosity and fun, if you don't agree, I'm sorry, but you can always alias it to whatever you like.
When in code mode we spell it like this `pixi`, otherwise we always start with an uppercase letter: Pixi.
We think the name sparks curiosity and fun, if you don't agree, I'm sorry, but you can always alias it to whatever you like.

=== "Linux & macOS"
```shell
Expand Down
1 change: 1 addition & 0 deletions docs/misc/documenting_pixi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Documenting Pixi
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/workspace/multi_platform_configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[Pixi's vision](../vision.md) includes being supported on all major platforms. Sometimes that needs some extra configuration to work well.
[Pixi's vision](../misc/vision.md) includes being supported on all major platforms. Sometimes that needs some extra configuration to work well.
On this page, you will learn what you can configure to align better with the platform you are making your application for.

Here is an example manifest file that highlights some of the features:
Expand Down
12 changes: 8 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ nav:
- CLI: reference/cli/pixi.md
- Misc:
- Changelog: CHANGELOG.md
- Pixi Vision: vision.md
- Packaging Pixi: packaging.md
- Community: Community.md
- FAQ: FAQ.md
- Pixi Vision: misc/vision.md
- Packaging Pixi: misc/packaging.md
- Community: misc/Community.md
- FAQ: misc/FAQ.md

hooks:
- schema/docs_hooks.py
Expand Down Expand Up @@ -200,6 +200,10 @@ plugins:
"advanced/s3.md": "deployment/s3.md"
"advanced/third_party.md": "integration/third_party/starship.md"
"reference/cli.md": "reference/cli/pixi.md"
"vision.md": "misc/vision.md"
"packaging.md": "misc/packaging.md"
"Community.md": "misc/Community.md"
"FAQ.md": "misc/FAQ.md"

- search
- social
Expand Down
Loading