docs: Changelog page should display TOC with releases (#5331)

This commit is contained in:
Sébastien Lorber 2021-08-10 19:56:41 +02:00 committed by GitHub
parent 4c246493ef
commit 49715d7a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

View file

@ -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;
```