Skip to content

Commit f154424

Browse files
committed
consistent heading capitalization
1 parent 627adf9 commit f154424

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

api-playground/asyncapi/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can add an `asyncapi` field to any tab or group in the navigation of your `d
7171
the **api-reference** folder of the docs repo.
7272
</Note>
7373

74-
## Channel Page
74+
## Channel page
7575

7676
If you want more control over how you order your channels or if you want to just reference a single channel, you can create an MDX file with the `asyncapi` field in the frontmatter.
7777

api-playground/mdx/authentication.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can add an authentication method to your `docs.json` to enable it globally o
99

1010
A page's authentication method will override a global method if both are set.
1111

12-
### Bearer Token
12+
### Bearer token
1313

1414
<CodeGroup>
1515

@@ -32,7 +32,7 @@ authMethod: "bearer"
3232

3333
</CodeGroup>
3434

35-
### Basic Authentication
35+
### Basic authentication
3636

3737
<CodeGroup>
3838

@@ -55,7 +55,7 @@ authMethod: "basic"
5555

5656
</CodeGroup>
5757

58-
### API Key
58+
### API key
5959

6060
<CodeGroup>
6161

api-playground/mdx/configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can add an authentication method to your `docs.json` to enable it globally o
8181

8282
A page's authentication method will override a global method if both are set.
8383

84-
### Bearer Token
84+
### Bearer token
8585

8686
<CodeGroup>
8787

@@ -104,7 +104,7 @@ authMethod: "bearer"
104104

105105
</CodeGroup>
106106

107-
### Basic Authentication
107+
### Basic authentication
108108

109109
<CodeGroup>
110110

@@ -127,7 +127,7 @@ authMethod: "basic"
127127

128128
</CodeGroup>
129129

130-
### API Key
130+
### API key
131131

132132
<CodeGroup>
133133

0 commit comments

Comments
 (0)