Skip to content

Commit 5f054ae

Browse files
committed
chore(docs): updated docs
1 parent ac7e395 commit 5f054ae

File tree

4 files changed

+62
-54
lines changed

4 files changed

+62
-54
lines changed

docs/content/docs/CHANGELOG.md

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

3+
## 4.9.0 (2025-09-19)
4+
5+
### Minor Changes
6+
7+
- Exposed new option `navigationJson` that can be used to write navigation structure as JSON to disk.
8+
9+
### Patch Changes
10+
11+
- Remove type params from inline reflection titles when router=module to resolve anchoring issues ([#843](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/843)).
12+
313
## 4.8.1 (2025-08-12)
414

515
### Patch Changes

docs/content/docs/quick-start.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ npm install typedoc typedoc-plugin-markdown --save-dev
1717
Plugins are enabled using TypeDoc's [`--plugin`](https://typedoc.org/documents/Options.Configuration.html#plugin) configuration option.
1818
You can provide options directly in the CLI command or using a TypeDoc [configuration file](https://typedoc.org/documents/Options.Configuration.html#options) as below.
1919

20-
For available options please visit the [TypeDoc Options](./typedoc-options) and [Plugin Options](./plugin-options) sections.
21-
2220
```json filename="typedoc.json"
2321
{
2422
"plugin": ["typedoc-plugin-markdown"],

docs/package-lock.json

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

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@fortawesome/free-regular-svg-icons": "^7.0.1",
2020
"@fortawesome/free-solid-svg-icons": "^7.0.1",
2121
"@fortawesome/react-fontawesome": "^3.0.2",
22-
"next": "^15.5.3",
23-
"nextra": "^4.4.0",
24-
"nextra-theme-docs": "^4.4.0",
22+
"next": "^15.5.4",
23+
"nextra": "^4.5.0",
24+
"nextra-theme-docs": "^4.5.0",
2525
"react": "^19.1.1",
2626
"react-dom": "^19.1.1"
2727
},

0 commit comments

Comments
 (0)