-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42393cc
commit b93f5a5
Showing
10 changed files
with
629 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
import { Guides } from 'src/shared/Docs/Guides' | ||
import { Resources } from 'src/shared/Docs/Resources' | ||
|
||
# Guides | ||
|
||
Dive into advanced uses for Inngest with our guides: | ||
|
||
- [Trigger your code directly from Retool](/docs/guides/trigger-your-code-from-retool) | ||
- [Trigger your code directly from Retool](/docs/guides/trigger-your-code-from-retool) | ||
|
||
|
||
<Guides /> | ||
|
||
<Resources /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Platform Guides | ||
|
||
Learn how to use the Inngest platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import GithubIcon from "shared/Icons/Github" | ||
|
||
# TypeScript SDK | ||
|
||
## Installing | ||
|
||
<CodeGroup> | ||
```shell {{ title: "npm" }} | ||
npm install inngest | ||
``` | ||
```shell {{ title: "pnpm" }} | ||
pnpm add inngest | ||
``` | ||
```shell {{ title: "yarn" }} | ||
yarn add inngest | ||
``` | ||
</CodeGroup> | ||
|
||
## Source code | ||
|
||
Our TypeScript SDK is open source and available on Github: [<GithubIcon className="ml-2 inline-flex"/> inngest/inngest-js](https://github.com/inngest/inngest-js). | ||
|
||
|
||
{/* example repos */} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.