diff --git a/website/docs/introduction.mdx b/website/docs/introduction.mdx index 464b646685c1..8adbab82b674 100644 --- a/website/docs/introduction.mdx +++ b/website/docs/introduction.mdx @@ -152,7 +152,7 @@ Many aspects of Docusaurus v2+ were inspired by the best things about Gatsby and [Nextra](https://github.com/shuding/nextra) is an opinionated static site generator built on top of Next.js. It is currently less featured than Docusaurus. -### VuePress {#vuepress} +### VitePress {#vitepress} [VitePress](https://vitepress.dev/) has many similarities with Docusaurus - both focus heavily on content-centric websites and provides tailored documentation features out of the box. However, VitePress is powered by Vue, while Docusaurus is powered by React. If you want a Vue-based solution, VitePress would be a decent choice.