Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

docs: add primary_color config option to web.md #79

Merged
merged 1 commit into from
Apr 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ web:
enable: true
title: Verdaccio
logo: logo.png
primary_color: "#4b5e40"
gravatar: true | false
scope: @scope
sort_packages: asc | desc
Expand All @@ -28,7 +29,8 @@ title | string | No | Verdaccio | all | HTML head title description
gravatar | boolean | No | true | `>v4` | Gravatars will be generated under the hood if this property is enabled
sort_packages | [asc,desc] | No | asc | `>v4` | By default private packages are sorted by ascending
logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located (header logo)
primary_color | string | No | "#4b5e40" | `>4` | The primary color to use throughout the UI (header, etc)
scope | string | No | \\@myscope | `>v3.x` | If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header (note: escape @ with \\@)


> It is recommended the logo size has the following size `40x40` pixels.
> It is recommended the logo size has the following size `40x40` pixels.