You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docusaurus/README.md
+2-20Lines changed: 2 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,7 @@
2
2
3
3
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
4
4
5
-
### Installation
6
-
7
-
```
8
-
$ yarn
9
-
```
10
-
11
-
### Local Development
5
+
### Development
12
6
13
7
```
14
8
$ yarn start
@@ -26,16 +20,4 @@ This command generates static content into the `build` directory and can be serv
26
20
27
21
### Deployment
28
22
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