docusaurus/packages/docusaurus-init/templates
Fanny 063484a05a
feat(v2): bootstrap layout (#2710)
* feat(v2): add minor adjustements and footer component

* fix(v2): margin and spacing of footer

* feat(v2): add navbar component

* ádd collapse classname

* feat(v2): add dependencies

* feat(v2): remove unused code

* feat(v2): remove unused links

* feat(v2): add reactstrap components :|

* feat(v2): add brand and other nav componnets

* feat(v2): Add the layout tag

* fix(v2): Fix layout height

* fix(v2): Fix spacings
2020-05-17 18:01:38 +08:00
..
bootstrap feat(v2): bootstrap layout (#2710) 2020-05-17 18:01:38 +08:00
classic fix(v2): fix index page features.length when 0 (#2751) 2020-05-15 21:29:48 +08:00
facebook fix(v2): fix index page features.length when 0 (#2751) 2020-05-15 21:29:48 +08:00
README.MD feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00

Templates

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