Skip to content

Commit ab36d30

Browse files
committed
docs: remove references to normal mode in readme
1 parent 2fa6944 commit ab36d30

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,14 @@ yarn publish --registry http://localhost:4873
8686

8787
## Access Levels
8888

89-
Access and publish access rights depend on the mode used.
89+
Access and publish access rights are mapped following the rules below.
9090

9191
verdaccio-gitlab access control will only be applied to package sections that
9292
are marked with `gitlab: true` as in the configuration sample above. If you
9393
wish to disable gitlab authentication to any package config, just remove the
9494
element from the config.
9595

96-
### Normal Mode (default)
97-
98-
In normal mode, packages are available:
99-
100-
#### Access
96+
### Access
10197

10298
*access* is allowed depending on the following verdaccio `package` configuration
10399
directives:
@@ -109,7 +105,7 @@ directives:
109105
Please note that no group or package name mapping is applied on access, any
110106
user successfully authenticated can access all packages.
111107

112-
#### Publish
108+
### Publish
113109

114110
*publish* is allowed if the package name matches the logged in user
115111
id, if the package name or scope of the package matches one of the

0 commit comments

Comments
 (0)