bazelbuild / bazelbuild/stardoc
Clarify how to vary `out` filename based on configuration
Open
P4
type: feature request
- Dominant language
- Java
- Stars
- 118
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Custom output requires that the `out` attribute be configurable. E.g.
```
out = select({
"//:xml": "ocaml_archive.xml",
"//conditions:default": "ocaml_archive.md"
}),
```
Contributor guide
Research direction
No file or test is named. Start by finding the documentation for the configurable `out` attribute and the `select` example; done means the docs clearly explain how to vary the output filename by configuration and include the shown XML/Markdown case.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100