Skip to content

Commit

Permalink
Merge pull request #171 from panoratech/docs-wip
Browse files Browse the repository at this point in the history
Docs wip
  • Loading branch information
rflihxyz authored Dec 17, 2023
2 parents c660059 + d1d7df4 commit 28dcd91
Show file tree
Hide file tree
Showing 207 changed files with 19,076 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/crm/contacts/api/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ openapi: "POST /crm/contact"
---

# Create User documentation
api: ' /contact'
api: ' /contact'
Empty file.
6 changes: 6 additions & 0 deletions docs/features/sdk.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'SDK'
description: 'Use Magic Links to invite your users to grant you access to their data without a dedicated website. Create a full connection flow in just a few clicks. No code required.'
icon: 'wand-magic-sparkles'
---

26 changes: 12 additions & 14 deletions docs/features/self-host-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ icon: 'house-laptop'
</Info>

<Steps>
<Step title="Open a terminal and download Panora:">
<Step title="Open a terminal and type this to download Panora:">
```bash bash
git clone https://github.com/panoratech/Panora.git
```
</Step>

<Step title="Run the following command:">
<Step title="Prepare the installation:">
```bash
cd Panora && docker compose --env-file ./.env.example up -d
cd Panora && cp .env.example .env
```
</Step>

<Step title="Start Panora:">
```bash
docker compose up -d
```
</Step>

Expand Down Expand Up @@ -71,17 +77,9 @@ Here's how to solve some common problems when working with the CLI.
<Accordion title="Docker is not working">
Update to the latest version. Run `docker version` to check.
</Accordion>
<Accordion title="No such file or directory on Windows">
Go to the `C:/Users/Username/.mintlify/` directory and remove the `mint`
folder. Then Open the Git Bash in this location and run `git clone
https://github.com/mintlify/mint.git`.

Repeat step 3.

</Accordion>
<Accordion title="Getting an unknown error">
Try navigating to the root of your device and delete the ~/.mintlify folder.
Then run `mintlify dev` again.

<Accordion title="Getting another error">
[Come chat on Discord!](https://discord.gg/G7fr4HNyTb)
</Accordion>
</AccordionGroup>

Expand Down
3 changes: 2 additions & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Panora Documentation",
"feedback.thumbsRating": true,
"openapi": [
"/openapi.json"
"https://raw.githubusercontent.com/panoratech/Panora/main/packages/api/swagger/swagger-spec.json"
],
"suggestEdit": true,
"primaryTab": {
Expand Down Expand Up @@ -124,6 +124,7 @@
{
"group": "Panora Features",
"pages": [
"features/sdk",
"features/self-host-guide",
"features/magic-links",
"features/custom-fields"
Expand Down
Loading

0 comments on commit 28dcd91

Please sign in to comment.