From bcfddaa79b317aae8207478b2d00f06d005e9a25 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 5 Jul 2024 16:39:42 +0100 Subject: [PATCH 1/4] test note rendering --- runtime/manual/advanced/private_repositories.md | 3 ++- runtime/manual/node/private_registries.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/runtime/manual/advanced/private_repositories.md b/runtime/manual/advanced/private_repositories.md index ba2ec9c20..ee447b462 100644 --- a/runtime/manual/advanced/private_repositories.md +++ b/runtime/manual/advanced/private_repositories.md @@ -2,7 +2,8 @@ title: "Private Modules and Repositories" --- -> [!NOTE] Not to be confused with +> [!NOTE] +> Not to be confused with > [private npm registries](/runtime/manual/node/private_registries/). There may be instances where you want to load a remote module that is located in diff --git a/runtime/manual/node/private_registries.md b/runtime/manual/node/private_registries.md index ec32f2a68..b7cc0eb62 100644 --- a/runtime/manual/node/private_registries.md +++ b/runtime/manual/node/private_registries.md @@ -2,7 +2,8 @@ title: "Private NPM Registries" --- -> [!NOTE] Not to be confused with +> [!NOTE] +> Not to be confused with > [private repositories and modules](/runtime/manual/advanced/private_repositories/). Deno supports private registries, which allow you to host and share your own From 0486af0552ace7510b68de048ff896173a0a1a0a Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 5 Jul 2024 16:51:45 +0100 Subject: [PATCH 2/4] test note rendering --- runtime/manual/advanced/private_repositories.md | 5 ++--- runtime/manual/node/private_registries.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/runtime/manual/advanced/private_repositories.md b/runtime/manual/advanced/private_repositories.md index ee447b462..a0ebf5317 100644 --- a/runtime/manual/advanced/private_repositories.md +++ b/runtime/manual/advanced/private_repositories.md @@ -2,9 +2,8 @@ title: "Private Modules and Repositories" --- -> [!NOTE] -> Not to be confused with -> [private npm registries](/runtime/manual/node/private_registries/). +:::note Not to be confused with +[private npm registries](/runtime/manual/node/private_registries/). There may be instances where you want to load a remote module that is located in a _private_ repository, like a private repository on GitHub. diff --git a/runtime/manual/node/private_registries.md b/runtime/manual/node/private_registries.md index b7cc0eb62..78df61d6b 100644 --- a/runtime/manual/node/private_registries.md +++ b/runtime/manual/node/private_registries.md @@ -2,9 +2,8 @@ title: "Private NPM Registries" --- -> [!NOTE] -> Not to be confused with -> [private repositories and modules](/runtime/manual/advanced/private_repositories/). +:::note Not to be confused with +[private repositories and modules](/runtime/manual/advanced/private_repositories/). Deno supports private registries, which allow you to host and share your own modules. This is useful for organizations that want to keep their code private From dcad4a23949bbe691278c37b0532f69737796959 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 5 Jul 2024 16:55:39 +0100 Subject: [PATCH 3/4] test note rendering --- runtime/manual/advanced/private_repositories.md | 1 + runtime/manual/node/private_registries.md | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/manual/advanced/private_repositories.md b/runtime/manual/advanced/private_repositories.md index a0ebf5317..2065c2ba1 100644 --- a/runtime/manual/advanced/private_repositories.md +++ b/runtime/manual/advanced/private_repositories.md @@ -4,6 +4,7 @@ title: "Private Modules and Repositories" :::note Not to be confused with [private npm registries](/runtime/manual/node/private_registries/). +::: There may be instances where you want to load a remote module that is located in a _private_ repository, like a private repository on GitHub. diff --git a/runtime/manual/node/private_registries.md b/runtime/manual/node/private_registries.md index 78df61d6b..ea15e8248 100644 --- a/runtime/manual/node/private_registries.md +++ b/runtime/manual/node/private_registries.md @@ -4,6 +4,7 @@ title: "Private NPM Registries" :::note Not to be confused with [private repositories and modules](/runtime/manual/advanced/private_repositories/). +::: Deno supports private registries, which allow you to host and share your own modules. This is useful for organizations that want to keep their code private From 6a0574539adaf262191665b4ea2cfa6b37d33bce Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Fri, 5 Jul 2024 16:59:34 +0100 Subject: [PATCH 4/4] test note rendering --- runtime/manual/advanced/private_repositories.md | 5 ++++- runtime/manual/node/private_registries.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/runtime/manual/advanced/private_repositories.md b/runtime/manual/advanced/private_repositories.md index 2065c2ba1..131cf40eb 100644 --- a/runtime/manual/advanced/private_repositories.md +++ b/runtime/manual/advanced/private_repositories.md @@ -2,8 +2,11 @@ title: "Private Modules and Repositories" --- -:::note Not to be confused with +:::note + +Not to be confused with [private npm registries](/runtime/manual/node/private_registries/). + ::: There may be instances where you want to load a remote module that is located in diff --git a/runtime/manual/node/private_registries.md b/runtime/manual/node/private_registries.md index ea15e8248..75187c80b 100644 --- a/runtime/manual/node/private_registries.md +++ b/runtime/manual/node/private_registries.md @@ -2,8 +2,11 @@ title: "Private NPM Registries" --- -:::note Not to be confused with +:::note + +Not to be confused with [private repositories and modules](/runtime/manual/advanced/private_repositories/). + ::: Deno supports private registries, which allow you to host and share your own