diff --git a/packages/typescriptlang-org/src/copy/en/documentation.ts b/packages/typescriptlang-org/src/copy/en/documentation.ts index b969a89d609a..157b9dd5c00b 100644 --- a/packages/typescriptlang-org/src/copy/en/documentation.ts +++ b/packages/typescriptlang-org/src/copy/en/documentation.ts @@ -20,7 +20,6 @@ export const docCopy = { doc_start_a_project_desc: "Because TypeScript is a super-set of JavaScript, it doesn't have a default template - there would be too many. Instead, other projects have their own TypeScript bootstrap templates with their own context. These projects provide templates which include TypeScript support.", doc_node_npm: "Node with npm", - doc_node_npm_tsdx_blurb: "Zero config tool for building TypeScript libraries", doc_node_npm_oclif_blurb: "Create command line tools your users love", doc_node_npm_gluegun_blurb: "A delightful toolkit for building TypeScript-powered command-line apps", diff --git a/packages/typescriptlang-org/src/templates/pages/docs/bootstrap.tsx b/packages/typescriptlang-org/src/templates/pages/docs/bootstrap.tsx index f4c53688be07..55aa8dba6220 100644 --- a/packages/typescriptlang-org/src/templates/pages/docs/bootstrap.tsx +++ b/packages/typescriptlang-org/src/templates/pages/docs/bootstrap.tsx @@ -32,11 +32,6 @@ const Index: React.FC = (props) => {

{i("doc_node_npm")}