Skip to content

Commit 0e4ba08

Browse files
committed
docs: update features page
1 parent 64e4f71 commit 0e4ba08

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/feature-comparison.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ title: Feature Comparison
1818
| Content-addressable storage | ✔️ |||
1919
| Dynamic package execution | ✔️ - Via `pnpm dlx` | ✔️ - Via `yarn dlx` | ✔️ - Via `npx` |
2020
| Side-effects cache | ✔️ |||
21+
| [Catalogs] | ✔️ |||
22+
| [Config dependencies] | ✔️ |||
2123
| Listing licenses | ✔️ - Via `pnpm licenses list` | ✔️ - Via a plugin ||
2224

25+
[Catalogs]: ./catalogs.md
26+
[Config dependencies]: ./config-dependencies.md

sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"docs": {
33
"Introduction": [
44
"motivation",
5+
"feature-comparison",
56
"installation"
67
],
78
"Usage": [
@@ -122,7 +123,6 @@
122123
"podman"
123124
],
124125
"Advanced": [
125-
"feature-comparison",
126126
"errors",
127127
"logos",
128128
"limitations",

versioned_sidebars/version-10.x-sidebars.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
{
1313
"type": "doc",
14-
"id": "installation"
14+
"id": "feature-comparison"
1515
},
1616
{
1717
"type": "doc",
18-
"id": "feature-comparison"
18+
"id": "installation"
1919
}
2020
]
2121
},

0 commit comments

Comments
 (0)