From 5b862ea34238acc06cc99836ca62f5608fb7c691 Mon Sep 17 00:00:00 2001 From: verdacciobot <35213902+verdacciobot@users.noreply.github.com> Date: Thu, 31 May 2018 10:55:20 +0200 Subject: [PATCH] docs: New Crowdin translations (#726) docs: New Crowdin translations (#726) --- website/translated_docs/ar/auth.md | 2 +- website/translated_docs/ar/config.md | 14 +++++++++++++- website/translated_docs/ar/docker.md | 8 ++++---- website/translated_docs/ar/install.md | 14 ++------------ website/translated_docs/de/auth.md | 2 +- website/translated_docs/de/config.md | 14 +++++++++++++- website/translated_docs/de/docker.md | 8 ++++---- website/translated_docs/de/install.md | 14 ++------------ website/translated_docs/es-ES/auth.md | 2 +- website/translated_docs/es-ES/config.md | 14 +++++++++++++- website/translated_docs/es-ES/docker.md | 8 ++++---- website/translated_docs/es-ES/install.md | 14 ++------------ website/translated_docs/fr/auth.md | 2 +- website/translated_docs/fr/config.md | 14 +++++++++++++- website/translated_docs/fr/docker.md | 8 ++++---- website/translated_docs/fr/install.md | 14 ++------------ website/translated_docs/ja/auth.md | 2 +- website/translated_docs/ja/config.md | 14 +++++++++++++- website/translated_docs/ja/docker.md | 8 ++++---- website/translated_docs/ja/install.md | 14 ++------------ website/translated_docs/pt-BR/auth.md | 2 +- website/translated_docs/pt-BR/config.md | 14 +++++++++++++- website/translated_docs/pt-BR/docker.md | 8 ++++---- website/translated_docs/pt-BR/install.md | 14 ++------------ website/translated_docs/ur-IN/auth.md | 2 +- website/translated_docs/ur-IN/config.md | 14 +++++++++++++- website/translated_docs/ur-IN/docker.md | 8 ++++---- website/translated_docs/ur-IN/install.md | 14 ++------------ website/translated_docs/ur-PK/auth.md | 2 +- website/translated_docs/ur-PK/config.md | 14 +++++++++++++- website/translated_docs/ur-PK/docker.md | 8 ++++---- website/translated_docs/ur-PK/install.md | 14 ++------------ website/translated_docs/zh-Hans/auth.md | 2 +- website/translated_docs/zh-Hans/config.md | 14 +++++++++++++- website/translated_docs/zh-Hans/docker.md | 8 ++++---- website/translated_docs/zh-Hans/install.md | 14 ++------------ 36 files changed, 180 insertions(+), 162 deletions(-) diff --git a/website/translated_docs/ar/auth.md b/website/translated_docs/ar/auth.md index 1bb66f6b0..67fcf5aa8 100644 --- a/website/translated_docs/ar/auth.md +++ b/website/translated_docs/ar/auth.md @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ar/config.md b/website/translated_docs/ar/config.md index f9ed4f30a..08343757b 100644 --- a/website/translated_docs/ar/config.md +++ b/website/translated_docs/ar/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/ar/docker.md b/website/translated_docs/ar/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/ar/docker.md +++ b/website/translated_docs/ar/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/ar/install.md b/website/translated_docs/ar/install.md index 8c0c515a6..3be636a8f 100644 --- a/website/translated_docs/ar/install.md +++ b/website/translated_docs/ar/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Basic Usage Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/de/auth.md b/website/translated_docs/de/auth.md index 1bb66f6b0..67fcf5aa8 100644 --- a/website/translated_docs/de/auth.md +++ b/website/translated_docs/de/auth.md @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/de/config.md b/website/translated_docs/de/config.md index f9ed4f30a..08343757b 100644 --- a/website/translated_docs/de/config.md +++ b/website/translated_docs/de/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/de/docker.md b/website/translated_docs/de/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/de/docker.md +++ b/website/translated_docs/de/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/de/install.md b/website/translated_docs/de/install.md index 8c0c515a6..3be636a8f 100644 --- a/website/translated_docs/de/install.md +++ b/website/translated_docs/de/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Basic Usage Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/es-ES/auth.md b/website/translated_docs/es-ES/auth.md index 7d9ae09e7..3fd4d946b 100644 --- a/website/translated_docs/es-ES/auth.md +++ b/website/translated_docs/es-ES/auth.md @@ -36,7 +36,7 @@ Como se describe en [el ticket #212](https://github.com/verdaccio/verdaccio/issu ## Htpasswd por defecto -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/es-ES/config.md b/website/translated_docs/es-ES/config.md index c2cedd617..7608682f8 100644 --- a/website/translated_docs/es-ES/config.md +++ b/website/translated_docs/es-ES/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> Para información detallada sobre configuración, por favor [revise el código fuente](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> Para información detallada sobre configuración, por favor [revise el código fuente](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/es-ES/docker.md b/website/translated_docs/es-ES/docker.md index 850d0ed2c..8d3461d5b 100644 --- a/website/translated_docs/es-ES/docker.md +++ b/website/translated_docs/es-ES/docker.md @@ -21,22 +21,22 @@ Desde la versión `` puedes obtener imagenes de docker por [tag](https://hub.doc Para usar una versión "major": ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` Para usar una versión "minor": ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` Para un (parche) especifico: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -Para el próximo mayor lanzamiento usando la versión `beta` (`v.3.x`). +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/es-ES/install.md b/website/translated_docs/es-ES/install.md index 5e98b1f91..acf61cb43 100644 --- a/website/translated_docs/es-ES/install.md +++ b/website/translated_docs/es-ES/install.md @@ -8,7 +8,7 @@ Verdaccio es una aplicación web multiplataforma. Para instalarlo, necesitas uno 1. Node mayor que - En `verdaccio@2.x` Node `v4.6.1` es la versión mínima soportada. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` o `yarn` 3. La interfaz web soporta los exploradores `Chrome, Firefox, Edge, and IE9`. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Uso Básico Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/fr/auth.md b/website/translated_docs/fr/auth.md index 1bb66f6b0..67fcf5aa8 100644 --- a/website/translated_docs/fr/auth.md +++ b/website/translated_docs/fr/auth.md @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/fr/config.md b/website/translated_docs/fr/config.md index f9ed4f30a..08343757b 100644 --- a/website/translated_docs/fr/config.md +++ b/website/translated_docs/fr/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/fr/docker.md b/website/translated_docs/fr/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/fr/docker.md +++ b/website/translated_docs/fr/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/fr/install.md b/website/translated_docs/fr/install.md index 8c0c515a6..3be636a8f 100644 --- a/website/translated_docs/fr/install.md +++ b/website/translated_docs/fr/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Basic Usage Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/ja/auth.md b/website/translated_docs/ja/auth.md index 1bb66f6b0..67fcf5aa8 100644 --- a/website/translated_docs/ja/auth.md +++ b/website/translated_docs/ja/auth.md @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ja/config.md b/website/translated_docs/ja/config.md index f9ed4f30a..08343757b 100644 --- a/website/translated_docs/ja/config.md +++ b/website/translated_docs/ja/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/ja/docker.md b/website/translated_docs/ja/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/ja/docker.md +++ b/website/translated_docs/ja/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/ja/install.md b/website/translated_docs/ja/install.md index 8c0c515a6..3be636a8f 100644 --- a/website/translated_docs/ja/install.md +++ b/website/translated_docs/ja/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Basic Usage Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/pt-BR/auth.md b/website/translated_docs/pt-BR/auth.md index 1bb66f6b0..67fcf5aa8 100644 --- a/website/translated_docs/pt-BR/auth.md +++ b/website/translated_docs/pt-BR/auth.md @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/pt-BR/config.md b/website/translated_docs/pt-BR/config.md index abf33eee8..11a3ad4e7 100644 --- a/website/translated_docs/pt-BR/config.md +++ b/website/translated_docs/pt-BR/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/pt-BR/docker.md b/website/translated_docs/pt-BR/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/pt-BR/docker.md +++ b/website/translated_docs/pt-BR/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/pt-BR/install.md b/website/translated_docs/pt-BR/install.md index 3da944378..cd9f64625 100644 --- a/website/translated_docs/pt-BR/install.md +++ b/website/translated_docs/pt-BR/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node, acima da versão - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Como Usar Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/ur-IN/auth.md b/website/translated_docs/ur-IN/auth.md index 1bb66f6b0..67fcf5aa8 100644 --- a/website/translated_docs/ur-IN/auth.md +++ b/website/translated_docs/ur-IN/auth.md @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ur-IN/config.md b/website/translated_docs/ur-IN/config.md index f9ed4f30a..08343757b 100644 --- a/website/translated_docs/ur-IN/config.md +++ b/website/translated_docs/ur-IN/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/ur-IN/docker.md b/website/translated_docs/ur-IN/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/ur-IN/docker.md +++ b/website/translated_docs/ur-IN/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/ur-IN/install.md b/website/translated_docs/ur-IN/install.md index 8c0c515a6..3be636a8f 100644 --- a/website/translated_docs/ur-IN/install.md +++ b/website/translated_docs/ur-IN/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Basic Usage Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/ur-PK/auth.md b/website/translated_docs/ur-PK/auth.md index 1bb66f6b0..67fcf5aa8 100644 --- a/website/translated_docs/ur-PK/auth.md +++ b/website/translated_docs/ur-PK/auth.md @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ur-PK/config.md b/website/translated_docs/ur-PK/config.md index f9ed4f30a..08343757b 100644 --- a/website/translated_docs/ur-PK/config.md +++ b/website/translated_docs/ur-PK/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/ur-PK/docker.md b/website/translated_docs/ur-PK/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/ur-PK/docker.md +++ b/website/translated_docs/ur-PK/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/ur-PK/install.md b/website/translated_docs/ur-PK/install.md index 8c0c515a6..3be636a8f 100644 --- a/website/translated_docs/ur-PK/install.md +++ b/website/translated_docs/ur-PK/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## Basic Usage Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif) diff --git a/website/translated_docs/zh-Hans/auth.md b/website/translated_docs/zh-Hans/auth.md index cb193ea40..aa322b573 100644 --- a/website/translated_docs/zh-Hans/auth.md +++ b/website/translated_docs/zh-Hans/auth.md @@ -36,7 +36,7 @@ registry=http://localhost:5555/ ## 默认 htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/zh-Hans/config.md b/website/translated_docs/zh-Hans/config.md index 55706e65c..d1b160bc7 100644 --- a/website/translated_docs/zh-Hans/config.md +++ b/website/translated_docs/zh-Hans/config.md @@ -173,4 +173,16 @@ notify: content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' ``` -> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). \ No newline at end of file +> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). + +### Audit + +`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes a built-in middleware plugin to handle this command. + +> If you have a new installation it comes by default, otherwise you need to add the following props to your config file + +```yaml +middlewares: + audit: + enabled: true +``` \ No newline at end of file diff --git a/website/translated_docs/zh-Hans/docker.md b/website/translated_docs/zh-Hans/docker.md index 486af975d..7c2043575 100644 --- a/website/translated_docs/zh-Hans/docker.md +++ b/website/translated_docs/zh-Hans/docker.md @@ -21,22 +21,22 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/website/translated_docs/zh-Hans/install.md b/website/translated_docs/zh-Hans/install.md index f407ca0ae..b2270fde9 100644 --- a/website/translated_docs/zh-Hans/install.md +++ b/website/translated_docs/zh-Hans/install.md @@ -8,7 +8,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node.js 版本 - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,16 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` - ## 基本使用 Once it has been installed, you only need to execute the CLI command: @@ -47,7 +37,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)