-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add next.js to the examples #46
Conversation
Awesome! Just one thing. Could you please run Thank you so much! |
You're welcome. The $ yarn format
yarn run v1.22.5
$ doctoc --update-only --notitle --maxlevel 3 docs/*.md
internal/fs/utils.js:307
throw err;
^
Error: ENOENT: no such file or directory, stat 'docs/*.md'
at Object.statSync (fs.js:1086:3)
at Object.<anonymous> (D:\VScodeProjects\Javascript\twind\node_modules\doctoc\doctoc.js:113:17)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
errno: -4058,
syscall: 'stat',
code: 'ENOENT',
path: 'docs/*.md'
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. |
I have manually added the TOC, hope that suffices for now. |
Thanks for that. I think this works with shell that do expansions Maybe this can be written in a more portable way. I'll look into this. |
Thanks. I have tried running this inside both Git Bash and the Windows Terminal. Both with the same error. Good luck with the UI and happy new year to you 🧨 |
No description provided.