We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2154cd commit 143f8cdCopy full SHA for 143f8cd
2 files changed
docs/lib/build.js
@@ -163,7 +163,7 @@ const generateNav = async (contentPath, navPath) => {
163
# directly within the CLI documentation. Instead, it will be used
164
# for the https://docs.npmjs.com/ site.
165
`
166
- await fs.writeFile(navPath, `${prefix}\n${yaml.stringify(navData, { indent: 2, indentSeq: false })}`, 'utf-8')
+ await fs.writeFile(navPath, `${prefix}\n${yaml.stringify(navData, { indent: 2, indentSeq: false, lineWidth: 0 })}`, 'utf-8')
167
}
168
169
// Auto-generate doc templates for commands without docs
@@ -278,7 +278,7 @@ ${description}
278
279
280
281
282
283
284
docs/lib/content/nav.yml
@@ -188,8 +188,7 @@
188
description: Manage your authentication tokens
189
- title: npm trust
190
url: /commands/npm-trust
191
- description: Manage trusted publishing relationships between packages and CI/CD
192
- providers
+ description: Manage trusted publishing relationships between packages and CI/CD providers
193
- title: npm undeprecate
194
url: /commands/npm-undeprecate
195
description: Undeprecate a version of a package
0 commit comments