You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to add another page to an existing section, create an `.md` or `.mdx` file. Then in `docs.yml`, create a new `page` in the `contents` list for that section, providing the path to the `.md` or `.mdx` file you created. Example:
@@ -60,7 +61,7 @@ navigation:
60
61
path: ./pages/my-page.mdx
61
62
- page: Another page
62
63
path: ./pages/another-page.mdx
63
-
- api: API reference
64
+
- api: API Reference
64
65
```
65
66
66
67
To add another section, add another `section` to the `navigation`. Example:
@@ -71,7 +72,7 @@ navigation:
71
72
contents:
72
73
- page: My page
73
74
path: ./pages/my-page.mdx
74
-
- api: API reference
75
+
- api: API Reference
75
76
- section: Help center
76
77
contents:
77
78
- page: Contact us
@@ -209,7 +210,7 @@ navigation:
209
210
- page: My page
210
211
icon: fa-regular fa-file
211
212
path: ./pages/my-page.mdx
212
-
- api: API reference
213
+
- api: API Reference
213
214
icon: fa-regular fa-puzzle
214
215
```
215
216
{/* <!-- vale on --> */}
@@ -244,7 +245,7 @@ Within the navigation, you can add `tabs`. Tabs are used to group sections toget
244
245
```yaml
245
246
tabs:
246
247
api:
247
-
display-name: API reference
248
+
display-name: API Reference
248
249
icon: puzzle
249
250
help:
250
251
display-name: Help center
@@ -294,7 +295,7 @@ If you have multiple versions of your documentation, you can introduce a dropdow
294
295
295
296
## Product switching
296
297
297
-
If you have multiple products in your documentation, you can introduce a [dropdown product selector](/learn/docs/configuration/products) by creating separate product configuration files. Each product can contain its own distinct versions, tabs, sections, pages, and API references, though products can also share content.
298
+
If you have multiple products in your documentation, you can introduce a [dropdown product selector](/learn/docs/configuration/products) by creating separate product configuration files. Each product can contain its own distinct versions, tabs, sections, pages, and API References, though products can also share content.
0 commit comments