diff --git a/website/docs/migration/migration-overview.md b/website/docs/migration/migration-overview.md index fa9a1d6cc0..9b2310e41a 100644 --- a/website/docs/migration/migration-overview.md +++ b/website/docs/migration/migration-overview.md @@ -12,7 +12,7 @@ We try to make this as easy as possible, and provide a migration cli. Docusaurus 1 is a pure documentation site generator, using React as a server-side template engine, but not loading React on the browser. -Docusaurus 2 is rebuilt it from the ground up, generates a single-page-application, using the full power of React in the browser. It allows for more customizability but preserved the best parts of Docusaurus 1 - easy to get started, versioned docs, and i18n. +Docusaurus 2, rebuilt from the ground up, generates a single-page-application, using the full power of React in the browser. It allows for more customizability but preserved the best parts of Docusaurus 1 - easy to get started, versioned docs, and i18n. Beyond that, Docusaurus 2 is a **performant static site generator** and can be used to create common content-driven websites (e.g. Documentation, Blogs, Product Landing and Marketing Pages, etc) extremely quickly.