Skip to content

Commit

Permalink
feat: Docs update & sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid Flih authored and Rachid Flih committed Jul 27, 2024
1 parent 946f424 commit 6f70d58
Show file tree
Hide file tree
Showing 11 changed files with 618 additions and 288 deletions.
66 changes: 33 additions & 33 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,39 +237,39 @@ services:
volumes:
- .:/app

pgadmin:
image: dpage/pgadmin4
container_name: pgadmin4_container
restart: always
ports:
- "8888:80"
environment:
PGADMIN_DEFAULT_EMAIL: [email protected]
PGADMIN_DEFAULT_PASSWORD: strong-password
networks:
- backend
depends_on:
postgres:
condition: service_healthy
volumes:
- pgadmin-data:/var/lib/pgadmin
# pgadmin:
# image: dpage/pgadmin4
# container_name: pgadmin4_container
# restart: always
# ports:
# - "8888:80"
# environment:
# PGADMIN_DEFAULT_EMAIL: [email protected]
# PGADMIN_DEFAULT_PASSWORD: strong-password
# networks:
# - backend
# depends_on:
# postgres:
# condition: service_healthy
# volumes:
# - pgadmin-data:/var/lib/pgadmin

ngrok:
image: ngrok/ngrok:latest
restart: always
command:
- "start"
- "--all"
- "--config"
- "/etc/ngrok.yml"
volumes:
- ./ngrok.yml:/etc/ngrok.yml
ports:
- 4040:4040
depends_on:
api:
condition: service_healthy
network_mode: "host"
# ngrok:
# image: ngrok/ngrok:latest
# restart: always
# command:
# - "start"
# - "--all"
# - "--config"
# - "/etc/ngrok.yml"
# volumes:
# - ./ngrok.yml:/etc/ngrok.yml
# ports:
# - 4040:4040
# depends_on:
# api:
# condition: service_healthy
# network_mode: "host"

docs:
build:
Expand All @@ -286,4 +286,4 @@ volumes:

networks:
frontend:
backend:
backend:
87 changes: 87 additions & 0 deletions docs/catalog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
title: "Integrations Catalog"
description: ""
icon: album-collection
---

## ATS

<CardGroup cols={2}>
<Card title="Ashby" href="/integrations/ats/ashby/index" icon={
<img src="https://images.ctfassets.net/p03bi75xct27/2tVvkghDdMJxzkMca2QLnr/31b520c5e07db0103948af171fb54e99/ashby_logo_square.jpeg?q=80&fm=webp&w=2048" />
} horizontal>
</Card>
</CardGroup>


## CRM

<CardGroup cols={2}>
<Card title="Hubspot" href="/integrations/crm/hubspot/index" icon={
<img src="https://assets-global.website-files.com/6421a177cdeeaf3c6791b745/64d61202dd99e63d40d446f6_hubspot%20logo.png" />
} horizontal>
</Card>
<Card title="Close" href="/integrations/crm/close/index" icon={
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTEH77yPBUkStmoc1ZtgJS4XeBmQiaq_Q1vgF5oerOGbg&s" />
} horizontal>
</Card>
<Card title="Attio" href="/integrations/crm/attio/index" icon={
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJWZsShi0G6mZ451MngEvQrmJ2JIGH-AF8JyFU-q-n3w&s" />
} horizontal>
</Card>
<Card title="Zoho" href="/integrations/crm/zoho/index" icon={
<img src="https://assets-global.website-files.com/64f68d43d25e5962af5f82dd/64f68d43d25e5962af5f9812_64ad8bbe47c78358489b29fc_645e3ccf636a8d659f320e25_Group%25252012.png" />
} horizontal>
</Card>
<Card title="Pipedrive" href="/integrations/crm/pipedrive/index" icon={
<img src="https://asset.brandfetch.io/idZG_U1qqs/ideqSFbb2E.jpeg"/>
} horizontal>
</Card>
<Card title="Zendesk" href="/integrations/crm/zendesk/index" icon={
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRNKVceZGVM7PbARp_2bjdOICUxlpS5B29UYlurvh6Z2Q&s"/>
} horizontal>
</Card>
</CardGroup>


# Ecommerce

<CardGroup cols={2}>
<Card title="Shopify" href="/integrations/ecommerce/shopify/index" icon={
<img src="https://cdn.freebiesupply.com/logos/large/2x/shopify-logo-png-transparent.png" />
} horizontal>
</Card>
</CardGroup>


# File Storage

<CardGroup cols={2}>
<Card title="Box" href="/integrations/filestorage/box/index" icon={
<img src="https://gdm-catalog-fmapi-prod.imgix.net/ProductLogo/95b201e8-845a-4064-a9b2-a8eb49d19ca3.png?w=128&h=128&fit=max&dpr=3&auto=format&q=50" />
} horizontal>
</Card>
</CardGroup>


# Ticketing

<CardGroup cols={2}>
<Card title="Zendesk" href="/integrations/ticketing/zendesk/index" icon={
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRNKVceZGVM7PbARp_2bjdOICUxlpS5B29UYlurvh6Z2Q&s" />
} horizontal>
</Card>
<Card title="Front" href="/integrations/ticketing/front/index" icon={
<img src="https://i.pinimg.com/originals/43/a2/43/43a24316bd773798c7638ad98521eb81.png" />
} horizontal>
</Card>
<Card title="Gitlab" href="/integrations/ticketing/gitlab/index" icon={
<img src="https://asset.brandfetch.io/idw382nG0m/idVn6myaqy.png" />
} horizontal>
</Card>
<Card title="Jira" href="/integrations/ticketing/jira/index" icon={
<img src="https://seeklogo.com/images/J/jira-logo-FD39F795A7-seeklogo.com.png" />
} horizontal>
</Card>
</CardGroup>

10 changes: 3 additions & 7 deletions docs/crm/contacts/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: 'The Contact Object'
description: 'Introduction to our CRM `contact` Unified Model'
---
import crmContact from '/snippets/crm-contact-catalog.mdx'

## The Unified `contact` Object
The `contact` object is used to represent an existing point of contact at a company in a CRM system.

Expand Down Expand Up @@ -68,10 +70,4 @@ The `contact` object is used to represent an existing point of contact at a comp
</ResponseField>

## Supported Features for each CRM Contact Object:
| Panora | Unified Write | Passthrough Requests | Remote Data | Managed Webhooks | Webhooks Unified |
| ------------- | ------------- | -------------------- | ----------- | ----------------- | ---------------- |
| Hubspot | ✔️ | ✔️ | ✔️ |||
| Zoho | ✔️ | ✔️ | ✔️ |||
| Zendesk | ✔️ | ✔️ | ✔️ |||
| Pipedrive | ✔️ | ✔️ | ✔️ |||
| Freshsales | ✔️ | ✔️ | ✔️ |||
<crmContact />
4 changes: 2 additions & 2 deletions docs/crm/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: 'Overview'
description: ''
---
import catalog from '/snippets/crm-catalog.mdx';
import crmCatalog from '/snippets/crm-catalog.mdx';

Welcome to the reference documentation for the Panora Customer Relationship Management (CRM) API! This API allows you to integrate with Panora and read data from or write data into the integrations authorized by your users.

<br></br>
<catalog />
<crmCatalog />
File renamed without changes
File renamed without changes
Loading

0 comments on commit 6f70d58

Please sign in to comment.