Skip to content

Commit 1d7a2ae

Browse files
committed
chore(docs): docs folder cleanup
1 parent 88b37d6 commit 1d7a2ae

Some content is hidden

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

79 files changed

+289
-387
lines changed

docs/README.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

docs/content/cli-commands/npm-access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Management of teams and team memberships is done with the `npm team` command.
8787
### See Also
8888
8989
* [`libnpmaccess`](https://npm.im/libnpmaccess)
90-
* [npm-team](/cli-commands/npm-team)
91-
* [npm-publish](/cli-commands/npm-publish)
92-
* [npm-config](/cli-commands/npm-config)
93-
* [npm-registry](/using-npm/registry)
90+
* [npm team](/cli-commands/npm-team)
91+
* [npm publish](/cli-commands/npm-publish)
92+
* [npm config](/cli-commands/npm-config)
93+
* [npm registry](/using-npm/registry)

docs/content/cli-commands/npm-adduser.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
section: cli-commands
33
title: npm-adduser
44
description: Set access level on published packages
@@ -90,8 +90,8 @@ username/password entry in legacy npm.
9090

9191
### See Also
9292

93-
* [npm-registry](/using-npm/registry)
94-
* [npm-config](/cli-commands/npm-config)
93+
* [npm registry](/using-npm/registry)
94+
* [npm config](/cli-commands/npm-config)
9595
* [npmrc](/configuring-npm/npmrc)
96-
* [npm-owner](/cli-commands/npm-owner)
97-
* [npm-whoami](/cli-commands/npm-whoami)
96+
* [npm owner](/cli-commands/npm-owner)
97+
* [npm whoami](/cli-commands/npm-whoami)

docs/content/cli-commands/npm-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ configuration setting.
131131

132132
### See Also
133133

134-
* [npm-install](/cli-commands/npm-install)
134+
* [npm install](/cli-commands/npm-install)
135135
* [package-locks](/configuring-npm/package-locks)
136136
* [config](/using-npm/config)

docs/content/cli-commands/npm-bin.md

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

2020
### See Also
2121

22-
* [npm-prefix](/cli-commands/npm-prefix)
23-
* [npm-root](/cli-commands/npm-root)
24-
* [npm-folders](/configuring-npm/folders)
25-
* [npm-config](/cli-commands/npm-config)
22+
* [npm prefix](/cli-commands/npm-prefix)
23+
* [npm root](/cli-commands/npm-root)
24+
* [npm folders](/configuring-npm/folders)
25+
* [npm config](/cli-commands/npm-config)
2626
* [npmrc](/configuring-npm/npmrc)

docs/content/cli-commands/npm-bugs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ The base URL of the npm package registry.
4141

4242
### See Also
4343

44-
* [npm-docs](/cli-commands/npm-docs)
45-
* [npm-view](/cli-commands/npm-view)
46-
* [npm-publish](/cli-commands/npm-publish)
47-
* [npm-registry](/using-npm/registry)
48-
* [npm-config](/cli-commands/npm-config)
44+
* [npm docs](/cli-commands/npm-docs)
45+
* [npm view](/cli-commands/npm-view)
46+
* [npm publish](/cli-commands/npm-publish)
47+
* [npm registry](/using-npm/registry)
48+
* [npm config](/cli-commands/npm-config)
4949
* [npmrc](/configuring-npm/npmrc)
5050
* [package.json](/configuring-npm/package-json)

docs/content/cli-commands/npm-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ directly, run:
2828

2929
### See Also
3030

31-
* [npm-install](/cli-commands/npm-install)
32-
* [npm-link](/cli-commands/npm-link)
33-
* [npm-scripts](/using-npm/scripts)
31+
* [npm install](/cli-commands/npm-install)
32+
* [npm link](/cli-commands/npm-link)
33+
* [npm scripts](/using-npm/scripts)
3434
* [package.json](/configuring-npm/package-json)

docs/content/cli-commands/npm-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Just use `npm install` now to do what `npm bundle` used to do.
1818

1919
### See Also
2020

21-
* [npm-install](/cli-commands/npm-install)
21+
* [npm install](/cli-commands/npm-install)

docs/content/cli-commands/npm-cache.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ The root cache folder.
8181

8282
### See Also
8383

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

docs/content/cli-commands/npm-ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ In short, the main differences between using `npm install` and `npm ci` are:
6363

6464
### See Also
6565

66-
* [npm-install](/cli-commands/npm-install)
67-
* [npm-package-locks](/configuring-npm/package-locks)
66+
* [npm install](/cli-commands/npm-install)
67+
* [package-locks](/configuring-npm/package-locks)

0 commit comments

Comments
 (0)