This is the multi-page printable view of this section. Click here to print.
Bzl
Bazel code
- 1: al_md_data
1 - al_md_data
al_md_data
load("@com_alwaldend_src//tools/md/main/bzl:al_md_data.bzl", "al_md_data")
al_md_data(name, srcs, deps, **kwargs)
Markdown data backed by a filegroup
Targets:
- ${name}: filegroup
PARAMETERS
| Name | Description | Default Value |
|---|---|---|
| name | filegroup name | none |
| srcs | markdown files | none |
| deps | deps | [] |
| kwargs | filegroup kwargs | none |