Skip to content

Commit

Permalink
Merge pull request #281 from panoratech/fix-docs-10.02
Browse files Browse the repository at this point in the history
🐛 Fix docs
  • Loading branch information
rflihxyz committed Feb 10, 2024
2 parents f83d924 + 81ed299 commit dc91abe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 3 additions & 1 deletion docs/core-concepts/embedded-catalog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ icon: "wand-magic-sparkles"

## Import our pre-built React Component

<Info>You can find the component on NPM [here](https://www.npmjs.com/package/@panora/embedded-card-react)
<Info>
You can find the component on NPM [here](https://www.npmjs.com/package/@panora/embedded-card-react)
</Info>

<Steps>
<Step title="Install the package in your code:">
<CodeGroup>
Expand Down
3 changes: 2 additions & 1 deletion docs/crm/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ description: "Read and write data to multiple CRM platforms using a single API"
</Check>

<Steps>
<Info>You can find the Typescript SDK [here](https://www.npmjs.com/package/@panora/sdk-typescript)
<Info>
You can find the Typescript SDK [here](https://www.npmjs.com/package/@panora/sdk-typescript)
</Info>
<Step title="Setup your API Key in your code:">
<CodeGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/open-source/self-host-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git clone https://github.com/panoratech/Panora.git
```
</Step>

{" "}

<Step title="Prepare the installation:">
```bash cd Panora && cp .env.example .env ```
</Step>
Expand Down
10 changes: 5 additions & 5 deletions docs/quick-start.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Quick Start"
description: "This 5 minutes checklist helps you get all the requirements to start adding integrations to your product. "
icon: "star"
title: 'Quick Start'
description: 'This 5 minutes checklist helps you get all the requirements to start adding integrations to your product. '
icon: 'star'
---

<Steps titleSize="h3">
Expand Down Expand Up @@ -29,7 +29,7 @@ icon: "star"
Login to your dashboard and go to the API Keys section to generate your keys.
Find more details about the dashboard and authentication on the dedicated page.

{" "}

<CardGroup cols={1}>
<Card title="Authentication" icon="code" href="/core-concepts/auth">
Move faster thanks to our scalable managed infrastructure
Expand Down Expand Up @@ -58,7 +58,7 @@ icon: "star"

</Step>

{" "}

<Step title="Write data to multiple platforms with one endpoint">
<CardGroup cols={2}>
<Card title="CRM" icon="address-book" href="/crm/quick-start">
Expand Down
3 changes: 2 additions & 1 deletion docs/ticketing/try.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ description: "Learn how to write and read data from your multiple ticketing plat
</Check>

<Steps>
<Info>You can find the Typescript SDK [here](https://www.npmjs.com/package/@panora/sdk-typescript)
<Info>
You can find the Typescript SDK [here](https://www.npmjs.com/package/@panora/sdk-typescript)
</Info>
<Step title="Setup your API Key in your code:">
<CodeGroup>
Expand Down

0 comments on commit dc91abe

Please sign in to comment.