Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(docs): add static linking
  • Loading branch information
claudiahdz committed Oct 31, 2019
commit bc5dfc561fc7bbee94d0b59f8bb70ba65b0a2aa9
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ cli_mandocs = $(shell find docs/content/cli-commands -name '*.md' \
files_mandocs = $(shell find docs/content/configuring-npm -name '*.md' \
|sed 's|.md|.5|g' \
|sed 's|docs/content/configuring-npm/|man/man5/|g' ) \
man/man5/npm-json.5 \
man/man5/npm-global.5

misc_mandocs = $(shell find docs/content/using-npm -name '*.md' \
|sed 's|.md|.7|g' \
Expand Down
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Management of teams and team memberships is done with the `npm team` command.
### See Also

* [`libnpmaccess`](https://npm.im/libnpmaccess)
* [npm-team](npm-team)
* [npm-publish](npm-publish)
* [npm-config](npm-config)
* [npm-registry](/docs/using-npm/registry)
* [npm-team](/cli-commands/npm-team)
* [npm-publish](/cli-commands/npm-publish)
* [npm-config](/cli-commands/npm-config)
* [npm-registry](/using-npm/registry)
10 changes: 5 additions & 5 deletions docs/content/cli-commands/npm-adduser.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ username/password entry in legacy npm.

### See Also

* [npm-registry](/docs/using-npm/registry)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-owner](npm-owner)
* [npm-whoami](npm-whoami)
* [npm-registry](/using-npm/registry)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [npm-owner](/cli-commands/npm-owner)
* [npm-whoami](/cli-commands/npm-whoami)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ configuration setting.

### See Also

* [npm-install](npm-install)
* [package-locks](package-locks)
* [config](/docs/using-npm/config)
* [npm-install](/cli-commands/npm-install)
* [package-locks](/configuring-npm/package-locks)
* [config](/using-npm/config)
10 changes: 5 additions & 5 deletions docs/content/cli-commands/npm-bin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Print the folder where npm will install executables.

### See Also

* [npm-prefix](npm-prefix)
* [npm-root](npm-root)
* [npm-folders](/docs/configuring-npm/folders)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-prefix](/cli-commands/npm-prefix)
* [npm-root](/cli-commands/npm-root)
* [npm-folders](/configuring-npm/folders)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
14 changes: 7 additions & 7 deletions docs/content/cli-commands/npm-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ The base URL of the npm package registry.

### See Also

* [npm-docs](npm-docs)
* [npm-view](npm-view)
* [npm-publish](npm-publish)
* [npm-registry](/docs/using-npm/registry)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [package.json](/docs/configuring-npm/package.json)
* [npm-docs](/cli-commands/npm-docs)
* [npm-view](/cli-commands/npm-view)
* [npm-publish](/cli-commands/npm-publish)
* [npm-registry](/using-npm/registry)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package.json)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ directly, run:

### See Also

* [npm-install](npm-install)
* [npm-link](npm-link)
* [npm-scripts](/docs/using-npm/scripts)
* [package.json](/docs/configuring-npm/package.json)
* [npm-install](/cli-commands/npm-install)
* [npm-link](/cli-commands/npm-link)
* [npm-scripts](/using-npm/scripts)
* [package.json](/configuring-npm/package.json)
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Just use `npm install` now to do what `npm bundle` used to do.

### See Also

* [npm-install](npm-install)
* [npm-install](/cli-commands/npm-install)
12 changes: 6 additions & 6 deletions docs/content/cli-commands/npm-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ The root cache folder.

### See Also

* [npm-folders](/docs/configuring-npm/folders)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-install](npm-install)
* [npm-publish](npm-publish)
* [npm-pack](npm-pack)
* [npm-folders](/configuring-npm/folders)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [npm-install](/cli-commands/npm-install)
* [npm-publish](/cli-commands/npm-publish)
* [npm-pack](/cli-commands/npm-pack)
* https://npm.im/cacache
* https://npm.im/pacote
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ In short, the main differences between using `npm install` and `npm ci` are:

### See Also

* [npm-install](npm-install)
* [npm-package-locks](/docs/configuring-npm/package-locks)
* [npm-install](/cli-commands/npm-install)
* [npm-package-locks](/configuring-npm/package-locks)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ completions based on the arguments.

### See Also

* [npm-developers](/docs/using-npm/developers)
* [npm](npm)
* [npm-developers](/using-npm/developers)
* [npm](/cli-commands/npm)
10 changes: 5 additions & 5 deletions docs/content/cli-commands/npm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ global config.

### See Also

