mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 07:32:53 +00:00
* chore: update @svgr/webpack to version 6 * svgr changelog https://github.com/gregberge/svgr/releases * SVGO 2 changelog https://github.com/svg/svgo/releases/tag/v2.0.0 * depend on maintained svgo version * although svgr 6 is in alpha, it fixes a few issues with webpack 5 (https://github.com/gregberge/svgr/commit/1a8cc98) and React (https://github.com/gregberge/svgr/commit/3700aba) * see also https://github.com/facebook/docusaurus/pull/5703 * Fix config * fix e2e test * Fix again * Update to stable Co-authored-by: Josh-Cena <sidachen2003@gmail.com> |
||
|---|---|---|
| .. | ||
| classic | ||
| classic-typescript | ||
| shared | ||
| README.md | ||
Templates
Official templates provided by Docusaurus. They are designed to be selected when using the npm init docusaurus CLI command.
Guide to Test Templates for Developer
yarn installin the root of the repo (one level above this directory).- Go to any template's directory, example:
cd classic && yarn start.