Skip to content

Commit 05f3b32

Browse files
committed
chore(docs): update docs
1 parent 04edd1d commit 05f3b32

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

docs/content/docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.6.3 (2025-04-23)
4+
5+
### Patch Changes
6+
7+
- Correctly handle group title in pageTitleTemplates callback ([#807](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/807)).
8+
- Format of optional type and getter/setter ([#804](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/804)) - thanks @normanzb.
9+
310
## 4.6.2 (2025-04-09)
411

512
### Patch Changes

docs/content/plugins/docusaurus/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.3.1 (2025-04-23)
4+
5+
### Patch Changes
6+
7+
- Fix sidebar base ids with custom docs path ([#802](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/802)).
8+
39
## 1.3.0 (2025-03-25)
410

511
### Minor Changes

docs/content/plugins/index.mdx

+4-9
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ Utility plugins that can be used to provide metadata or adjust the output of the
1515
<Cards num={2}>
1616
<Cards.Card
1717
title="typedoc-plugin-frontmatter"
18-
icon={
19-
<Image
20-
src="/logos/yaml-logo.png"
21-
alt="YAML Frontmatter"
22-
width={26}
23-
height={26}
24-
/>
25-
}
18+
icon={<FontAwesomeIcon icon={faBook} />}
2619
arrow={true}
2720
href="plugins/frontmatter"
28-
/>
21+
22+
/>
23+
2924
<Cards.Card
3025
title="typedoc-plugin-remark"
3126
icon={

docs/public/logos/yaml-logo.png

-2.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)