Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Fix broken links #51285

Merged
merged 3 commits into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/05-community/01-contribution-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The following fields are **optional**:
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| `nav_title` | Overrides the page's title in the navigation. This is useful when the page's title is too long to fit. If not provided, the `title` field is used. |
| `source` | Pulls content into a shared page. See [Shared Pages](#shared-pages). |
| `related` | A list of related pages at the bottom of the document. These will automatically be turned into cards. |
| `related` | A list of related pages at the bottom of the document. These will automatically be turned into cards. See [Related Links](#related-links). |

```yaml filename="optional-fields.mdx"
---
Expand Down Expand Up @@ -326,7 +326,7 @@ Related Links guide the user's learning journey by adding links to logical next

Create related links using the `related` field in the page's metadata.

```yaml filename="related.mdx"
```yaml filename="example.mdx"
---
related:
description: Learn how to quickly get started with your first application.
Expand Down