Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 4d896cc

Browse files
authored
docs: fix migration-guide route
1 parent 5bf8a61 commit 4d896cc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/docs/documentation/references/migration-guide.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: Migration Guide
3+
route: /docs/migration-guide
4+
parent: Documentation
5+
menu: References
6+
---
7+
18
# Migration Guide
29

310
The [v2 release](https://github.com/pedronauck/docz/pull/950) is our biggest release in terms of changes to our core scripts. Our bundler system was entirely modified in order to use Gatsby as default bundler and you will need to update your code if you’re coming from a previous version.
@@ -126,4 +133,4 @@ module.exports = {
126133

127134
## Examples
128135

129-
Make sure to check out [docz's `examples` directory](https://github.com/doczjs/docz/tree/master/examples) for the full list of supported examples.
136+
Make sure to check out [docz's `examples` directory](https://github.com/doczjs/docz/tree/master/examples) for the full list of supported examples.

0 commit comments

Comments
 (0)