mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
docs: fix typos in different areas (#4535)
This commit is contained in:
parent
5328b6cb05
commit
bed68b2ceb
@ -88,7 +88,7 @@ packages:
|
|||||||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||||
access: $all
|
access: $all
|
||||||
|
|
||||||
# allow all known users to publish/publish packages
|
# allow all known users to publish/unpublish packages
|
||||||
# (anyone can register by default, remember?)
|
# (anyone can register by default, remember?)
|
||||||
publish: $authenticated
|
publish: $authenticated
|
||||||
unpublish: $authenticated
|
unpublish: $authenticated
|
||||||
|
@ -90,7 +90,7 @@ packages:
|
|||||||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||||
access: $all
|
access: $all
|
||||||
|
|
||||||
# allow all known users to publish/publish packages
|
# allow all known users to publish/unpublish packages
|
||||||
# (anyone can register by default, remember?)
|
# (anyone can register by default, remember?)
|
||||||
publish: $authenticated
|
publish: $authenticated
|
||||||
unpublish: $authenticated
|
unpublish: $authenticated
|
||||||
|
@ -88,7 +88,7 @@ packages:
|
|||||||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||||
access: $all
|
access: $all
|
||||||
|
|
||||||
# allow all known users to publish/publish packages
|
# allow all known users to publish/unpublish packages
|
||||||
# (anyone can register by default, remember?)
|
# (anyone can register by default, remember?)
|
||||||
publish: $authenticated
|
publish: $authenticated
|
||||||
unpublish: $authenticated
|
unpublish: $authenticated
|
||||||
|
@ -90,7 +90,7 @@ packages:
|
|||||||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||||
access: $all
|
access: $all
|
||||||
|
|
||||||
# allow all known users to publish/publish packages
|
# allow all known users to publish/unpublish packages
|
||||||
# (anyone can register by default, remember?)
|
# (anyone can register by default, remember?)
|
||||||
publish: $authenticated
|
publish: $authenticated
|
||||||
unpublish: $authenticated
|
unpublish: $authenticated
|
||||||
|
@ -82,7 +82,7 @@ packages:
|
|||||||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||||
access: $all
|
access: $all
|
||||||
|
|
||||||
# allow all known users to publish/publish packages
|
# allow all known users to publish/unpublish packages
|
||||||
# (anyone can register by default, remember?)
|
# (anyone can register by default, remember?)
|
||||||
publish: $authenticated
|
publish: $authenticated
|
||||||
unpublish: $authenticated
|
unpublish: $authenticated
|
||||||
|
@ -86,7 +86,7 @@ packages:
|
|||||||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||||
access: $all
|
access: $all
|
||||||
|
|
||||||
# Allow all known users to publish/publish packages
|
# Allow all known users to publish/unpublish packages
|
||||||
# (anyone can register by default, remember?)
|
# (anyone can register by default, remember?)
|
||||||
publish: $authenticated
|
publish: $authenticated
|
||||||
unpublish: $authenticated
|
unpublish: $authenticated
|
||||||
|
@ -252,7 +252,7 @@ user_agent: 'custom user agent'
|
|||||||
|
|
||||||
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
||||||
|
|
||||||
Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm loding/adduser` and login website to 100 request peer 15 min, customizable via:
|
Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm login/adduser` and login website to 100 request peer 15 min, customizable via:
|
||||||
|
|
||||||
```
|
```
|
||||||
userRateLimit:
|
userRateLimit:
|
||||||
|
@ -25,7 +25,7 @@ module.exports = {
|
|||||||
'third-party',
|
'third-party',
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Uses Cases',
|
label: 'Use Cases',
|
||||||
items: ['caching', 'linking-remote-registry'],
|
items: ['caching', 'linking-remote-registry'],
|
||||||
},
|
},
|
||||||
'articles',
|
'articles',
|
||||||
|
@ -209,7 +209,7 @@ user_agent: 'custom user agent'
|
|||||||
|
|
||||||
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
||||||
|
|
||||||
Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm loding/adduser` and login website to 100 request peer 15 min, customizable via:
|
Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm login/adduser` and login website to 100 request peer 15 min, customizable via:
|
||||||
|
|
||||||
```
|
```
|
||||||
userRateLimit:
|
userRateLimit:
|
||||||
|
@ -252,7 +252,7 @@ user_agent: 'custom user agent'
|
|||||||
|
|
||||||
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
||||||
|
|
||||||
Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm loding/adduser` and login website to 100 request peer 15 min, customizable via:
|
Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm login/adduser` and login website to 100 request peer 15 min, customizable via:
|
||||||
|
|
||||||
```
|
```
|
||||||
userRateLimit:
|
userRateLimit:
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"logo",
|
"logo",
|
||||||
{
|
{
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"label": "Uses Cases",
|
"label": "Use Cases",
|
||||||
"items": ["caching", "github-actions", "linking-remote-registry"]
|
"items": ["caching", "github-actions", "linking-remote-registry"]
|
||||||
},
|
},
|
||||||
"articles"
|
"articles"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"third-party",
|
"third-party",
|
||||||
{
|
{
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"label": "Uses Cases",
|
"label": "Use Cases",
|
||||||
"items": ["caching", "linking-remote-registry"]
|
"items": ["caching", "linking-remote-registry"]
|
||||||
},
|
},
|
||||||
"articles"
|
"articles"
|
||||||
|
Loading…
Reference in New Issue
Block a user