File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,9 @@ title: Feature Comparison
18
18
| Content-addressable storage | ✔️ | ❌ | ❌ |
19
19
| Dynamic package execution | ✔️ - Via ` pnpm dlx ` | ✔️ - Via ` yarn dlx ` | ✔️ - Via ` npx ` |
20
20
| Side-effects cache | ✔️ | ❌ | ❌ |
21
+ | [ Catalogs] | ✔️ | ❌ | ❌ |
22
+ | [ Config dependencies] | ✔️ | ❌ | ❌ |
21
23
| Listing licenses | ✔️ - Via ` pnpm licenses list ` | ✔️ - Via a plugin | ❌ |
22
24
25
+ [ Catalogs ] : ./catalogs.md
26
+ [ Config dependencies ] : ./config-dependencies.md
Original file line number Diff line number Diff line change 2
2
"docs" : {
3
3
"Introduction" : [
4
4
" motivation" ,
5
+ " feature-comparison" ,
5
6
" installation"
6
7
],
7
8
"Usage" : [
122
123
" podman"
123
124
],
124
125
"Advanced" : [
125
- " feature-comparison" ,
126
126
" errors" ,
127
127
" logos" ,
128
128
" limitations" ,
Original file line number Diff line number Diff line change 11
11
},
12
12
{
13
13
"type" : " doc" ,
14
- "id" : " installation "
14
+ "id" : " feature-comparison "
15
15
},
16
16
{
17
17
"type" : " doc" ,
18
- "id" : " feature-comparison "
18
+ "id" : " installation "
19
19
}
20
20
]
21
21
},
You can’t perform that action at this time.
0 commit comments