Skip to content

Commit

Permalink
removing secondary nav
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo committed Jun 13, 2024
1 parent dceb494 commit e423e04
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 384 deletions.
7 changes: 1 addition & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,9 @@ const config = {
activeBaseRegex: `^/examples`,
},
{
to: "/api/deno",
href: "https://deno.land/api?unstable=true",
label: "API Reference",
position: "left",
items: [
{ to: "/api/deno", label: "Deno" },
{ to: "/api/web", label: "Web" },
{ to: "/api/node", label: "Node" },
],
},
{
href: "https://www.deno.com",
Expand Down
59 changes: 0 additions & 59 deletions src/components/APIReferenceIndex/index.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/components/SecondaryNavbar.jsx

This file was deleted.

95 changes: 0 additions & 95 deletions src/pages/api/deno.jsx

This file was deleted.

95 changes: 0 additions & 95 deletions src/pages/api/node.jsx

This file was deleted.

95 changes: 0 additions & 95 deletions src/pages/api/web.jsx

This file was deleted.

Loading

0 comments on commit e423e04

Please sign in to comment.