docusaurus/packages/docusaurus-init/templates
Sébastien Lorber a0c2c52829
chore: remove unused Bootstrap theme (#5634)
* remove package

* remove bootstrap from doc

* remove bootstrap init template + examples

* remove bootstrap preset

* remaining bootstrap refs

* update lockfile
2021-10-01 17:44:34 +02:00
..
classic feat: properly type-check the Docusaurus config of new sites (#5589) 2021-09-30 17:49:44 +02:00
classic-typescript fix(module-type-aliases): move @type packages to dependencies (#5601) 2021-09-22 14:49:25 +02:00
facebook feat: properly type-check the Docusaurus config of new sites (#5589) 2021-09-30 17:49:44 +02:00
shared feat(plugin-blog): multi-authors support + authors.yml global configuration (#5396) 2021-08-26 12:21:58 +02:00
README.md chore: regenerate beta.6 examples + fix regen script (#5484) 2021-09-03 16:54:06 +02: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.