We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c8be3 commit 89eb157Copy full SHA for 89eb157
docs/docs/about/changelog.md
@@ -4,7 +4,7 @@ hide_title: true
4
toc_max_heading_level: 2
5
---
6
7
-import Changes, {toc as ChangesTOC} from "@site/../../CHANGES.md"
+import Changes, {toc as ChangesTOC} from "@site/../CHANGES.md"
8
9
<Changes />
10
docs/docs/guides/migrate/version-migration.md
@@ -3,7 +3,7 @@ title: 'Version migration'
3
hide_title: true
-import VersionMigration, {toc as VersionMigrationTOC} from "@site/../../MIGRATION.md"
+import VersionMigration, {toc as VersionMigrationTOC} from "@site/../MIGRATION.md"
<VersionMigration />
0 commit comments