Skip to content
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

Hello I'm using this npm package and i'm wondering if there is a way to turn off the "source" tags, you know how there are source below each jsdoc definition how do i turn that off? i have read through the docs and i don't know if i'm blind or something but i just can't find any way to do that #60

Closed
TakenKills opened this issue Mar 25, 2021 · 4 comments

Comments

@TakenKills
Copy link

No description provided.

@ankitskvmdam
Copy link
Owner

Thanks for creating this issue. I saw that currently, we are enforcing to show source code. But we will try to remove this rule in the future release which you can expect soon. After the release, you can use jsdoc config to hide the source code.

@TakenKills
Copy link
Author

Ahh got it thanks for the info

@ankitskvmdam
Copy link
Owner

ankitskvmdam commented Mar 25, 2021

New clean-jsdoc-theme version is released, update to 3.0.10, and then you are able to turn off/hide the source.
You have to update your jsdoc configuration:

templates: {
     default: {
          outputSourceFiles: false
     }
}

for more information visit: configure default template, jsdoc-config

@TakenKills
Copy link
Author

Oh, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants