Lennart
58daf3c9bd
docs: Add secco to "Who is using" ( #4172 )
2023-12-02 11:49:12 +01:00
Juan Picado
47f61c6482
feat!: bump to v7
2023-08-21 17:38:13 +02:00
Yassine KLILICH
22159cfc49
fix(website): wrong spelling "depenging" to "depending" in documentation ( #3886 )
2023-06-18 22:42:15 +08:00
Juan Picado
cc43ba4faf
chore: fix local startup
2023-05-13 16:17:57 +02:00
Raz Luvaton
489f036773
added e2e example test ( #3779 )
2023-04-30 22:56:37 +02:00
Juan Picado
bb4aabcae5
docs: add config builder api docs
2023-04-18 22:54:12 +02:00
Juan Picado
b1d258b1da
docs: fix typos
2023-03-11 09:28:51 +01:00
Juan Picado
f0a5900af3
docs: logger docs
2023-03-08 08:38:08 +01:00
Juan Picado
5fee278df4
doc: improve docs for logger
2023-03-08 08:36:59 +01:00
osher
d0b26c1300
Add section "Logger" to config page ( #3664 )
2023-03-08 08:06:39 +01:00
Juan Picado
4a6e682395
format code
2023-03-05 07:57:12 +01:00
Tom Coonen
7563bb37aa
docs: add correct link to s3 plugin ( #3192 )
...
* Add correct link to s3 plugin
* Update plugin-storage.md
* Update plugin-storage.md
Changed link to AWS S3 plugin to monorepo.
---------
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2023-03-04 12:26:48 +01:00
Juan Picado
83e4669aba
fix website build
2023-02-18 16:42:05 +01:00
Juan Picado
781ac9ac25
docs: add docs for theme and filter plugins ( #3619 )
...
* docs: add docs for theme and filter plugins
* typos
* typos
* Create strong-socks-type.md
* Update plugins.md
* typos
2023-02-18 15:42:19 +01:00
Juan Picado
1b38fb2d30
improve storage documentation
2023-02-09 20:48:01 +01:00
Juan Picado
a1f78368c4
docs: add pages to ui components ( #3557 )
...
* rename method
* Update ui-components.md
* clean up jest
* docs: add pages to ui components
* Update ui-components.yml
* chore: add some example docs
2023-01-08 11:27:37 +01:00
Johannes Losch
c23726a5ac
updated gitlab auth ( #3554 )
...
removed https://github.com/snics/docker-verdaccio-gitlab (not longer maintained)
added https://github.com/johanneslosch/verdaccio-auth-gitlab
2023-01-03 16:36:56 +01:00
Juan Picado
9045402d73
docs: add ui components docs ( #3553 )
...
* docs: add ui components docs
* Update ui-components.md
* Update package.json
2023-01-03 10:50:34 +01:00
Eric Mutta
beefebfcfa
Fix typo in e2e.md ( #3552 )
2023-01-03 10:29:56 +01:00
Juan Picado
3d158a195a
chore(website): plugin search ui ( #3539 )
...
* chore: plugin search ui
chore: progress
chore: format code
chore: progress
chore: @verdaccio-ui/copy-clipboard
chore: search finish
* chore: ui-components
* Update ToolList.tsx
* xss protection
* Update static-data.yml
* Update AddonCard.tsx
2022-12-25 18:48:18 +01:00
Juan Picado
5d9b65a1e7
chore: improve info regarding using private registries ( #3510 )
...
* chore: improve info regarding using private registries
* Update Help.test.tsx.snap
2022-11-25 13:28:25 +01:00
Juan Picado
15f3fba094
chore(website): talks section ( #3443 )
...
* chore(website): talks section
* chore: remove dep
* chore: iframe react
* Update deep-dive-into-verdaccio.md
* chore: refactor talks
* Update deep-dive-into-verdaccio.md
* chore: remove code
* Update website.yml
* chore: remove old talks ref
2022-10-16 14:06:07 +02:00
Juan Picado
64cfedb805
chore(website): add api section ( #3424 )
...
* chore: add api section
* chore: fix build
* Update website.yml
* chore: improve types plugin
clean up others stuff
* Update crowdin.yaml
* clean up
2022-10-10 08:00:09 +02:00
Marc Bernard
810bf8c40c
fix link to TypeScript type definitions ( #3395 )
...
* Fix link to TypeScript type definitions
* Update link
2022-09-27 17:27:31 +02:00
Teos
f21a9ee7ab
docs: update docker.md ( #3368 )
...
* Update docker.md
Update outdated docker-examples link
* Update docker.md
2022-09-09 16:18:03 +02:00
Shenhe
f1527f5f20
docs: changed the deprecated installation method ( #3323 )
...
* Changed the deprecated installation method
Altered the `npm` global installation command i.e. `npm i -g` and `npm install --global` to `npm i --location=global` and `npm install --location=global` respectively. Also added methods for installing using `yarn` and `pnpm`
* Changed the deprecated installation method for `npm`
Changed the installation flag from `--global` and `-g` to `--location=global` for `npm` i.e. to `npm --location=global`
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-08-27 09:20:09 +02:00
Marc Bernard
a32a7e617e
Update docs for cli ( #3325 )
...
- Minor corrections and additions
- Added link to possible formats for `listen` command
2022-08-26 19:53:35 +02:00
Marc Bernard
08c36e688e
docs: add statement about npm security best practices ( #3324 )
...
OWASP is explicitly mentioning Verdaccio in one of their recommendations for npm security best practices.
It's high praise so should be mentioned in a central place. If not here, you might find another page to add it.
2022-08-24 17:59:08 +02:00
Juan Picado
4b61029718
chore: add more install notes
2022-08-22 20:31:59 +02:00
Juan Picado
13398c6ab8
update docker plugins examples
2022-08-22 18:51:04 +02:00
Juan Picado
bf0f331dfc
chore: remove empty website page
2022-08-20 18:20:22 +02:00
NotWearingPants
9bff9045f8
docs: update links in ci.md ( #3309 )
2022-08-18 21:03:13 +02:00
Juan Picado
292c0a37fc
feat!: replace deprecated request dependency by got ( #3100 )
2022-07-29 20:51:45 +02:00
Morrain
c5a6ff89bb
update logger.md ( #3256 )
2022-07-06 19:57:32 +02:00
Thomi Richards
9beb77a44e
docs: small language tweak to uplinks.md. ( #3252 )
2022-07-01 09:24:22 +03:00
Felipe Plets
7a99b11be3
website docs refactor the "Using a private registry" section ( #3247 )
2022-06-24 17:10:06 +02:00
Juan Picado
49b3120ded
chore: improve docs
2022-06-22 23:12:10 +02:00
Abraham Schilling
27899ab9d8
Add docker example to the custom build list ( #3236 )
2022-06-19 13:42:44 +02:00
Juan Picado
0e74d5ea52
chore: update docs for 5.13.0
2022-06-17 05:55:35 +02:00
Juan Picado
aea3b9ddaf
add docker examples to use plugins with docker files ( #3217 )
...
* add docker examples to use plugins at docker
* Update Dockerfile
* chore: add v6 examples
2022-06-14 18:33:27 +02:00
Juan Picado
a6491dcd7c
add programatically new page ( #3212 )
2022-06-02 18:15:22 +02:00
Adriana Lima Shikasho
a6d9743c06
add portuguese-br article ( #3207 )
2022-05-31 18:13:48 +02:00
Juan Picado
e3184ed185
update web configuration
2022-05-07 22:39:18 +02:00
Andrew
ff49f7df03
docs: update install.md ( #3152 )
...
Fix a **very** minor typo
2022-05-05 08:10:06 +02:00
Trevor Blackman
a4eedfe070
fix: missing word ( #3144 )
...
Added a missing word; "We will happy..." -> "We will be happy..."
2022-04-26 23:28:53 +02:00
Robert Blaine
a11f8aa0d4
chore (docs): Update Uplinks/K8s doc to reference secretEnvVars
( #3142 )
...
* Chore: Update Uplinks/K8s doc to reference `secretEnvVars`
* Update Uplinks Documentation to refer to the Helm Chart's new
`secretEnvVars` value
* Update Kubernetes Documentation with the new `secretEnvVars` helm
value
* k8s doc wording
2022-04-25 20:51:50 +02:00
Juan Picado
55f74373f2
chore: delete azure file not longer used
2022-04-16 21:07:32 +02:00
Tiny
d08fe29d97
feat(web): add a config item to web,let the developer can select whether enable the html cache ( #3108 )
...
* 为web添加cache配置项,用户可以自己决定是否启用Html缓存
* related to the change for https://github.com/verdaccio/verdaccio/pull/3108
* related to the change for https://github.com/verdaccio/verdaccio/pull/3108
* apply changes from 5.x branch
Co-authored-by: fengdi <fengdi@bbktel.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-04-14 08:29:39 +02:00
Christopher Klint
8eee286b01
docs(cli-registry): fix sentence grammar ( #3112 )
2022-04-11 17:12:42 +02:00
Juan Picado
82cb0f2bff
config.logs throw an error, logging config not longer accept array or… ( #3097 )
2022-03-28 20:02:08 +02:00