Skip to content

Commit

Permalink
Update getting-started-publishing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Feb 8, 2019
1 parent 0e6fade commit 2c8a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ There are also two optional parameters that are set as environment variables:

If you run into issues related to SSH keys, visit [GitHub's authentication documentation](https://help.github.com/articles/connecting-to-github-with-ssh/).

You should now be able to load your website by visiting its GitHub Pages URL, which could be something along the lines of https://_username_.github.io/_projectName_, or a custom domain if you have set that up. For example, Docusaurus' own GitHub Pages URL is https://facebook.github.io/Docusaurus (but it can also be accessed via https://docusaurus.io/, because it is served from the `gh-pages` branch of the https://github.com/facebook/docusaurus GitHub repository. `CNAME`s can be configured via the `cname` [siteConfig option](api-site-config.md#cname-string).
You should now be able to load your website by visiting its GitHub Pages URL, which could be something along the lines of https://_username_.github.io/_projectName_, or a custom domain if you have set that up. For example, Docusaurus' own GitHub Pages URL is https://facebook.github.io/Docusaurus because it is served from the `gh-pages` branch of the https://github.com/facebook/docusaurus GitHub repository. However, it can also be accessed via https://docusaurus.io/, via a generated `CNAME` file which can be configured via the `cname` [siteConfig option](api-site-config.md#cname-string).

We highly encourage reading through the [GitHub Pages documentation](https://pages.github.com) to learn more about how this hosting solution works.

Expand Down

0 comments on commit 2c8a020

Please sign in to comment.