forked from pnpm/pnpm.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.json
106 lines (106 loc) · 2.01 KB
/
sidebars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"docs": {
"Introduction": [
"motivation",
"installation"
],
"Usage": [
"pnpm-cli",
"configuring",
"filtering",
"scripts"
],
"CLI commands": [
{
"type": "category",
"label": "Manage dependencies",
"items": [
"cli/add",
"cli/install",
"cli/update",
"cli/remove",
"cli/link",
"cli/unlink",
"cli/import",
"cli/rebuild",
"cli/prune",
"cli/fetch",
"cli/install-test",
"cli/patch",
"cli/patch-commit"
]
},
{
"type": "category",
"label": "Review dependencies",
"items": [
"cli/audit",
"cli/list",
"cli/outdated",
"cli/why"
]
},
{
"type": "category",
"label": "Run scripts",
"items": [
"cli/run",
"cli/test",
"cli/exec",
"cli/dlx",
"cli/create",
"cli/start"
]
},
{
"type": "category",
"label": "Manage environments",
"items": [
"cli/env"
]
},
{
"type": "category",
"label": "Misc.",
"items": [
"cli/publish",
"cli/pack",
"cli/recursive",
"cli/server",
"cli/store",
"cli/root",
"cli/bin",
"cli/setup",
"cli/init",
"cli/deploy"
]
}
],
"Configuration": [
"package_json",
"npmrc",
"pnpm-workspace_yaml",
"pnpmfile"
],
"Features": [
"workspaces",
"aliases",
"completion"
],
"Recipes": [
"using-changesets",
"continuous-integration",
"git"
],
"Advanced": [
"feature-comparison",
"errors",
"logos",
"limitations",
"symlinked-node-modules-structure",
"how-peers-are-resolved",
"uninstall",
"pnpm-vs-npm"
]
}
}