Skip to content

Commit 93da0e8

Browse files
fix: repair broken frontmatter and a typo in docs (#103)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 2eea5a8 commit 93da0e8

29 files changed

Lines changed: 57 additions & 29 deletions

File tree

enterprise-api/direct-messages/manage/migrate.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Migration guide
33
sidebarTitle: Migration guide
44
keywords: ["manage direct messages migration", "DM management migration", "v1.1 to v2 manage DMs", "DM migration guide", "migrate DM management"]
55

6-
description: 1 and v2 versions of the Direct Messages endpoints provide methods for creating Direct Message messages.---
6+
description: 1 and v2 versions of the Direct Messages endpoints provide methods for creating Direct Message messages.
7+
---
78

89
import { Button } from '/snippets/button.mdx';
910

enterprise-api/posts/search/integrate/paginate.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Pagination
33
sidebarTitle: Pagination
44
keywords: ["search pagination", "pagination guide", "page through results", "pagination tokens", "search pagination", "next token"]
55

6-
description: Search queries typically match on more Posts than can be returned in a single API response. When that happens, the data is returned in a series of 'pages'.---
6+
description: Search queries typically match on more Posts than can be returned in a single API response. When that happens, the data is returned in a series of 'pages'.
7+
---
78

89
### Recent search pagination
910

enterprise-api/spaces/introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Introduction
33
sidebarTitle: Introduction
44
keywords: ["spaces", "X spaces", "audio spaces", "live audio", "spaces API", "spaces lookup", "spaces search", "spaces discovery"]
55

6-
description: The following page describes the Spaces endpoints included in the X API. To learn more about Spaces in general, please visit [help.---
6+
description: The following page describes the Spaces endpoints included in the X API. To learn more about Spaces in general, please visit [help.
7+
---
78

89
import { Button } from '/snippets/button.mdx';
910

fundamentals/authentication/guides/v2-authentication-mapping.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: X API v2 authentication mapping
33
sidebarTitle: Endpoint mapping
44
keywords: ["authentication mapping", "v2 authentication", "endpoint mapping", "auth mapping", "v1 to v2 mapping", "authentication guide"]
55

6-
description: The following chart illustrates which v2 endpoints map to what authentication methods. | | | | | | :--- | :--- | :--- | :--- | | **Endpoint** | **OAuth 1.---
6+
description: The following chart illustrates which v2 endpoints map to what authentication methods. | | | | | | :--- | :--- | :--- | :--- | | **Endpoint** | **OAuth 1.
7+
---
78

89
import { Button } from "/snippets/button.mdx";
910

fundamentals/authentication/oauth-1-0a/creating-a-signature.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Creating a signature
33
sidebarTitle: Creating a signature
44
keywords: ["OAuth signature", "create signature", "OAuth 1.0a signature", "HMAC signature", "signature generation", "OAuth signing"]
55

6-
description: This page explains how to generate an OAuth 1. 0a HMAC-SHA1 signature for an HTTP request.---
6+
description: This page explains how to generate an OAuth 1. 0a HMAC-SHA1 signature for an HTTP request.
7+
---
78

89
import { Button } from "/snippets/button.mdx";
910

fundamentals/authentication/oauth-1-0a/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: OAuth 1.0a
33
sidebarTitle: Overview
44
keywords: ["OAuth 1.0a", "OAuth 1.0", "OAuth 1.0a authentication", "OAuth 1.0a user context", "three-legged OAuth", "OAuth 1.0a flow"]
55

6-
description: Many endpoints on the X developer platform use the OAuth 1. 0a method to act, or make API requests, on behalf of a X account.---
6+
description: Many endpoints on the X developer platform use the OAuth 1. 0a method to act, or make API requests, on behalf of a X account.
7+
---
78

89
import { Button } from "/snippets/button.mdx";
910

fundamentals/authentication/oauth-1-0a/percent-encoding-parameters.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Percent encoding parameters
33
sidebarTitle: Percent encoding parameters
44
keywords: ["percent encoding", "URL encoding", "OAuth encoding", "parameter encoding", "URL encode", "OAuth 1.0a encoding"]
55

6-
description: Parts of the X API, particularly those dealing with OAuth signatures, require strings to be encoded according to [RFC 3986, Section 2. 1](http://tools.---
6+
description: Parts of the X API, particularly those dealing with OAuth signatures, require strings to be encoded according to [RFC 3986, Section 2. 1](http://tools.
7+
---
78

89
import { Button } from "/snippets/button.mdx";
910

fundamentals/authentication/oauth-2-0/bearer-tokens.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Using and generating an app-only Bearer Token
33
sidebarTitle: Generating and using app-only Bearer Tokens
44
keywords: ["Bearer token", "app-only token", "Bearer Token", "OAuth 2.0 Bearer", "app authentication", "generate Bearer token"]
55

6-
description: A bearer token allows developers to have a more secure point of entry for using the X APIs, and are one of the core features of OAuth 2.---
6+
description: A bearer token allows developers to have a more secure point of entry for using the X APIs, and are one of the core features of OAuth 2.
7+
---
78

89
### Using and generating an app-only Bearer Token
910

fundamentals/authentication/oauth-2-0/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: OAuth 2.0
33
sidebarTitle: Overview
44
keywords: ["OAuth 2.0", "OAuth 2.0 authentication", "OAuth 2.0 PKCE", "Bearer token", "app-only auth", "OAuth 2.0 flow", "authorization code"]
55

6-
description: 0 Bearer Token authenticates requests on behalf of your [developer App](/resources/fundamentals/developer-apps).---
6+
description: 0 Bearer Token authenticates requests on behalf of your [developer App](/resources/fundamentals/developer-apps).
7+
---
78

89
### Bearer Token (also known as app-only)
910

fundamentals/authentication/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Authentication
33
sidebarTitle: Overview
44
keywords: ["authentication", "OAuth", "OAuth 1.0a", "OAuth 2.0", "API authentication", "bearer token", "access tokens", "API keys", "user context", "app only", "PKCE", "authorization code", "basic authentication"]
55

6-
description: X APIs handle enormous amounts of data. The way we ensure this data is secured for developers and users alike is through authentication.---
6+
description: X APIs handle enormous amounts of data. The way we ensure this data is secured for developers and users alike is through authentication.
7+
---
78

89
import { Button } from "/snippets/button.mdx";
910

0 commit comments

Comments
 (0)