mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
New translations web.md (Chinese Traditional, Hong Kong)
This commit is contained in:
parent
8e7ef1e650
commit
cef86b9a67
1 changed files with 21 additions and 0 deletions
21
website/translated_docs/zh-HK/web.md
Normal file
21
website/translated_docs/zh-HK/web.md
Normal file
|
@ -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 |
|
Loading…
Reference in a new issue