Skip to content

Commit

Permalink
Remove email support API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Jul 30, 2024
1 parent 7b4bd1f commit f1aa4ac
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
49 changes: 35 additions & 14 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"group": "Getting started",
"icon": "book",
"iconType": "light",
"pages": ["introduction"]
"pages": [
"introduction"
]
},
{
"group": "Web Support",
Expand All @@ -59,12 +61,16 @@
{
"group": "Phone Support",
"icon": "phone",
"pages": ["phone/new"]
"pages": [
"phone/new"
]
},
{
"group": "Email Support",
"icon": "envelope",
"pages": ["email/new"]
"pages": [
"email/new"
]
},
{
"group": "Actions",
Expand All @@ -78,10 +84,12 @@
},
{
"group": "Native Integrations",
"pages": ["dashboard/zendesk_integration"]
"pages": [
"dashboard/zendesk_integration"
]
},
{
"group": "Managing copilots via API",
"group": "Managing Organizations",
"icon": "code",
"pages": [
"api-notes",
Expand Down Expand Up @@ -131,21 +139,26 @@
"group": "Sending Emails",
"icon": "envelope",
"pages": [
"email/email_api",
"email/unsubscribe_api",
"email/unsubscribe_directly_api",
"email/unsubscribe_url_api"
"api-reference/email/email_api",
"api-reference/email/unsubscribe_api",
"api-reference/email/unsubscribe_directly_api",
"api-reference/email/unsubscribe_url_api"
]
},
{
"group": "Chat API",
"icon": "chat",
"pages": ["api-reference/endpoint/chat-init"]
"pages": [
"api-reference/endpoint/chat-init"
]
},
{
"group": "Votes & RLHF",
"icon": "vote",
"pages": ["votes/rlhf", "api-reference/endpoint/votes-add"]
"pages": [
"votes/rlhf",
"api-reference/endpoint/votes-add"
]
},
{
"group": "Reports",
Expand All @@ -166,13 +179,21 @@
},
{
"group": "Resources",
"pages": ["resources/ci-cd-actions"]
"pages": [
"resources/ci-cd-actions"
]
}
],
"footerSocials": {
"github": "https://github.com/openchatai"
},
"api": {
"playground": {}
}
}
},
"tabs": [
{
"name": "API References",
"url": "api-reference"
}
]
}

0 comments on commit f1aa4ac

Please sign in to comment.