Skip to content

Commit

Permalink
[Docs] Fix broken links (#51285)
Browse files Browse the repository at this point in the history
Bring back #related-links and fix broken link in fonts page
  • Loading branch information
delbaoliveira committed Jun 14, 2023
1 parent 419194b commit d27cda2
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d27cda2

Please sign in to comment.