Skip to content

Commit 8575ce8

Browse files
committed
chore(core): updated packages
1 parent c08cc3f commit 8575ce8

File tree

16 files changed

+135
-148
lines changed

16 files changed

+135
-148
lines changed

devguide/typedoc-plugin-markdown/events/classes/MarkdownPageEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An event emitted before and after the markdown of a page is rendered.
2121

2222
## Extends
2323

24-
* [`Event`](https://typedoc.org/api/classes/Event.html)
24+
* `Event`
2525

2626
## Type Parameters
2727

devguide/typedoc-plugin-markdown/events/classes/MarkdownRendererEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An event emitted at the beginning and end of the rendering process.
1818

1919
## Extends
2020

21-
* [`Event`](https://typedoc.org/api/classes/Event.html)
21+
* `Event`
2222

2323
## Properties
2424

docs/pages/api-docs/Class.MarkdownPageEvent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An event emitted before and after the markdown of a page is rendered.
44

55
## Extends
66

7-
- [`Event`](https://typedoc.org/api/classes/Event.html)
7+
- `Event`
88

99
## Events
1010

docs/pages/api-docs/Class.MarkdownRendererEvent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An event emitted at the beginning and end of the rendering process.
44

55
## Extends
66

7-
- [`Event`](https://typedoc.org/api/classes/Event.html)
7+
- `Event`
88

99
## Events
1010

docs/pages/docs/changelog/v4.1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Callout } from 'nextra/components';
33
# v4.1 (June 2024)
44

55
<Callout type="info">
6-
v4.1 introduces [TypeDoc v0.26]() feature support and API compatibility updates.
6+
v4.1 introduces [TypeDoc v0.26](https://typedoc.org/guides/changelog/#v0.26.0-(2024-06-22)) feature support and API compatibility updates.
77

88
</Callout>
99

docs/pages/docs/versioning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For this reason we follow a slightly amended version of semver:
1717

1818
| typedoc-plugin-markdown | TypeDoc | Release Date |
1919
| ----------------------- | ------- | ------------ |
20-
| 4.1.x | 0.26.x | 2024-06-21 |
20+
| 4.1.x | 0.26.x | 2024-06-22 |
2121
| 4.0.x | 0.25.x | 2024-05-03 |
2222

2323
## Specifying Version Ranges

package-lock.json

Lines changed: 76 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)