* [npm-folders](/docs/configuring-npm/folders)
* [npm-config](npm-config)
* [package.json](/docs/configuring-npm/package.json)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm](npm)
* [npm-folders](/configuring-npm/folders)
* [npm-config](/cli-commands/npm-config)
* [package.json](/configuring-npm/package.json)
* [npmrc](/configuring-npm/npmrc)
* [npm](/cli-commands/npm)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-dedupe.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ result in new modules being installed.

### See Also

* [npm-ls](npm-ls)
* [npm-update](npm-update)
* [npm-install](npm-install)
* [npm-ls](/cli-commands/npm-ls)
* [npm-update](/cli-commands/npm-update)
* [npm-install](/cli-commands/npm-install)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-deprecate.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ format an empty string.

### See Also

* [npm-publish](npm-publish)
* [npm-registry](/docs/using-npm/registry)
* [npm-publish](/cli-commands/npm-publish)
* [npm-registry](/using-npm/registry)
12 changes: 6 additions & 6 deletions docs/content/cli-commands/npm-dist-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ begin with a number or the letter `v`.

### See Also

* [npm-publish](npm-publish)
* [npm-install](npm-install)
* [npm-dedupe](npm-dedupe)
* [npm-registry](/docs/using-npm/registry)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-publish](/cli-commands/npm-publish)
* [npm-install](/cli-commands/npm-install)
* [npm-dedupe](/cli-commands/npm-dedupe)
* [npm-registry](/using-npm/registry)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
12 changes: 6 additions & 6 deletions docs/content/cli-commands/npm-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ The base URL of the npm package registry.

### See Also

* [npm-view](npm-view)
* [npm-publish](npm-publish)
* [npm-registry](/docs/using-npm/registry)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [package.json](/docs/configuring-npm/package.json)
* [npm-view](/cli-commands/npm-view)
* [npm-publish](/cli-commands/npm-publish)
* [npm-registry](/using-npm/registry)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package.json)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ cache, you should probably run `npm cache clean` and reset the cache.

### See Also

* [npm-bugs](npm-bugs)
* [npm-help](npm-help)
* [npm-ping](npm-ping)
* [npm-bugs](/cli-commands/npm-bugs)
* [npm-help](/cli-commands/npm-help)
* [npm-ping](/cli-commands/npm-ping)
10 changes: 5 additions & 5 deletions docs/content/cli-commands/npm-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The command to run for `npm edit` or `npm config edit`.

### See Also

* [npm-folders](/docs/configuring-npm/folders)
* [npm-explore](npm-explore)
* [npm-install](npm-install)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-folders](/configuring-npm/folders)
* [npm-explore](/cli-commands/npm-explore)
* [npm-install](/cli-commands/npm-install)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
10 changes: 5 additions & 5 deletions docs/content/cli-commands/npm-explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ The shell to run for the `npm explore` command.

### See Also

* [npm-folders](/docs/configuring-npm/folders)
* [npm-edit](npm-edit)
* [npm-rebuild](npm-rebuild)
* [npm-build](npm-build)
* [npm-install](npm-install)
* [npm-folders](/configuring-npm/folders)
* [npm-edit](/cli-commands/npm-edit)
* [npm-rebuild](/cli-commands/npm-rebuild)
* [npm-build](/cli-commands/npm-build)
* [npm-install](/cli-commands/npm-install)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-help-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ If false, then help-search will just list out the help topics found.

### See Also

* [npm](npm)
* [npm-help](npm-help)
* [npm](/cli-commands/npm)
* [npm-help](/cli-commands/npm-help)
15 changes: 7 additions & 8 deletions docs/content/cli-commands/npm-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ Set to `"browser"` to view html help content in the default web browser.

### See Also

* [npm](npm)
* README
* [npm-folders](/docs/configuring-npm/folders)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [package.json](/docs/configuring-npm/package.json)
* [npm-help-search](npm-help-search)
* [npm-index](npm-index)
* [npm](/cli-commands/npm)
* [npm-folders](/configuring-npm/folders)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package.json)
* [npm-help-search](/cli-commands/npm-help-search)
* [npm-index](/cli-commands/npm-index)
6 changes: 3 additions & 3 deletions docs/content/cli-commands/npm-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ will create a scoped package.
### See Also

* <https://github.com/isaacs/init-package-json>
* [package.json](/docs/configuring-npm/package.json)
* [npm-version](npm-version)
* [npm-scope](/docs/using-npm/scope)
* [package.json](/configuring-npm/package.json)
* [npm-version](/cli-commands/npm-version)
* [npm-scope](/using-npm/scope)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-install-ci-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ This command runs an `npm ci` followed immediately by an `npm test`.

### See Also

