Skip to content

Commit

Permalink
Merge pull request #24 from VaibhavSys/patch-1
Browse files Browse the repository at this point in the history
docs: remove misleading statement from github pages docs
  • Loading branch information
wdhdev committed May 7, 2024
2 parents 20dcbfd + da3dded commit 1d3e9d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/docs/github_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,3 @@ Create a JSON file inside `domains` directory (`domains/<subdomain>.json`) with
## Configuring
- After the pull request is merged, you will see a **404** error on `<your-subdomain>.is-a.dev`. To fix this, go to your GitHub pages repository's **Settings > GitHub pages > Custom domain** and add `<your-subdomain>.is-a.dev` in the given field. _Only do this **after** your pull request is merged._
- Check the **Enforce HTTPS** checkbox below the custom domain input.

## Using is-a.dev for all GitHub Pages sites in your account
It is possible to have a unique subdomain on your is-a.dev domain for each repository which has Pages enabled.

In order to utilise this, you must ensure the following conditions are met:
1) The website which hosts the "root" (`<subdomain>.is-a.dev`) *must* be named `<username>.github.io`
2) That repo *must* have `<subdomain>.is-a.dev` as the custom domain within the Pages settings.
3) Every other repo *must not* have a custom domain set in the Pages settings.
4) Links to these hosted repos *must* end with `/` (e.g `https://<subdomain>.is-a.dev/<project>/`)

0 comments on commit 1d3e9d8

Please sign in to comment.