Skip to content

docs: clarify Java API selector requirements in pipeline-commands - #79

Merged
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-clarify-java-api-selector-requirements-in-pip-cf604c
Jul 17, 2026
Merged

docs: clarify Java API selector requirements in pipeline-commands#79
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-clarify-java-api-selector-requirements-in-pip-cf604c

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

The doc set filtering section implied all sets accept 'IDs or paths', but
Java API sets only accept the canonical relative mirror path (e.g.,
'java/java21-complete'), not hyphenated ID forms like 'java21-complete'.
Non-Java sets continue to accept both forms.

Example wrong turn: An agent might try '--doc-sets=java21-complete'
(mimicking the non-Java ID pattern 'spring-boot-complete'), which would
fail silently for Java API sets.

Introduced by commit b95c521 (@WilliamAGH, #77)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJuly 14, 2026 16:22
@WilliamAGH
WilliamAGH merged commit 79fef09 into devJul 17, 2026
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@WilliamAGH