-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Apidocs are not being built correctly #1299
Comments
I'd be also ok with closing this issue if we repurpose #1171 to also address similar issues for other packages as well |
Cross posting the comment from #1908 (comment) that there are 2 more issues in apidocs:
|
Fixed. See http://apidocs.loopback.io/@loopback%2fdocs/authentication.html#AuthenticationBindings
Fixed. See http://apidocs.loopback.io/@loopback%2fdocs/authentication.html#StrategyAdapter.
No more
TBD. |
|
@raymondfeng the links above don't exist any more. Do you mean the "request" and "response" type in the handlerContext? |
@hacksparrow , i believe you had investigated a bit on the outstanding items. Any updates on this? Thanks. |
Talked to @raymondfeng, the "Request" and "Response" type are imported from Express but our generated apidocs have dangling links. It's a nice-to-have to fix it, but not critical. This task covers a few issues where the critical ones are fixed. I'm closing this as done and open a new issue for this nice-to-have issue, so that we get the right priority for the task. |
Description / Steps to reproduce / Feature proposal
Plenty of documentation in our apidocs is broken at the moment. Taking
authentication
for example:AuthenticationBindings
StrategyAdapter
constructor are not generatedPassportRequest
are not generated, although the sidebar entry is@description
and@example
(aboveAuthenticateActionProvider
) are not honoredWe should keep this issue open to address the apidocs-generation issue as a whole. Here's what I think should be done:
IMO, this should replace #1171
UPDATED (11/27)
From the 4 problems listed in the original description, 2 are already fixed.
Acceptance Criteria
docs for PassportRequest are not generated, although the sidebar entry is
@description and @example (above AuthenticateActionProvider) are not honored
See Reporting Issues for more tips on writing good issues
The text was updated successfully, but these errors were encountered: