Skip to content

Commit

Permalink
docs: replace VuePress by VitePress on tool comparison section (#9971)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
  • Loading branch information
sunkanmii and slorber authored Mar 21, 2024
1 parent 9a47ec0 commit 91f9365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 91f9365

Please sign in to comment.