From 7c6bf43d0be8ac73721c14b57096b9b90c54b93a Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 21 Feb 2020 02:00:04 +0000 Subject: [PATCH] Deploy website Deploy website version based on d06ab640ff84ff5b0b14ef4ab75c2557c048f162 --- blog/2019/12/30/docusaurus-2019-recap.html | 2 +- blog/2019/12/30/docusaurus-2019-recap/index.html | 2 +- docs/en/next/publishing.html | 4 ++-- docs/en/next/publishing/index.html | 4 ++-- docs/fr/next/publishing.html | 2 +- docs/fr/next/publishing/index.html | 2 +- docs/ko/next/publishing.html | 2 +- docs/ko/next/publishing/index.html | 2 +- docs/pt-BR/next/publishing.html | 2 +- docs/pt-BR/next/publishing/index.html | 2 +- docs/ro/next/publishing.html | 2 +- docs/ro/next/publishing/index.html | 2 +- docs/ru/next/publishing.html | 2 +- docs/ru/next/publishing/index.html | 2 +- docs/zh-CN/next/publishing.html | 2 +- docs/zh-CN/next/publishing/index.html | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/blog/2019/12/30/docusaurus-2019-recap.html b/blog/2019/12/30/docusaurus-2019-recap.html index dcfd5442a8..b15a0f4c25 100644 --- a/blog/2019/12/30/docusaurus-2019-recap.html +++ b/blog/2019/12/30/docusaurus-2019-recap.html @@ -84,7 +84,7 @@

Docusaurus 2 (D2)

In 2018, we proposed to rebuild Docusaurus from the ground up. It involved a major rearchitecture effort - we created a content-centric CSS framework from scratch, a plugins system, and moved from static HTML pages to be a single page-app with prerendered routes. It was a wild adventure and a tough feat, especially with no dedicated FTE working on the project. With the help of @endilie, our ex-intern-turned-contributor-turned-maintainer, we made really good progress on D2 and are currently on version 2.0.0-alpha.40. All features in Docusaurus 1 except for translations have been ported over.

-

D2's killer features are Dark Mode and its superb performance. D2 has dark mode support out-of-the-box and its near effortless to create a dark mode-friendly documentation site. Endilie put in great effort into optimizing the performance of the site and a bunch of performance optimization tricks have been done under the hood by default - optimized images, prerendering every route to static HTML and client-side routing thereafter, prefetching assets needed by future navigations whenever the user hovers over a navigation link, etc.

+

D2's killer features are Dark Mode and its superb performance. D2 has dark mode support out-of-the-box and it is near effortless to create a dark mode-friendly documentation site. Endilie put in great effort into optimizing the performance of the site and a bunch of performance optimization tricks have been done under the hood by default - optimized images, prerendering every route to static HTML and client-side routing thereafter, prefetching assets needed by future navigations whenever the user hovers over a navigation link, etc.

Last but not least, we implemented a plugins architecture and turned the repo into a Lerna monorepo. We believe this plugin architecture will be helpful towards building a community and also allowing users to build their own features for their unique use cases.

GitHub Activity