Skip to content

Commit

Permalink
Fix broken links to Components summary
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymcgill committed Sep 6, 2023
1 parent 5742db9 commit 6fe5135
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Project level [configuration](/configuration/project.md) using **retype.yml** un

#### :icon-pencil: Simple formatting

Pages are [formatted](/guides/formatting.md) using Markdown syntax and Retype [components](/components/readme.md). Page level [configuration](/configuration/page.md) is available, such as setting a custom navigation [`label`](/configuration/page.md#label) or [`icon`](/configuration/page.md#icon).
Pages are [formatted](/guides/formatting.md) using Markdown syntax and Retype [components](/components/components.md). Page level [configuration](/configuration/page.md) is available, such as setting a custom navigation [`label`](/configuration/page.md#label) or [`icon`](/configuration/page.md#icon).

#### :icon-sync: Live reload

Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Released: [2021-08-05](https://github.com/retypeapp/retype/releases/tag/v1.8.1)
```
../components.md
../components/index.md
../components/readme.md
../components/components.md
../components/default.md
```
- [x] Allow inline Markdown components for [`author`](/configuration/page.md#author), [`title`](/configuration/page.md#title), and [`label`](/configuration/page.md#label) page configs, see [#114](https://github.com/retypeapp/retype/issues/114). Block-level Markdown components will be ignored for those configs.
Expand Down Expand Up @@ -370,7 +370,7 @@ Released: [2021-06-09](https://github.com/retypeapp/retype/releases/tag/v1.6.0)
- [x] [`include`](/configuration/project.md#include) project config.
- [x] [`exclude`](/configuration/project.md#exclude) project config.
- [x] Improved `<table>` styling.
- [x] Performance boost for [components](/components/readme.md).
- [x] Performance boost for [components](/components/components.md).
+++

## v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions guides/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If your home page is the Retype generated **Welcome** page, add a default page t

## Components

In addition to the standard Markdown options, Retype includes many custom [components](/components/readme.md) so you can easily add extra [!badge :gem: flair :gem:] to your document.
In addition to the standard Markdown options, Retype includes many custom [components](/components/components.md) so you can easily add extra [!badge :gem: flair :gem:] to your document.

The most commonly used Retype components include [Alert](/components/alert.md) and [Tab](/components/tab.md):

Expand Down Expand Up @@ -125,4 +125,4 @@ This is another Tab
+++
~~~

[!ref See all components](/components/readme.md)
[!ref See all components](/components/components.md)

0 comments on commit 6fe5135

Please sign in to comment.