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

Is there a way to disable the inclusion of the source code? #67

Closed
arielschiavoni opened this issue Sep 3, 2015 · 3 comments
Closed

Comments

@arielschiavoni
Copy link

Hi there,

I have a use case in which I can't expose the source code to the clients.

I was wondering if there is some way to not include the source files in the documentation. (basically remove the file folder that is part of the output)

If no, could it be achieved with a plugin?

Thanks!

@h13i32maru
Copy link
Member

@arielschiavoni Hi! Thanks for this issue!
I consider way to disable inclusion of the source code.

@h13i32maru
Copy link
Member

I published ESDoc v0.2.5. This version support config.includeSource.
You can config:

{
  ...,
  "includeSource": false
}

see https://esdoc.org/config.html for more information.

@arielschiavoni
Copy link
Author

Wow that was fast :-) !

Thanks!

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

No branches or pull requests

2 participants