From 237112c9a625e673fdc1ada6cb8d8640afe09c2d Mon Sep 17 00:00:00 2001 From: Orta Date: Mon, 27 Sep 2021 13:07:44 +0100 Subject: [PATCH] Drop tsdx from the recommendations --- packages/typescriptlang-org/src/copy/en/documentation.ts | 1 - .../src/templates/pages/docs/bootstrap.tsx | 5 ----- 2 files changed, 6 deletions(-) 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")}