docusaurus/packages/docusaurus
hackerman 415a7973f1
fix(v2): load plugin commands async to fix broken plugin CLI commands docs:version (#3869)
* fix(v2): load plugin commands asynchronously

https://github.com/facebook/docusaurus/blame/master/packages/docusaurus/src/commands/external.ts#L12 changed the exported method to an async function, but the CLI loader was not updated to also run async, breaking things such as `npm run docusaurus docs:version <version>`.

* chore(v2): resolve lint issue
2020-12-03 18:23:26 +01:00
..
bin fix(v2): load plugin commands async to fix broken plugin CLI commands docs:version (#3869) 2020-12-03 18:23:26 +01:00
src chore(v2): fix several lint warnings, add missing types, cleanup (#3844) 2020-11-30 16:42:58 +01:00
.npmignore fix(v2): Simplify styling for classic template landing page (#1528) 2019-05-29 19:41:23 +07:00
copyUntypedFiles.js refactor(v2): Convert docusaurus-core to TypeScript (#2578) 2020-04-13 02:05:46 +08:00
package.json chore(v2): fix several lint warnings, add missing types, cleanup (#3844) 2020-11-30 16:42:58 +01:00
README.MD misc: add command to run prettier on docs (#2102) 2019-12-07 21:56:30 -08:00
tsconfig.client.json refactor(v2): Convert docusaurus-core to TypeScript (#2578) 2020-04-13 02:05:46 +08:00
tsconfig.json refactor(v2): Convert docusaurus-core to TypeScript (#2578) 2020-04-13 02:05:46 +08:00

Docusaurus v2