You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ web:
12
12
enable: true
13
13
title: Verdaccio
14
14
logo: logo.png
15
+
primary_color: "#4b5e40"
15
16
gravatar: true | false
16
17
scope: @scope
17
18
sort_packages: asc | desc
@@ -28,7 +29,8 @@ title | string | No | Verdaccio | all | HTML head title description
28
29
gravatar | boolean | No | true | `>v4` | Gravatars will be generated under the hood if this property is enabled
29
30
sort_packages | [asc,desc] | No | asc | `>v4` | By default private packages are sorted by ascending
30
31
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)
31
33
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 \\@)
32
34
33
35
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