Skip to content

Commit

Permalink
📝 Ecommerce vertical docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid Flih authored and Rachid Flih committed Aug 8, 2024
1 parent 42b3b49 commit 922b95d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
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!"

0 comments on commit 922b95d

Please sign in to comment.