Skip to content

Commit 1c02cb7

Browse files
committed
chore(docs): Update README
1 parent 1735fcf commit 1c02cb7

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

packages/docusaurus/README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
44

5-
### Installation
6-
7-
```
8-
$ yarn
9-
```
10-
11-
### Local Development
5+
### Development
126

137
```
148
$ yarn start
@@ -26,16 +20,4 @@ This command generates static content into the `build` directory and can be serv
2620

2721
### Deployment
2822

29-
Using SSH:
30-
31-
```
32-
$ USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
23+
The `master` branch is automatically deployed to https://yarnpkg.com/ via [Netlify](https://www.netlify.com/). Pull Requests are also deployed as Deploy Previews.

0 commit comments

Comments
 (0)