* [npm-ci](npm-ci)
* [npm-test](npm-test)
* [npm-ci](/cli-commands/npm-ci)
* [npm-test](/cli-commands/npm-test)
4 changes: 2 additions & 2 deletions docs/content/cli-commands/npm-install-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ takes exactly the same arguments as `npm install`.

### See Also

* [npm-install](npm-install)
* [npm-test](npm-test)
* [npm-install](/cli-commands/npm-install)
* [npm-test](/cli-commands/npm-test)
28 changes: 14 additions & 14 deletions docs/content/cli-commands/npm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,17 +478,17 @@ affects a real use-case, it will be investigated.

### See Also

* [npm-folders](/docs/configuring-npm/folders)
* [npm-update](npm-update)
* [npm-audit](npm-audit)
* [npm-link](npm-link)
* [npm-rebuild](npm-rebuild)
* [npm-scripts](/docs/using-npm/scripts)
* [npm-build](npm-build)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-registry](/docs/using-npm/registry)
* [npm-dist-tag](npm-dist-tag)
* [npm-uninstall](npm-uninstall)
* [npm-shrinkwrap](npm-shrinkwrap)
* [package.json](/docs/configuring-npm/package.json)
* [npm-folders](/configuring-npm/folders)
* [npm-update](/cli-commands/npm-update)
* [npm-audit](/cli-commands/npm-audit)
* [npm-link](/cli-commands/npm-link)
* [npm-rebuild](/cli-commands/npm-rebuild)
* [npm-scripts](/using-npm/scripts)
* [npm-build](/cli-commands/npm-build)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [npm-registry](/using-npm/registry)
* [npm-dist-tag](/cli-commands/npm-dist-tag)
* [npm-uninstall](/cli-commands/npm-uninstall)
* [npm-shrinkwrap](/cli-commands/npm-shrinkwrap)
* [package.json](/configuring-npm/package.json)
12 changes: 6 additions & 6 deletions docs/content/cli-commands/npm-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ npm link @myorg/privatepackage

### See Also

* [npm-developers](/docs/using-npm/developers)
* [package.json](/docs/configuring-npm/package.json)
* [npm-install](npm-install)
* [npm-folders](/docs/configuring-npm/folders)
* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-developers](/using-npm/developers)
* [package.json](/configuring-npm/package.json)
* [npm-install](/cli-commands/npm-install)
* [npm-folders](/configuring-npm/folders)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
9 changes: 4 additions & 5 deletions docs/content/cli-commands/npm-logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ npm logout --scope=@myco

### See Also

* [npm-adduser](npm-adduser)
* [npm-registry](/docs/using-npm/registry)
* [npm-config](npm-config)
* [npm-config](npm-config)
* [npm-whoami](npm-whoami)
* [npm-adduser](/cli-commands/npm-adduser)
* [npm-registry](/using-npm/registry)
* [npm-config](/cli-commands/npm-config)
* [npm-whoami](/cli-commands/npm-whoami)
16 changes: 8 additions & 8 deletions docs/content/cli-commands/npm-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ Display only dependencies which are linked

### See Also

* [npm-config](npm-config)
* [npmrc](/docs/configuring-npm/npmrc)
* [npm-folders](/docs/configuring-npm/folders)
* [npm-install](npm-install)
* [npm-link](npm-link)
* [npm-prune](npm-prune)
* [npm-outdated](npm-outdated)
* [npm-update](npm-update)
* [npm-config](/cli-commands/npm-config)
* [npmrc](/configuring-npm/npmrc)
* [npm-folders](/configuring-npm/folders)
* [npm-install](/cli-commands/npm-install)
* [npm-link](/cli-commands/npm-link)
* [npm-prune](/cli-commands/npm-prune)
* [npm-outdated](/cli-commands/npm-outdated)
* [npm-update](/cli-commands/npm-update)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-outdated.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Max depth for checking dependency tree.

### See Also

* [npm-update](npm-update)
* [npm-dist-tag](npm-dist-tag)
* [npm-registry](/docs/using-npm/registry)
* [npm-folders](/docs/configuring-npm/folders)
* [npm-update](/cli-commands/npm-update)
* [npm-dist-tag](/cli-commands/npm-dist-tag)
* [npm-registry](/using-npm/registry)
* [npm-folders](/configuring-npm/folders)
8 changes: 4 additions & 4 deletions docs/content/cli-commands/npm-owner.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ with `--otp`.

### See Also

* [npm-publish](npm-publish)
* [npm-registry](/docs/using-npm/registry)
* [npm-adduser](npm-adduser)
* [npm-disputes](/docs/using-npm/disputes)
* [npm-publish](/cli-commands/npm-publish)
* [npm-registry](/using-npm/registry)
* [npm-adduser](/cli-commands/npm-adduser)
* [npm-disputes](/using-npm/disputes)
Loading