Skip to content

Commit 4b513da

Browse files
authored
feat: update faqs (with categorization) (#618)
* feat: update faqs (with categorization) Signed-off-by: Adam Setch <adam.setch@outlook.com> * feat: update faqs (with categorization) Signed-off-by: Adam Setch <adam.setch@outlook.com> * feat: update faqs (with categorization) Signed-off-by: Adam Setch <adam.setch@outlook.com> * feat: update faqs (with categorization) Signed-off-by: Adam Setch <adam.setch@outlook.com> --------- Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 7b146a4 commit 4b513da

23 files changed

+353
-104
lines changed

src/faqs/1.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/faqs/2.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/faqs/3.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/faqs/5.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/faqs/6.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/faqs/7.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/faqs/8.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "How can I contribute to Gitify?"
3+
category: "Contributing"
4+
order: 1
5+
---
6+
You can contribute to Gitify by opening an issue or pull request on GitHub at [gitify-app/gitify](https://github.com/gitify-app/gitify).
7+
8+
Before contributing, please review our [CONTRIBUTING.md](https://github.com/gitify-app/gitify/blob/main/CONTRIBUTING.md) guide for details on branch naming, the PR process, and code style.
9+
10+
Check out our [open issues](https://github.com/gitify-app/gitify/issues) and see if there is an existing idea you would like to work on.
11+
12+
Not a developer? You can still help by reporting bugs, improving documentation, or starring and sharing the project.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "What authentication methods does Gitify support?"
3+
category: "Getting Started"
4+
order: 1
5+
---
6+
Gitify offers three ways to authenticate with GitHub:
7+
8+
- **Login with GitHub** — The easiest option. Uses the OAuth Device Flow: Gitify generates a code, opens `github.com/login/device` in your browser, and completes authentication automatically. Supports GitHub Cloud only.
9+
- **Personal Access Token (PAT)** — Authenticate with a token generated in your GitHub account settings. Supports both GitHub Cloud and GitHub Enterprise Server.
10+
- **OAuth App** — Authenticate using a Client ID and Client Secret from a GitHub OAuth App you create. Supports both GitHub Cloud and GitHub Enterprise Server.
11+
12+
If you are unsure which method to use, **Login with GitHub** is recommended for most users on GitHub Cloud. For GitHub Enterprise Server, use a PAT or OAuth App.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Does Gitify support GitHub Enterprise Server?"
3+
category: "Getting Started"
4+
order: 3
5+
---
6+
Yes. Gitify supports both GitHub Cloud and **GitHub Enterprise Server (GHES)**.
7+
8+
When signing in via **Personal Access Token** or **OAuth App**, you will see a _Hostname_ field that defaults to `github.com`. Replace this with your GHES hostname (e.g. `github.mycompany.com`) to connect to your Enterprise instance.
9+
10+
> **Note:** The **Login with GitHub** (Device Flow) method only supports GitHub Cloud and does not expose a hostname field.
11+
12+
Multiple accounts across different hostnames (e.g. `github.com` and your GHES instance) can be signed in simultaneously — see _"How do I add multiple GitHub accounts?"_ for details.

0 commit comments

Comments
 (0)