mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6d39551f53
Adds build rules for "artificially" generating `DocEntry` collections for block and element APIs. The two rules are very similar, but _just_ different enough that it's worth having two separate implementations. PR Close #52480
7 lines
163 B
Python
7 lines
163 B
Python
load("//tools/manual_api_docs:generate_block_api_json.bzl", "generate_block_api_json")
|
|
|
|
generate_block_api_json(
|
|
name = "blocks",
|
|
srcs = glob(["*.md"]),
|
|
)
|