Skip to content

Commit

Permalink
docs: unify module pages (#725)
Browse files Browse the repository at this point in the history
Co-authored-by: Marvin Hagemeister <marvin@deno.com>
  • Loading branch information
thisisjofrank and marvinhagemeister authored Sep 2, 2024
1 parent ddeed22 commit 82d7b55
Show file tree
Hide file tree
Showing 14 changed files with 439 additions and 542 deletions.
12 changes: 3 additions & 9 deletions runtime/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@ export const sidebar = [
"/runtime/fundamentals/typescript/",
"/runtime/fundamentals/security/",
{
label: "Using & Publishing Modules",
items: [
"/runtime/manual/basics/modules/",
"/runtime/manual/basics/modules/publishing_modules/",
"/runtime/manual/basics/modules/reloading_modules/",
"/runtime/manual/basics/modules/integrity_checking/",
"/runtime/manual/advanced/private_repositories/",
"/runtime/manual/advanced/http_imports/",
],
label: "Modules",
id: "/runtime/fundamentals/modules/",
},
"/runtime/fundamentals/configuration/",
"/runtime/fundamentals/standard_library/",
Expand Down Expand Up @@ -211,6 +204,7 @@ export const sidebar = [
{
title: "Advanced Topics",
items: [
"/runtime/manual/advanced/private_repositories/",
{
label: "Deploying & Embedding Deno",
items: [
Expand Down
Loading

0 comments on commit 82d7b55

Please sign in to comment.