Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Docs update #139

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading