Skip to content

Commit b8c1576

Browse files
committedNov 14, 2019
chore(docs): fix links on markdowns
chore(docs): fix styling issues on man and html docs chore(docs): fix absolute links on cli docs
1 parent 3471d52 commit b8c1576

Some content is hidden

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

83 files changed

+259
-203
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: npm-access
44
description: Set access level on published packages
55
---
66

7-
# npm-access
7+
# npm-access(1)
88

99
## Set access level on published packages
1010

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

+5-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: npm-adduser
44
description: Set access level on published packages
55
---
66

7-
# npm-adduser
7+
# npm-adduser(1)
88

99
## Add a registry user account
1010

@@ -20,7 +20,7 @@ aliases: login, add-user
2020

2121
Create or verify a user named `<username>` in the specified registry, and
2222
save the credentials to the `.npmrc` file. If no registry is specified,
23-
the default registry will be used (see [`npm-config`](npm-config)).
23+
the default registry will be used (see [`config`](/using-npm/config)).
2424

2525
The username, password, and email are read in from prompts.
2626

@@ -43,14 +43,14 @@ Default: https://registry.npmjs.org/
4343

4444
The base URL of the npm package registry. If `scope` is also specified,
4545
this registry will only be used for packages with that scope. `scope` defaults
46-
to the scope of the project directory you're currently in, if any. See [`npm-scope`](/docs/using-npm/scope).
46+
to the scope of the project directory you're currently in, if any. See [`scope`](/using-npm/scope).
4747

4848
#### scope
4949

5050
Default: none
5151

5252
If specified, the user and login credentials given will be associated
53-
with the specified scope. See [`npm-scope`](/docs/using-npm/scope). You can use both at the same time,
53+
with the specified scope. See [`scope`](/using-npm/scope). You can use both at the same time,
5454
e.g.
5555

5656
```bash
@@ -75,9 +75,7 @@ registries. Can be used with `--registry` and / or `--scope`, e.g.
7575
This will ensure that all requests to that registry (including for tarballs)
7676
include an authorization header. This setting may be necessary for use with
7777
private registries where metadata and package tarballs are stored on hosts with
78-
different hostnames. See `always-auth` in [`npm-config`](/docs/using-npm/config) for more details on
79-
always-auth. Registry-specific configuration of `always-auth` takes precedence
80-
over any global configuration.
78+
different hostnames. See `always-auth` in [`config`](/using-npm/config) for more details on always-auth. Registry-specific configuration of `always-auth` takes precedence over any global configuration.
8179

8280
#### auth-type
8381

0 commit comments

Comments
 (0)
Please sign in to comment.