-
Notifications
You must be signed in to change notification settings - Fork 255
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
apiage: add links to documentation #592
Comments
Preview APIs don't have docs and deprecated APIs should not be used, so I would vote for not doing that. |
At one point I was looking into how we could generate our own static docs and use that to supplement the online docs. Unfortunately, while there is some existing tooling to do so it appeared unmaintained and there doesn't seem to be a lot of interest in that approach currently. That said I haven't completely given up on the idea. |
I second that.
Hm.. let's just close it for now. |
I had meant to add hyperlinks to the "official" go docs for go ceph when our tool generates the markdown table of deprecated and preview APIs. But I never got around to it. It should be straightforward use of the pkg name and
[<type>.]>func>
after the anchor (#
)`.The text was updated successfully, but these errors were encountered: