Skip to content

Commit

Permalink
docs: Add social cards to the pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Nov 9, 2023
1 parent 5837d3c commit cb568e5
Show file tree
Hide file tree
Showing 9 changed files with 4,550 additions and 1,512 deletions.
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

0 comments on commit cb568e5

Please sign in to comment.