Skip to content

Commit

Permalink
test note rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Jul 5, 2024
1 parent dcad4a2 commit 6a05745
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion runtime/manual/advanced/private_repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion runtime/manual/node/private_registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a05745

Please sign in to comment.