mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
docs: Changelog page should display TOC with releases (#5331)
This commit is contained in:
parent
4c246493ef
commit
49715d7a36
2 changed files with 11 additions and 9 deletions
|
@ -5,7 +5,9 @@ sidebar_label: Changelog
|
|||
---
|
||||
|
||||
```mdx-code-block
|
||||
import Changelog from "@site/../CHANGELOG.md"
|
||||
import Changelog, {toc as ChangelogTOC} from "@site/../CHANGELOG.md"
|
||||
|
||||
<Changelog />
|
||||
|
||||
export const toc = ChangelogTOC;
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue