docusaurus/packages/docusaurus-init/templates
Armano 357ea7d836
chore(v2): migrate babel-eslint to @babel/eslint-parser (#4453)
* chore(v2): migrate babel-eslint to @babel/eslint-parser

* chore(v2): align facebook example packages

* chore(v2): lock babel-eslint for docusaurus-1x

* chore(v2): align pakcages in facebook init template

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-19 11:59:36 +01:00
..
bootstrap chore(v2): prepare v2.0.0.alpha-72 release (#4440) 2021-03-16 14:30:54 +03:00
classic feat(v2): Improve the initial templates #4302 (#4320) 2021-03-17 15:59:01 +01:00
facebook chore(v2): migrate babel-eslint to @babel/eslint-parser (#4453) 2021-03-19 11:59:36 +01:00
README.MD fix(v2): bad update notifier dist tag (#3824) 2020-11-26 12:06:52 +01:00

Templates

Official templates provided by Docusaurus. They are designed to be selected when using the npx @docusaurus/init init [name] [template] 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.