mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
* Add mdx plugins * Apply suggestions from code review Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com> * Update website/docs/markdown-features.mdx Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com> * Update markdown-features.mdx * Update templates with new fields * Rebase * fix(v2): tests * Update docusaurus.config.js * Update docusaurus.config.js * Update docusaurus.config.js * Update docusaurus.config.js Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com> Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com> |
||
---|---|---|
.. | ||
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
.