This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Md

Md rules

1 - al_md_data

al_md_data

load("@com_alwaldend_src//bzl/rules/md: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

2 - Bazel targets

NameInfo
al_md_data
locationbzl/rules/md/BUILD.bazel:11:19
name//bzl/rules/md:al_md_data
ruleClassbzl_library
visibility
  • //visibility:public
al_md_data.stardoc
locationbzl/rules/md/BUILD.bazel:11:19
name//bzl/rules/md:al_md_data.stardoc
ruleClassgenrule
ruleOutput
  • //bzl/rules/md:al_md_data.stardoc.md
visibility
  • //visibility:private
al_md_data.stardoc_raw
locationbzl/rules/md/BUILD.bazel:11:19
name//bzl/rules/md:al_md_data.stardoc_raw
ruleClassstardoc_markdown_renderer
ruleOutput
  • //bzl/rules/md:al_md_data.stardoc_raw.md
visibility
  • //visibility:private
al_md_data.stardoc_raw.extract
locationbzl/rules/md/BUILD.bazel:11:19
name//bzl/rules/md:al_md_data.stardoc_raw.extract
ruleClassstarlark_doc_extract
ruleOutput
  • //bzl/rules/md:al_md_data.stardoc_raw.extract.binaryproto
  • //bzl/rules/md:al_md_data.stardoc_raw.extract.textproto
visibility
  • //visibility:private
changelog
locationbzl/rules/md/BUILD.bazel:6:17
name//bzl/rules/md:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationbzl/rules/md/BUILD.bazel:6:17
name//bzl/rules/md:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //bzl/rules/md:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationbzl/rules/md/BUILD.bazel:6:17
name//bzl/rules/md:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //bzl/rules/md:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationbzl/rules/md/BUILD.bazel:6:17
name//bzl/rules/md:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationbzl/rules/md/BUILD.bazel:6:17
name//bzl/rules/md:changelog.template
ruleClass_write_file
ruleOutput
  • //bzl/rules/md:changelog.template.md
visibility
  • //visibility:private
libs
locationbzl/rules/md/BUILD.bazel:11:19
name//bzl/rules/md:libs
ruleClassbzl_library
visibility
  • //visibility:public
libs.stardoc
locationbzl/rules/md/BUILD.bazel:11:19
name//bzl/rules/md:libs.stardoc
ruleClasspkg_filegroup
visibility
  • //visibility:public
libs.stardoc_src
locationbzl/rules/md/BUILD.bazel:11:19
name//bzl/rules/md:libs.stardoc_src
ruleClasspkg_files
visibility
  • //visibility:private
readme
locationbzl/rules/md/BUILD.bazel:19:10
name//bzl/rules/md:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationbzl/rules/md/BUILD.bazel:19:10
name//bzl/rules/md:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationbzl/rules/md/BUILD.bazel:19:10
name//bzl/rules/md:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public

3 - Changelog

  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Move md rules to bzl/rules/md (5f04d3)