File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,4 @@ This command generates static content into the `build` directory and can be serv
26
26
27
27
## Deployment
28
28
29
- ``` bash
30
- $ GIT_USER=< Your GitHub username> USE_SSH=true yarn deploy
31
- ```
32
-
33
- 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.
29
+ Deployment is automatic and is done by Netlify (settings are on their website).
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module.exports = {
40
40
} ,
41
41
footer : {
42
42
style : `dark` ,
43
- copyright : `Built with Docusaurus. Hosted on GitHub. ` ,
43
+ copyright : `Built with Docusaurus. Hosted on Netlify ` ,
44
44
} ,
45
45
algolia : {
46
46
apiKey : `51afb3f562cf52544110b900593b21e9` ,
You can’t perform that action at this time.
0 commit comments