mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
* 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 |
||
---|---|---|
.. | ||
bootstrap | ||
classic | ||
README.MD |
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
yarn install
in the root of the repo (one level above this directory).- Go to any template's directory, example:
cd classic && yarn start
.