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

Should there be entryPoints according to typedoc? #40

Closed
rprashanth-lenovo opened this issue Jun 3, 2021 · 6 comments
Closed

Should there be entryPoints according to typedoc? #40

rprashanth-lenovo opened this issue Jun 3, 2021 · 6 comments

Comments

@rprashanth-lenovo
Copy link

According to the typedoc 0.20.36 version, I think the app.bootstrap() should have an entryPoints option like below

app.bootstrap({
// typedoc options here
entryPoints: ["src/index.ts"],
});

Currently with the latest gulp-typedoc version and with the below code
this.gulp.src(["./source/**/*.ts"])
.pipe(typedoc({out: "typedoc/",
hideGenerator: true,
name: "test"}));

The output is not generated as expected. It just renders with empty HTML.
image

@rogierschouten
Copy link
Owner

Would you be willing to submit a PR? I have not used this package for years myself and I have less and less time to maintain it for others tbh. Please let me know and I will do my best with a quick merge.

@rprashanth-lenovo
Copy link
Author

Sure. I can push the changes. Can you give permissions for me to create pull requests? Currently, it shows
remote: Permission to rogierschouten/gulp-typedoc.git denied to robinprashanth. fatal: unable to access 'https://github.com/rogierschouten/gulp-typedoc.git/': The requested URL returned error: 403

@rogierschouten
Copy link
Owner

rogierschouten commented Jun 4, 2021

Are you sure you are authenticated with GitHub?
I have no settings that limit making PRs. Can you click the green 'New PR' button here: https://github.com/rogierschouten/gulp-typedoc/pulls ?

@rogierschouten
Copy link
Owner

You are forking the repo and then making a PR, right?

@robinprashanth
Copy link
Contributor

@rogierschouten Sorry I was having issues on my machine. Now I have created PR for the same https://github.com/rogierschouten/gulp-typedoc/pull/41/files. Review when you get time.

@rogierschouten
Copy link
Owner

Solution published as v3.0.1. Thank you!

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

3 participants