Skip to content

Commit 0dc4afe

Browse files
committed
chore(docs): updated nextjs for docs site
1 parent 10cd31b commit 0dc4afe

File tree

5 files changed

+504
-410
lines changed

5 files changed

+504
-410
lines changed

docs/content/plugins/frontmatter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.3.1 (2025-11-23)
4+
5+
### Patch Changes
6+
7+
- Correctly resolve `frontmatterCommentTags` for signatures ([#848](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/848)).
8+
39
## 1.3.0 (2025-03-16)
410

511
### Minor Changes

docs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)