Skip to content

Commit 81a4347

Browse files
jamiebuildsjuanpicado
authored andcommitted
docs: add primary_color config option to web.md (#79)
1 parent e950292 commit 81a4347

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/web.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ web:
1212
enable: true
1313
title: Verdaccio
1414
logo: logo.png
15+
primary_color: "#4b5e40"
1516
gravatar: true | false
1617
scope: @scope
1718
sort_packages: asc | desc
@@ -28,7 +29,8 @@ title | string | No | Verdaccio | all | HTML head title description
2829
gravatar | boolean | No | true | `>v4` | Gravatars will be generated under the hood if this property is enabled
2930
sort_packages | [asc,desc] | No | asc | `>v4` | By default private packages are sorted by ascending
3031
logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located (header logo)
32+
primary_color | string | No | "#4b5e40" | `>4` | The primary color to use throughout the UI (header, etc)
3133
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 \\@)
3234

3335

34-
> It is recommended the logo size has the following size `40x40` pixels.
36+
> It is recommended the logo size has the following size `40x40` pixels.

0 commit comments

Comments
 (0)