Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/panoratech/Panora
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Aug 9, 2024
2 parents 0be77a6 + ee5cf57 commit 2a45612
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 127 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.357.2
speakeasyVersion: 1.358.0
sources:
merge-code-samples-into-spec:
sourceNamespace: merge-code-samples-into-spec
sourceRevisionDigest: sha256:988368b39832ad5b1e27cac1d48708c4b7bcd4d15f6c1695a75dcee5999d224b
sourceBlobDigest: sha256:a53fd2c2d54acbc2b48b559a43d904e8eb6bcf3e773d074137818326827dadb5
sourceRevisionDigest: sha256:43c01a4167a6e338d86fe9b644dbf8d8aabba8204a7cfb69a4d880a43f75d33f
sourceBlobDigest: sha256:5a2f142dc7d22ff664601f4f240c011b60a7f1de4f1b93f8b056114aba90b386
tags:
- latest
- main
Expand Down
25 changes: 10 additions & 15 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
]
},
{
"group": "Unified Objects",
"group": "CRM Objects",
"pages": [
{
"group": "Contacts",
Expand Down Expand Up @@ -184,6 +184,13 @@
}
]
},
{
"group": "",
"pages": [
"accounting/quickstart",
"accounting/overview"
]
},
{
"group": "Accounting Objects",
"pages": [
Expand Down Expand Up @@ -284,12 +291,6 @@
"accounting/journalentries/list-journalentrys"
]
},
{
"group": "Overview",
"pages": [
"accounting/overview"
]
},
{
"group": "Payments",
"pages": [
Expand All @@ -313,12 +314,6 @@
"accounting/purchaseorders/create-a-purchaseorder"
]
},
{
"group": "Quickstart",
"pages": [
"accounting/quickstart"
]
},
{
"group": "Tax Rates",
"pages": [
Expand Down Expand Up @@ -521,7 +516,7 @@
]
},
{
"group": "Unified Objects",
"group": "Ticketing Objects",
"pages": [
{
"group": "Accounts",
Expand Down Expand Up @@ -602,7 +597,7 @@
]
},
{
"group": "Unified Objects",
"group": "CRM Objects",
"pages": [
{
"group": "CRM",
Expand Down
5 changes: 3 additions & 2 deletions docs/snippets/ecommerce-catalog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
| | Orders | Products | Customers | Fulfillments | FulfillmentOrders |
| | Products | Fulfillments | Fulfillment Orders | Customers | Orders |
|-------------|:----------:|:------------:|:----------:|:-----------:|:----------:|
| Shopify ||||| |
| Shopify ||| |||
| WooCommerce || | |||
3 changes: 3 additions & 0 deletions docs/syncwithCode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ grep '^|' ../packages/api/src/ats/README.md > snippets/ats-catalog.mdx
# File Storage
grep '^|' ../packages/api/src/filestorage/README.md > snippets/filestorage-catalog.mdx

# File Storage
grep '^|' ../packages/api/src/ecommerce/README.md > snippets/ecommerce-catalog.mdx

npx @mintlify/scraping@latest openapi-file openapi-with-code-samples.yaml -o objects

echo "Copy Done!"
Loading

0 comments on commit 2a45612

Please sign in to comment.