GithubGitHub (#171)

This commit is contained in:
Matt Stein
2025-06-07 17:41:56 -07:00
committed by GitHub
parent 04a3a12d40
commit a6e8a1c362
12 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ mintlify dev
### Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
Install our GitHub App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
#### Troubleshooting

View File

@@ -20,7 +20,7 @@ go get github.com/QGeeDev/unsend-go
## Related Links
Github Repository: [Github](https://github.com/QGeeDev/unsend-go)
GitHub Repository: [GitHub](https://github.com/QGeeDev/unsend-go)
## Usage
@@ -101,6 +101,6 @@ func main() {
### More
Checkout more examples in the [Github Repository](https://github.com/QGeeDev/unsend-go/tree/main/examples).
Checkout more examples in the [GitHub Repository](https://github.com/QGeeDev/unsend-go/tree/main/examples).
It handles `emails`, `domains` & `contacts` APIs.

View File

@@ -20,7 +20,7 @@ pip install unsendcommunity
## Related Links
Github Repository: [Github](https://github.com/harshsbhat/unsend_community.git)
GitHub Repository: [GitHub](https://github.com/harshsbhat/unsend_community.git)
PyPI package: [PyPi](https://pypi.org/project/UnsendCommunity/)

View File

@@ -57,7 +57,7 @@ To run Unsend, locally you will need to setup the following:
<Steps>
<Step title="Fork the repo">
Click on the fork button on [Github](https://github.com/unsend-dev/unsend) to fork the repo
Click on the fork button on [GitHub](https://github.com/unsend-dev/unsend) to fork the repo
</Step>
<Step title="Clone the repo">
Once the repo is forked you can clone it on your local machine using:
@@ -101,7 +101,7 @@ openssl rand -base64 32
```
</Step>
<Step title="Setup Github Oauth (optional)">
<Step title="Setup GitHub Oauth (optional)">
<Note>
You don't need this setup if you have `FROM_EMAIL` set in your environment
variables. for development email link will logged in the console.
@@ -165,7 +165,7 @@ http://localhost:3001
```
</Step>
<Step title="Once you login with Github you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
<Step title="Once you login with GitHub you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
```bash
cloudflared tunnel --url http://localhost:3000
@@ -195,7 +195,7 @@ pnpm db:migrate-dev
pnpm dev
```
</Step>
<Step title="Once you login with Github you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
<Step title="Once you login with GitHub you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
```bash
cloudflared tunnel --url http://localhost:3000

View File

@@ -6,7 +6,7 @@ icon: server
## Prerequisites
- A [Github](https://github.com) account
- A [GitHub](https://github.com) account
- An [AWS](https://aws.amazon.com) account
If you have any questions join [#self-host](https://discord.gg/gbsvjb9MqV) on discord.
@@ -32,7 +32,7 @@ Add the following environment variables.
</Tip>
</Step>
<Step title="Github app credentials for login">
<Step title="GitHub app credentials for login">
Usend uses github authentication for login.
Use this link to [create an github app](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps)

View File

@@ -33,7 +33,7 @@
],
"anchors": [
{
"name": "Github",
"name": "GitHub",
"icon": "github",
"url": "https://github.com/unsend-dev/unsend"
},