Skip to content

Commit

Permalink
Disable 'Defined in' section of API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 30, 2024
1 parent c87b43b commit 32cf9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Toggle() {
},
{
title: '@nx.js/constants',
description: 'Constants and enums for nx.js',
description: 'Constants and enums',
url: '/constants',
icon: <TbBraces size={24} />,
},
Expand Down
1 change: 1 addition & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"typedoc-plugin-frontmatter",
"./formatter.mjs"
],
"disableSources": true,
"readme": "none",
"hidePageHeader": true,
"hideBreadcrumbs": true,
Expand Down

0 comments on commit 32cf9f5

Please sign in to comment.