Skip to content

Commit 124d80b

Browse files
committed
docs(all): standardize docs (#17631)
remoteId: rem_01jwbtfqhbbam07z9j9m0etng6 remoteUpdateId: grupd_01k3h87wcmh61rtdrvfpesq9d9 branchName: main commitSha: dbbc4a78be30d184e642240a80fd9de6a6c25669 commitUrl: Redocly/redocly@dbbc4a7
1 parent f0c1e0c commit 124d80b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+237
-300
lines changed

docs/realm/.templates/reference.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ Include explanatory information describing the result of the configuration.-->
4242

4343
## Examples
4444

45-
<!--Related options
46-
-------------------
47-
48-
Include a bulleted list of related reference documentation links.-->
49-
50-
## Related options
5145

5246
<!--Resources
5347
-------------

docs/realm/config/apis.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ If your project contains multiple APIs, you can use the `apis` configuration sec
5959
---
6060

6161
- output
62-
- Output file path
63-
- When running `bundle` without specifying an API, the bundled API description is saved to this location.
62+
- string
63+
- Output file path.
64+
When running `bundle` without specifying an API, the bundled API description is saved to this location.
65+
Example: `docs/api.yaml`.
6466

6567
{% /table %}
6668

docs/realm/config/asyncapi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,38 @@ Requires an AsyncAPI definition.
3030
---
3131

3232
- schemaId
33-
- String
33+
- string
3434
- Schema ID.
3535
Defaults to `asyncapi`.
3636

3737
---
3838

3939
- hideInfo
40-
- Boolean
40+
- boolean
4141
- Set to `true` to hide info section including API title.
4242

4343
---
4444

4545
- hideOperations
46-
- Boolean
46+
- boolean
4747
- Set to `true` to hide Operations section
4848

4949
---
5050

5151
- hideServers
52-
- Boolean
52+
- boolean
5353
- Set to `true` to hide Servers section
5454

5555
---
5656

5757
- hideMessages
58-
- Boolean
58+
- boolean
5959
- Set to `true` to hide Messages section
6060

6161
---
6262

6363
- hideSchemas
64-
- Boolean
64+
- boolean
6565
- Set to `true` to hide Schemas section
6666

6767
{% /table %}

docs/realm/config/breadcrumbs.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,11 @@ breadcrumbs:
8383
labelTranslationKey: home.title
8484
```
8585
86-
## Related options
87-
88-
- Customize other default items on Markdown pages, such as the last updated time stamp and the page headings table of contents on the left side of the page, using the [`markdown` configuration options](markdown.md).
89-
- Remove or update the label text for the previous and next navigation buttons using the [`navigation` configuration options](navigation.md).
90-
9186
## Resources
9287
9388
- **[Navigation concepts](../navigation/navigation.md)** - Understand different navigation elements in your project including breadcrumbs and their role in user experience
9489
- **[Configure navigation elements](../navigation/index.md)** - Customize navigation elements including sidebar, navbar, footer, and breadcrumbs for optimal site organization
9590
- **[Front matter configuration](./front-matter-config.md)** - Configure breadcrumb behavior and appearance on individual pages using front matter for granular control
9691
- **[Configuration options](./index.md)** - Explore other project configuration options for comprehensive documentation and platform customization
92+
- **[Markdown configuration options](markdown.md)** - Customize default items on Markdown pages including time stamps and table of contents for enhanced breadcrumb integration
93+
- **[Navigation configuration options](navigation.md)** - Configure previous and next navigation buttons and label text for seamless breadcrumb navigation flow

docs/realm/config/catalog-classic.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can configure multiple catalogs and set the link text, description, and filt
2525
---
2626

2727
- catalogClassic
28-
- Map of strings to [Catalog Classic](#catalog-classic-object)
28+
- Map[string, [Catalog Classic](#catalog-classic-object)]
2929
- **REQUIRED.**
3030
Map of strings allows for the definition of multiple catalogs.
3131
Strings represent catalog only in configuration file - they do not appear in published project.
@@ -218,8 +218,9 @@ You can configure multiple catalogs and set the link text, description, and filt
218218
---
219219

220220
- includeByMetadata
221-
- Map of metadata properties to list of string values
222-
- Restricts what to include in the catalog.
221+
- Map[string, [string]]
222+
- Map of metadata properties to list of string values.
223+
Restricts what to include in the catalog.
223224
Example: `{"type": ["openapi"]}`.
224225

225226
{% /table %}

docs/realm/config/developer-onboarding/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,7 @@ developerOnboarding:
291291
apiBaseUrl: https://apim-dev.acme-inc.com
292292
```
293293
294-
## Related options
295-
296-
- [sso](../sso.md)
297-
298294
## Resources
299295
300296
- **[List of used Apigee API endpoints](./apigee-api-operations.md)** - Complete reference of Apigee API endpoints used by the developer onboarding feature for integration and troubleshooting
297+
- **[SSO configuration](../sso.md)** - Configure single sign-on authentication required for developer onboarding and app registration workflows

docs/realm/config/env.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ configuration file in the **root** directory and referencing it in the `env` opt
2626
---
2727

2828
- preview
29-
- [[Redocly config](./index.md) or [Reference object](#reference-object)]
29+
- [[Redocly config](./index.md) | [Reference object](#reference-object)]
3030
- Configuration for the preview environment.
3131

3232
---
3333

3434
---
3535

3636
- development
37-
- [[Redocly config](./index.md) or [Reference object](#reference-object)]
37+
- [[Redocly config](./index.md) | [Reference object](#reference-object)]
3838
- Configuration for the development environment.
3939

4040
---
4141

4242
---
4343

4444
- production
45-
- [[Redocly config](./index.md) or [Reference object](#reference-object)]
45+
- [[Redocly config](./index.md) | [Reference object](#reference-object)]
4646
- Configuration for the production environment.
4747

4848
---

docs/realm/config/front-matter-config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These options are available exclusively in front matter:
4040
---
4141

4242
- slug
43-
- string or [string]
43+
- string | [string]
4444
- Custom URL path for this page, instead of the default path based on folder and file names.
4545
Define multiple slugs to make content available at multiple URLs.
4646
Slugs can contain multiple segments (e.g., '/custom-pages/page-1').
@@ -125,9 +125,9 @@ When defined in front matter, they override the global configuration:
125125
---
126126

127127
- rbac
128-
- [team to role map](./rbac.md#team-to-role-map)
129-
- Set access permissions for the page.
130-
This option can contain only the map of teams to roles.
128+
- [Map[string, string]](./rbac.md#team-to-role-map)
129+
- Map of teams to roles.
130+
Set access permissions for the page.
131131

132132
---
133133

docs/realm/config/graphql/field-expand-level.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@ graphql:
4242
4343
If you have fields with more than three levels of data structure within them, users will need to visit the data types documentation for that type rather than having it all displayed in the "Return type" section.
4444
45-
## Related options
46-
47-
- [jsonSamplesDepth](./json-samples-depth.md) - Sets the default expand level for JSON payload samples.
48-
- [graphql](./index.md) - Learn more about using `graphql` configuration.
49-
5045
## Resources
5146
5247
- **[GraphQL](https://graphql.org/)** - Official GraphQL specification and documentation for understanding query language fundamentals
5348
- **[GraphQL configuration](./index.md)** - Complete guide to GraphQL configuration options for customizing API reference documentation
49+
- **[JSON samples depth](./json-samples-depth.md)** - Set the default expand level for JSON payload samples to work alongside field expand level settings

docs/realm/config/graphql/json-samples-depth.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,9 @@ graphql:
4040
4141
Using this setting, the samples will show up to five levels of nested payload data.
4242
43-
## Related options
44-
45-
- [samplesMaxInlineArgs](./samples-max-inline-args.md) - Maximum number of inline arguments for samples.
46-
- [fieldExpandLevel](./field-expand-level.md) - Maximum depth of the `Return type` in the middle panel.
47-
- [graphql](./index.md) - Learn more about using the `graphql` configuration.
48-
4943
## Resources
5044
5145
- **[GraphQL](https://graphql.org/)** - Official GraphQL specification and documentation for understanding query language fundamentals
52-
- **[GraphQL configuration](./index.md)** - Complete guide to GraphQL configuration options for customizing API reference documentation
46+
- **[GraphQL configuration](./index.md)** - Complete guide to GraphQL configuration options for customizing API reference documentation
47+
- **[Samples max inline arguments](./samples-max-inline-args.md)** - Configure the maximum number of inline arguments for samples to complement JSON payload depth settings
48+
- **[Field expand level](./field-expand-level.md)** - Set the maximum depth of the Return type in the middle panel for comprehensive data structure display

0 commit comments

Comments
 (0)