From 8ace3245ff3bbc2b401f68b7480a682b49473914 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:52:29 +0100 Subject: [PATCH] docs: add example for integrating GitHub registry with uplinks (#4505) --- website/docs/uplinks.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/uplinks.md b/website/docs/uplinks.md index e354193f5..9224621ba 100644 --- a/website/docs/uplinks.md +++ b/website/docs/uplinks.md @@ -22,6 +22,9 @@ uplinks: url: http://localhost:55666/ ``` +Here's an example of seamlessly integrating npmjs and GitHub registries using Verdaccio: +[How to use Verdaccio with GitHub registry](https://dev.to/verdaccio/how-to-use-verdaccio-with-github-registry-2ejj) + ### Configuration {#configuration} You can define mutiple uplinks and each of them must have an unique name (key). They can have the following properties: