Skip to content

Commit

Permalink
fix: typos and change content
Browse files Browse the repository at this point in the history
  • Loading branch information
saimanoj committed Aug 24, 2023
1 parent 0bdeb40 commit 23a3bfe
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 17 deletions.
6 changes: 3 additions & 3 deletions docs/cloud/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ We're currently in private beta for cloud. if you early access reachout to us at
## Connect your APIs

<CardGroup cols={2}>
<Card title="Login" href="/connect-data/login" color="#68a063">
<Card title="Login" href="/connect-integrations/login" color="#68a063">
Login to Dashboard
</Card>
<Card
title="Integration Account"
href="/connect-data/create_integration_account"
title="Create Integrations"
href="/connect-integrations/api-key"
color="#68a063"
>
Link third-party platforms of end users to Poozle.{" "}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 14 additions & 3 deletions docs/guides/basics/create_user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@ yarn create-user

<Note>Password should contain alphanumeric and special characters</Note>

<Frame>
<img src="/images/oss/create_user.png" />
</Frame>
```
~$ yarn create-user
yarn run v1.22.19
$ ts-node prisma/seeds/user.ts
Server is healthy!
Enter email: manik@poozle.dev
Enter password: #######
Enter firstname: Manik
Enter lastname: Aggarwal
User created
Done in 24.05s.
```

You should get user created as shown above.
37 changes: 36 additions & 1 deletion docs/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Supported Integrations
description: "Supported integrations in all categories"
---

## Basics
## Ticketing

<CardGroup cols={3}>
<Card
Expand All @@ -22,6 +22,20 @@ description: "Supported integrations in all categories"
>
Integration your app with Jira
</Card>
<Card
title="Need a Ticketing Integration"
href="https://github.com/poozlehq/poozle/issues/new?assignees=&labels=type%2Fbug%2Cintegration%2Cneeds-triage&projects=&template=issue-connector.yaml&title=Integration+Issue%3A+"
color="#0061e6"
icon="plus"
>
Create Issue
</Card>
</CardGroup>

## Documentation

<CardGroup cols={3}>

<Card
title="Notion"
href="/models/documentation/integrations/notion"
Expand All @@ -38,6 +52,19 @@ description: "Supported integrations in all categories"
>
Integration your app with Confluence
</Card>
<Card
title="Need a Documentation Integration"
href="https://github.com/poozlehq/poozle/issues/new?assignees=&labels=type%2Fbug%2Cintegration%2Cneeds-triage&projects=&template=issue-connector.yaml&title=Integration+Issue%3A+"
color="#0061e6"
icon="plus"
>
Create Issue
</Card>
</CardGroup>

## Mail

<CardGroup cols={3}>
<Card
title="Gmail"
href="/models/mail/integrations/gmail"
Expand All @@ -46,4 +73,12 @@ description: "Supported integrations in all categories"
>
Integration your app with Gmail
</Card>
<Card
title="Need a Mail Integration"
href="https://github.com/poozlehq/poozle/issues/new?assignees=&labels=type%2Fbug%2Cintegration%2Cneeds-triage&projects=&template=issue-connector.yaml&title=Integration+Issue%3A+"
color="#0061e6"
icon="plus"
>
Create Issue
</Card>
</CardGroup>
12 changes: 8 additions & 4 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
{
"name": "Signup",
"url": "https://poozle.dev"
},
{
"name": "Join Us",
"url": "https://join.slack.com/t/poozle-community/shared_invite/zt-1u4mz911h-FeWpOA82wA8kyrz3xg58xQ"
}
],
"topbarCtaButton": {
Expand Down Expand Up @@ -71,14 +75,14 @@
]
},
{
"group": "Connect Data",
"group": "Connect Integrations",
"pages": [
"connect-data/login",
"connect-integrations/login",
{
"group": "Create Integration Account",
"pages": [
"connect-data/api-key",
"connect-data/oauth"
"connect-integrations/api-key",
"connect-integrations/oauth"
]
}
]
Expand Down
27 changes: 21 additions & 6 deletions docs/oss/deploy-poozle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,20 @@ yarn create-user

<Note>Password should contain alphanumeric and special characters</Note>

<Frame>
<img src="/images/oss/create_user.png" />
</Frame>
```
~$ yarn create-user
yarn run v1.22.19
$ ts-node prisma/seeds/user.ts
Server is healthy!
Enter email: manik@poozle.dev
Enter password: #######
Enter firstname: Manik
Enter lastname: Aggarwal
User created
Done in 24.05s.
```

You should get user created as shown above.

Expand All @@ -35,12 +46,12 @@ You should get user created as shown above.
## Connect your APIs

<CardGroup cols={2}>
<Card title="Login" href="/connect-data/login" color="#68a063">
<Card title="Login" href="/connect-integrations/login" color="#68a063">
Login to Dashboard
</Card>
<Card
title="Integration Account"
href="/connect-data/create_integration_account"
title="Connect Integrations"
href="/connect-integrations/api-key"
color="#68a063"
>
Link third-party platforms of end users to Poozle.{" "}
Expand All @@ -51,3 +62,7 @@ You should get user created as shown above.
## FAQ

If there are any questions that we couldn't answer here, we'd love to help you get started. [Join our Slack](https://join.slack.com/t/poozle-community/shared_invite/zt-1u4mz911h-FeWpOA82wA8kyrz3xg58xQ) and feel free to ask your questions in the #support channel.

```
```

0 comments on commit 23a3bfe

Please sign in to comment.