diff --git a/docs/app/toggle.tsx b/docs/app/toggle.tsx index 112d1256..eb8bca98 100644 --- a/docs/app/toggle.tsx +++ b/docs/app/toggle.tsx @@ -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: , }, diff --git a/typedoc.json b/typedoc.json index 2ad9ecf5..0e1e4e33 100644 --- a/typedoc.json +++ b/typedoc.json @@ -7,6 +7,7 @@ "typedoc-plugin-frontmatter", "./formatter.mjs" ], + "disableSources": true, "readme": "none", "hidePageHeader": true, "hideBreadcrumbs": true,