bazelbuild / bazelbuild/stardoc

Clarify how to vary `out` filename based on configuration

Open
#87 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.