From cef86b9a679cad96e8b317a371f090c1a5cb9c75 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 16 Dec 2017 13:30:57 +0100 Subject: [PATCH] New translations web.md (Chinese Traditional, Hong Kong) --- website/translated_docs/zh-HK/web.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 website/translated_docs/zh-HK/web.md diff --git a/website/translated_docs/zh-HK/web.md b/website/translated_docs/zh-HK/web.md new file mode 100644 index 000000000..1fceb6580 --- /dev/null +++ b/website/translated_docs/zh-HK/web.md @@ -0,0 +1,21 @@ +--- +id: webui +date: 2017-07-10T23:36:56.503Z +title: Web User Interface +--- +Verdaccio has a web user interface to display only the private packges and can be customisable. + +```yaml +web: + enable: true + title: Verdaccio + logo: logo.png +``` + +### Configuration + +| Property | Type | Required | Example | Support | Description | +| -------- | ------- | -------- | ------------------------------ | ------- | ---------------------------------- | +| enable | boolean | No | true/false | all | allow to display the web interface | +| title | string | No | $authenticated | all | HTML head title description | +| logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located | \ No newline at end of file