Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add social cards to the pages #445

Merged
merged 1 commit into from
Nov 9, 2023
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__
**/**/.build
.DS_store
site/
.cache
5 changes: 5 additions & 0 deletions docs/Community.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
part: pixi
title: Community
description: Who is using pixi?
---
# Community

## Built using Pixi
Expand Down
6 changes: 5 additions & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

---
part: pixi
title: Frequently asked questions
description: What questions did we encounter more often?
---
## What is the difference with `conda`, `mamba`, `poetry`, `pip`

| Tool | Installs python | Builds packages | Runs predefined tasks | Has lockfiles builtin | Fast | Use without python |
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/authentication.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
part: pixi
title: Authenticate pixi with a server
description: Authenticate requests to the prefix GraphQL or REST endpoints with API keys
description: Authenticate pixi to access private channels
---

You can authenticate pixi with a server like prefix.dev, a private quetz instance or anaconda.org.
Expand Down
27 changes: 27 additions & 0 deletions docs/assets/logo_light_no_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
part: pixi
title: Configuration
description: Learn what you can do in the `pixi.toml` configuration.
description: Learn what you can do in the pixi.toml configuration.
---

The `pixi.toml` is the pixi project configuration file, also known as the project manifest.
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
site_name: "Pixi by prefix.dev"
site_url: https://prefix.dev

extra:
homepage: https://prefix.dev

theme:
name: material
favicon: https://prefix.dev/logo_light_no_text.svg
logo: https://prefix.dev/logo_light_no_text.svg
favicon: assets/logo_light_no_text.svg
logo: assets/logo_light_no_text.svg
site_url: https://prefix.dev
palette:
primary: custom
Expand All @@ -24,8 +25,6 @@ theme:
- navigation.sections
- navigation.top



extra_css:
- stylesheets/extra.css

Expand Down Expand Up @@ -70,3 +69,4 @@ nav:

plugins:
- search
- social
Loading
Loading