Skip to content

Commit

Permalink
📝 Docs update
Browse files Browse the repository at this point in the history
Docs update
  • Loading branch information
rflihxyz committed Dec 8, 2023
1 parent 7d9f46c commit 1aa028d
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 19 deletions.
4 changes: 4 additions & 0 deletions docs/crm/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'Introduction'
description: 'Example section for showcasing CRM documentation'
---
6 changes: 6 additions & 0 deletions docs/marketing_automation/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'Introduction'
description: 'Example section for showcasing Marketing Automation'
---

CLICK HERE TO ASK FOR INTEGRATION
38 changes: 23 additions & 15 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"$schema": "https://mintlify.com/schema.json",
"name": "Panora Documentation",
"feedback.thumbsRating": true,
"suggestEdit": true,
"raiseIssue": true,
"modeToggle": {
"default": "light",
"isHidden": true
},
"logo": {
"dark": "/logo/logo-panora-white.png",
"light": "/logo/logo-panora-white.png"
Expand All @@ -27,32 +33,34 @@
"url": "https://app.panora.dev"
},
"tabs": [
{
"name": "CRM",
"url": "crm"
},
{
"name": "Marketing Automation",
"url": "marketing_automation"
},
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [

],
"navigation": [
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "https://docs.panora.dev"
"group": "Documentation",
"pages": ["welcome", "quickstart"]
},
{
"name": "Discord Community",
"icon": "discord",
"url": "https://discord.gg/G7fr4HNyTb"
"group": "CRM",
"pages": ["crm/introduction"]
},
{
"name": "Twitter",
"icon": "twitter",
"url": "https://twitter.com/panoradotdev"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["welcome", "quickstart"]
"group": "Marketing Automation",
"pages": ["marketing_automation/introduction"]
},
{
"group": "Essentials",
Expand Down
42 changes: 38 additions & 4 deletions docs/welcome.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Introduction
description: 'Welcome to the home of your new documentation'
title: Welcome
description: 'Explore our guides and examples to integrate Panora.'
---

<img
Expand All @@ -14,7 +14,7 @@ description: 'Welcome to the home of your new documentation'
alt="Hero Dark"
/>

## Setting up
## Start

The first step to world-class documentation is setting up your editing environnments.

Expand All @@ -33,4 +33,38 @@ The first step to world-class documentation is setting up your editing environnm
>
Preview your changes before you push to make sure they're perfect
</Card>
</CardGroup>
</CardGroup>

## Browser by product

<CardGroup cols={4}>
<Card
title="CRM"
icon="pen-to-square"
href="https://mintlify.com/docs/quickstart"
>
Get your docs set up locally for easy development
</Card>
<Card
title="File Storage"
icon="image"
href="https://mintlify.com/docs/development"
>
Preview your changes before you push to make sure they're perfect
</Card>
<Card
title="File Storage"
icon="image"
href="https://mintlify.com/docs/development"
>
Preview your changes before you push to make sure they're perfect
</Card>
<Card
title="File Storage"
icon="image"
href="https://mintlify.com/docs/development"
>
Coming Soon
</Card>

</CardGroup>

0 comments on commit 1aa028d

Please sign in to comment.