docusaurus/packages/docusaurus-init/templates
Paul O’Shannessy 8341527fc9
refactor: rename Git master branch to main (#5345)
* Prepare to renaming master branch to main

* Update CONTRIBUTING.md

* Update packages/docusaurus-migrate/src/__tests__/__fixtures__/missing_version_website/website/package.json

* Update packages/docusaurus-migrate/src/__tests__/__fixtures__/complex_website/website/package.json

* Update packages/docusaurus-migrate/src/__tests__/__fixtures__/simple_website/website/package.json

* missing master -> main replaces

* useless char

* For GH Pages org deploy, DEPLOYMENT_BRANCH env is now required

* fix versioning page

* fix vercel links

* update deployment.mdx

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-08-17 18:41:53 +02:00
..
bootstrap refactor: rename Git master branch to main (#5345) 2021-08-17 18:41:53 +02:00
classic refactor: rename Git master branch to main (#5345) 2021-08-17 18:41:53 +02:00
classic-typescript fix(init): fix links to feature images in classic-typescript (#5370) 2021-08-17 15:38:55 +02:00
facebook refactor: rename Git master branch to main (#5345) 2021-08-17 18:41:53 +02:00
shared refactor(init): share common files between templates (#5315) 2021-08-10 16:26:59 +02: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.