doczjs / docz

✍ It has never been so easy to document your things!
https://docz.site
MIT License
23.55k stars 1.45k forks source link

gh repo clone github/docs #1715

Closed lovedove88 closed 2 years ago

lovedove88 commented 2 years ago

Bug Report

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Please try to build a small repo with a repro of your problem and provide a link to it.

Doing that allows more people to quickly help you.

If you can't provide a repo then provide clear steps describing how to reproduce the issue.

  1. create-docz-app my-docz-app && cd my-docz-app
  2. Change src/index.mdx to
### Some mdx content

<IDontExist />
  1. Run npm run docz dev
  2. See error in browser
FOR BUGS: Insert debug trace

Expected behavior

A clear and concise description of what you expected to happen..

Environment

Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain. @ambar

lovedove88 commented 2 years ago

gh repo clone github/docs