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

Fix to correctly create references for config documentation provider implementations #9523

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

tomas-langer
Copy link
Member

Resolves #9522

The reference documentation failed to link to implementations as we no longer have the documents persistent, and we only checked against the config type (such as AccessLogFeatureConfig) and not the actual type (such as AccessLogFeature).
The update checks both, and it should now work regardless of generation ordering.

@tomas-langer tomas-langer added bug Something isn't working docs labels Nov 21, 2024
@tomas-langer tomas-langer self-assigned this Nov 21, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 21, 2024
@barchetta barchetta mentioned this pull request Nov 21, 2024
8 tasks
@romain-grecourt romain-grecourt merged commit 76081aa into helidon-io:main Nov 21, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x: Config reference documentation missing links
3 participants