Skip to content

Commit d7853df

Browse files
committed
chore(website): Replace references to GitHub Pages with Netlify
1 parent cd560e8 commit d7853df

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

website/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ This command generates static content into the `build` directory and can be serv
2626

2727
## Deployment
2828

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).

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
},
4141
footer: {
4242
style: `dark`,
43-
copyright: `Built with Docusaurus. Hosted on GitHub.`,
43+
copyright: `Built with Docusaurus. Hosted on Netlify`,
4444
},
4545
algolia: {
4646
apiKey: `51afb3f562cf52544110b900593b21e9`,

0 commit comments

Comments
 (0)