Skip to content

Commit 205e406

Browse files
committed
Add billing support form
1 parent 5f35646 commit 205e406

10 files changed

Lines changed: 47 additions & 3 deletions

docs.json

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
{
8484
"group": "Request Access",
8585
"pages": [
86-
"enterprise/forms/enterprise-api-interest",
87-
"enterprise/forms/government-end-user-request"
86+
"forms/enterprise-api-interest",
87+
"forms/government-end-user-request"
8888
]
8989
}
9090
]
@@ -95,7 +95,8 @@
9595
"tools-and-libraries",
9696
"tutorials",
9797
"api-reference-index",
98-
"newsletter"
98+
"newsletter",
99+
"forms/billing-support"
99100
]
100101
}
101102
]
@@ -1699,6 +1700,38 @@
16991700
{
17001701
"source": "/x-api/lists/unpin-list",
17011702
"destination": "/x-api/users/unpin-list"
1703+
},
1704+
{
1705+
"source": "/enterprise/forms/enterprise-api-interest",
1706+
"destination": "/forms/enterprise-api-interest"
1707+
},
1708+
{
1709+
"source": "/enterprise/forms/government-end-user-request",
1710+
"destination": "/forms/government-end-user-request"
1711+
},
1712+
{
1713+
"source": "/enterprise/forms/survey",
1714+
"destination": "/forms/survey"
1715+
},
1716+
{
1717+
"source": "/enterprise/forms/application-trial",
1718+
"destination": "/forms/application-trial"
1719+
},
1720+
{
1721+
"source": "/enterprise/forms/use-case/initial",
1722+
"destination": "/forms/use-case/initial"
1723+
},
1724+
{
1725+
"source": "/enterprise/forms/use-case/modification",
1726+
"destination": "/forms/use-case/modification"
1727+
},
1728+
{
1729+
"source": "/enterprise/forms/use-case/public-sector",
1730+
"destination": "/forms/use-case/public-sector"
1731+
},
1732+
{
1733+
"source": "/enterprise/forms/use-case/upgrade",
1734+
"destination": "/forms/use-case/upgrade"
17021735
}
17031736
]
17041737
}
File renamed without changes.

forms/billing-support.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Billing Support Form
3+
sidebarTitle: Billing Support
4+
icon: headset
5+
---
6+
7+
import { Form } from '/snippets/form.mdx';
8+
9+
Get billing support for Basic, Pro, and Enterprise API subscriptions.
10+
11+
<Form src="https://developer.x.com/en/billing-support" />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)