From d460d48dfcdceef90a07d55bbe7a206ca54e9c81 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Mon, 14 Feb 2022 23:33:37 +0800 Subject: [PATCH] docs: mention that all official themes are TypeScript-covered (#6675) * docs: mention that all official themes are TypeScript-covered * revert... * kick --- website/docs/typescript-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/typescript-support.md b/website/docs/typescript-support.md index 71cbb97972..3f9e097168 100644 --- a/website/docs/typescript-support.md +++ b/website/docs/typescript-support.md @@ -128,4 +128,4 @@ For themes that support TypeScript theme components, you can add the `--typescri npm run swizzle @docusaurus/theme-classic Footer -- --typescript ``` -At this moment, the only official Docusaurus theme that supports TypeScript theme components is `@docusaurus/theme-classic`. If you are a Docusaurus theme package author who wants to add TypeScript support, see the [Lifecycle APIs docs](./api/plugin-methods/extend-infrastructure.md#getTypeScriptThemePath). +All official Docusaurus themes support TypeScript theme components, including [`theme-classic`](./api/themes/theme-classic.md), [`theme-live-codeblock`](./api/themes/theme-live-codeblock.md), and [`theme-search-algolia`](./api/themes/theme-search-algolia.md). If you are a Docusaurus theme package author who wants to add TypeScript support, see the [Lifecycle APIs docs](./api/plugin-methods/extend-infrastructure.md#getTypeScriptThemePath).