Skip to content

Commit 47a42bd

Browse files
ethomsonisaacs
authored andcommitted
docs: keep the npm- prefix for commands
Again, this reflects the path hierarchy and structure, and matches the old documentation URLs.
1 parent 6522365 commit 47a42bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+231
-233
lines changed

docs/content/commands/npm-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Management of teams and team memberships is done with the `npm team` command.
8484
### See Also
8585
8686
* [`libnpmaccess`](https://npm.im/libnpmaccess)
87-
* [npm team](/commands/team)
88-
* [npm publish](/commands/publish)
89-
* [npm config](/commands/config)
87+
* [npm team](/commands/npm-team)
88+
* [npm publish](/commands/npm-publish)
89+
* [npm config](/commands/npm-config)
9090
* [npm registry](/using-npm/registry)

docs/content/commands/npm-adduser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ username/password entry in legacy npm.
8585
### See Also
8686

8787
* [npm registry](/using-npm/registry)
88-
* [npm config](/commands/config)
88+
* [npm config](/commands/npm-config)
8989
* [npmrc](/configuring-npm/npmrc)
90-
* [npm owner](/commands/owner)
91-
* [npm whoami](/commands/whoami)
90+
* [npm owner](/commands/npm-owner)
91+
* [npm whoami](/commands/npm-whoami)

docs/content/commands/npm-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ $ npm audit --audit-level=moderate
189189

190190
### See Also
191191

192-
* [npm install](/commands/install)
192+
* [npm install](/commands/npm-install)
193193
* [package-locks](/configuring-npm/package-locks)
194194
* [config](/using-npm/config)

docs/content/commands/npm-bin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Print the folder where npm will install executables.
1616

1717
### See Also
1818

19-
* [npm prefix](/commands/prefix)
20-
* [npm root](/commands/root)
19+
* [npm prefix](/commands/npm-prefix)
20+
* [npm root](/commands/npm-root)
2121
* [npm folders](/configuring-npm/folders)
22-
* [npm config](/commands/config)
22+
* [npm config](/commands/npm-config)
2323
* [npmrc](/configuring-npm/npmrc)

docs/content/commands/npm-bugs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ The base URL of the npm package registry.
4242
4343
### See Also
4444
45-
* [npm docs](/commands/docs)
46-
* [npm view](/commands/view)
47-
* [npm publish](/commands/publish)
45+
* [npm docs](/commands/npm-docs)
46+
* [npm view](/commands/npm-view)
47+
* [npm publish](/commands/npm-publish)
4848
* [npm registry](/using-npm/registry)
49-
* [npm config](/commands/config)
49+
* [npm config](/commands/npm-config)
5050
* [npmrc](/configuring-npm/npmrc)
5151
* [package.json](/configuring-npm/package-json)

docs/content/commands/npm-cache.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ The root cache folder.
8282
### See Also
8383

8484
* [npm folders](/configuring-npm/folders)
85-
* [npm config](/commands/config)
85+
* [npm config](/commands/npm-config)
8686
* [npmrc](/configuring-npm/npmrc)
87-
* [npm install](/commands/install)
88-
* [npm publish](/commands/publish)
89-
* [npm pack](/commands/pack)
87+
* [npm install](/commands/npm-install)
88+
* [npm publish](/commands/npm-publish)
89+
* [npm pack](/commands/npm-pack)
9090
* https://npm.im/cacache
9191
* https://npm.im/pacote
9292
* https://npm.im/@npmcli/arborist

docs/content/commands/npm-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ cache:
6767

6868
### See Also
6969

70-
* [npm install](/commands/install)
70+
* [npm install](/commands/npm-install)
7171
* [package-locks](/configuring-npm/package-locks)

docs/content/commands/npm-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ global config.
8383
### See Also
8484

8585
* [npm folders](/configuring-npm/folders)
86-
* [npm config](/commands/config)
86+
* [npm config](/commands/npm-config)
8787
* [package.json](/configuring-npm/package-json)
8888
* [npmrc](/configuring-npm/npmrc)
8989
* [npm](/commands/npm)

docs/content/commands/npm-deprecate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ format an empty string.
3131

3232
### See Also
3333

34-
* [npm publish](/commands/publish)
34+
* [npm publish](/commands/npm-publish)
3535
* [npm registry](/using-npm/registry)
3636
* [npm owner](/cli-commands/owner)
3737
* [npm owner](/cli-commands/adduser)

docs/content/commands/npm-dist-tag.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ not begin with a number or the letter `v`.
9090

9191
### See Also
9292

93-
* [npm publish](/commands/publish)
94-
* [npm install](/commands/install)
95-
* [npm dedupe](/commands/dedupe)
93+
* [npm publish](/commands/npm-publish)
94+
* [npm install](/commands/npm-install)
95+
* [npm dedupe](/commands/npm-dedupe)
9696
* [npm registry](/using-npm/registry)
97-
* [npm config](/commands/config)
97+
* [npm config](/commands/npm-config)
9898
* [npmrc](/configuring-npm/npmrc)

0 commit comments

Comments
 (0)