-
Notifications
You must be signed in to change notification settings - Fork 28
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
How to generate docs for project only? #9
Comments
It is easy to only show docs of the current project only (without dependency package docs) in the starting page. If you mean to avoid generating docs of the dependency packages totally, there are some difficulties to achieve this. |
Thanks, @go101! The latter is what I had in mind (to match what |
How to do this? |
A new option |
Thanks! |
add a "wdpkgs-listing" cli option for #9 (comment)
A |
Can the imported packages be removed if |
@vultbot |
How to restrict
golds
to generate the HTML docs for just the current project?$ ls -Altr total 96 -rw-r--r-- 1 user wheel 22B Dec 30 15:17 .gitignore -rw-r--r-- 1 user wheel 1.1K Dec 30 15:17 LICENSE -rw-r--r-- 1 user wheel 10K Dec 30 15:17 README.md -rw-r--r-- 1 user wheel 12K Dec 30 15:17 TODO.md drwxr-xr-x 8 user wheel 256B Dec 30 15:17 code/ -rw-r--r-- 1 user wheel 126B Dec 30 15:17 go.mod -rw-r--r-- 1 user wheel 2.7K Dec 30 15:17 go.sum drwxr-xr-x 3 user wheel 96B Dec 30 15:17 gocore/ drwxr-xr-x 3 user wheel 96B Dec 30 15:17 godoge/ drwxr-xr-x 3 user wheel 96B Dec 30 15:17 gold/ drwxr-xr-x 6 user wheel 192B Dec 30 15:17 internal/ -rw-r--r-- 1 user wheel 85B Dec 30 15:17 main.go drwxr-xr-x 12 user wheel 384B Dec 30 15:17 .git/ $ golds -emphasize-wdpkgs -compact -gen -dir=.generated . ...
The text was updated successfully, but these errors were encountered: