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
Hi, Thanks for the starter kit, it works smoothly.
Recently I met a problem that all the docs in blog file come into the my docs page. So I tried to add the src field in .doczrc, but I got the error like the following:
The plugin "gatsby-theme-docz" created a page with a component that doesn't exist. Missing component is /Users/myusername/Projects/coolest-library/Button.mdx
I even tried a new repository, the error comes once I add the src field.
I updated all the related dependencies to latest one, but the problem has not been solved, so I guess it could be some binding problem with Docz and Gatsby, so I think here it the right place to ask the problem.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for the starter kit, it works smoothly.
Recently I met a problem that all the docs in blog file come into the my docs page. So I tried to add the
src
field in.doczrc
, but I got the error like the following:I even tried a new repository, the error comes once I add the
src
field.I have checked the
createPage
file ingatsby-theme-docz
, it seems they do not get options from.doczrc
, the related code here: https://github.com/pedronauck/docz/blob/master/core/gatsby-theme-docz/src/node/createPages.js#L28-L37I updated all the related dependencies to latest one, but the problem has not been solved, so I guess it could be some binding problem with Docz and Gatsby, so I think here it the right place to ask the problem.
The text was updated successfully, but these errors were encountered: