You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ import Theme from './my-custom-theme'
82
82
exportdefault (props) =><Theme {...props} />
83
83
```
84
84
85
-
Check [here](https://www.docz.site/docs/creating-themes) for more information about how to create themes.
85
+
Check [here](https://www.docz.site/docs/creating-your-themes) for more information about how to create themes.
86
86
87
87
## `wrapper` property removed
88
88
The same thing happened here for the oldest `wrapper` property. Now you can wrap your entire application by just creating a file called `src/gatsby-theme-docz/wrapper.js`
0 commit comments