Skip to content

Commit b043bf9

Browse files
committed
fix docs generation for yes config
1 parent 7b5606b commit b043bf9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/content/using-npm/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,8 +1343,8 @@ workspaces.
13431343

13441344
#### `yes`
13451345

1346-
* Default: false
1347-
* Type: Boolean
1346+
* Default: null
1347+
* Type: null or Boolean
13481348

13491349
Automatically answer "yes" to any prompts that npm might print on the
13501350
command line.

docs/nav.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
- title: npm explore
6767
url: /commands/npm-explore
6868
description: Browse an installed package
69+
- title: npm find-dupes
70+
url: /commands/npm-find-dupes
71+
description: Find duplication in the package tree
6972
- title: npm fund
7073
url: /commands/npm-fund
7174
description: Retrieve funding information

0 commit comments

Comments
 (0)