diff --git a/website/docs/introduction.mdx b/website/docs/introduction.mdx index f681afff861a..8adbab82b674 100644 --- a/website/docs/introduction.mdx +++ b/website/docs/introduction.mdx @@ -152,9 +152,9 @@ 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} -[VuePress](https://vuepress.vuejs.org/) has many similarities with Docusaurus - both focus heavily on content-centric website and provides tailored documentation features out of the box. However, VuePress is powered by Vue, while Docusaurus is powered by React. If you want a Vue-based solution, VuePress would be a decent choice. +[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. ### MkDocs {#mkdocs}