docusaurus/website/docs
Paul Glezen 4278cebf67
docs(v2): fix typo in command on installation page (#2886)
* Fix installation.md typo

Checking the docusaurus version should be done with

```
npx docusaurus --version
```

not 

```
npm docusaurus --version
```

otherwise it prints the version of `npm` instead of `docusaurus`.

* docs: Fixed installation.md for checking version.

Specifying `npm` for the version will yield the version of NPM
instead of docusaurus itself.  Use `npx` for the docusaurus version.
2020-06-06 04:14:53 +03:00
..
blog.md docs(v2): description field in frontmatter of blog post (#2865) 2020-06-02 11:02:45 +03:00
cli.md feat(v2): allow deploy without building website (#2770) 2020-05-27 22:34:41 +08:00
configuration.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
contributing.md docs(v2): add trailing slash to external links (#2801) 2020-05-24 19:46:23 +08:00
creating-pages.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
deployment.md docs(v2): make .nojekyll warning more obvious (#2887) 2020-06-05 10:22:06 +08:00
design-principles.md chore(v2): v2.0.0 alpha.44 (#2379) 2020-03-08 23:43:40 +08:00
docs.md fix(v2): do not create route for document that serve as docs home page (#2861) 2020-06-03 15:56:57 +08:00
docusaurus-core.md feat(v2): allow specifying meta image for blog posts (#2856) 2020-06-02 10:48:22 +03:00
docusaurus.config.js.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
installation.md docs(v2): fix typo in command on installation page (#2886) 2020-06-06 04:14:53 +03:00
introduction.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
lifecycle-apis.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
markdown-features.mdx feat(v2): allow adding components to react-live scope (#2826) 2020-06-04 15:18:42 +03:00
migrating-from-v1-to-v2.md docs(v2): add trailing slash to external links (#2801) 2020-05-24 19:46:23 +08:00
presets.md fix(v2): Use require.resolve to resolve plugin path in presets (#2794) 2020-05-23 04:57:02 +08:00
resources.md docs(v2): add articles section to resources page (#2781) 2020-05-22 11:26:29 +08:00
search.md docs(v2): add mention that appID is optional (#2659) 2020-04-25 19:00:01 +03:00
static-assets.md docs(v2): make .nojekyll warning more obvious (#2887) 2020-06-05 10:22:06 +08:00
styling-layout.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
support.md docs(v2): add community pages (#2545) 2020-04-06 01:10:22 +08:00
team.md refactor(v2): various tweaks to website (#2816) 2020-05-27 20:56:59 +08:00
theme-classic.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
using-plugins.md docs(v2): document beforeDefaultRemarkPlugins and beforeDefaultRehypePlugins 2020-05-23 06:12:24 +08:00
using-themes.md docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
versioning.md docs(v2): fix doc changes in #2606 2020-04-15 02:38:55 +08:00