Skip to content

Commit

Permalink
move npm support over into fundamentals, make new node api page (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank authored Oct 7, 2024
1 parent b33ed6f commit a2c473e
Show file tree
Hide file tree
Showing 9 changed files with 429 additions and 480 deletions.
4 changes: 2 additions & 2 deletions runtime/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export const sidebar = [
id: "/runtime/reference/web_platform_apis/",
},
{
label: "npm packages",
id: "/runtime/reference/npm/",
label: "Node APIs",
id: "/runtime/reference/node_apis/",
},
"/runtime/reference/ts_config_migration/",
"/runtime/reference/continuous_integration/",
Expand Down
2 changes: 1 addition & 1 deletion runtime/fundamentals/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ projects, including the
[Deno Standard Library](/runtime/fundamentals/standard_library/).

You can
[read more about Deno's support for npm packages here](/runtime/reference/npm).
[read more about Deno's support for npm packages here](/runtime/fundamentals/node/#using-npm-modules).

## Managing third party modules and libraries

Expand Down
Loading

0 comments on commit a2c473e

Please sign in to comment.