* chore(v2): Add E2E test for yarn v2 * Remove root node_modules to prevent them from accessible in e2e test The purpose of e2e test is to ensure that the docusaurus inited website can stand on its own. The root node_modules remain accessible according to how node resolution works and it might interfere with the test. Remove them for safety. * Add @mdx-js/react to docusaurus init templates |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| classic | ||
| README.MD | ||
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 installin the root of the repo (one level above this directory).- Go to any template's directory, example:
cd classic && yarn start.