docusaurus/packages/create-docusaurus/templates
Alex Nicholls 68a55f0d11
fix(create): update broken SVG paths in templates (#6762)
* fix: Update broken URL in typescript template example

* fix SVG images; improve a11y

* format

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-27 07:44:50 +08:00
..
classic fix(create): update broken SVG paths in templates (#6762) 2022-02-27 07:44:50 +08:00
classic-typescript fix(create): update broken SVG paths in templates (#6762) 2022-02-27 07:44:50 +08:00
facebook chore: prepare v2.0.0-beta.16 release (#6760) 2022-02-25 16:00:11 +01:00
shared fix(create): update broken SVG paths in templates (#6762) 2022-02-27 07:44:50 +08:00
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

  1. yarn install in the root of the repo (one level above this directory).
  2. Go to any template's directory, example: cd classic && yarn start.