Markdown files often want to reference code. By running the language-specific docgen tools, the documentation depgraph can express that a markdown file "depends" on the output of some other actions, which could be individual code API docs, or a directory tree.
I think rules_lint has shown a good pattern for "run tools in all language ecosystems" without incurring much extra complexity in the repo.
Markdown files often want to reference code. By running the language-specific docgen tools, the documentation depgraph can express that a markdown file "depends" on the output of some other actions, which could be individual code API docs, or a directory tree.
I think rules_lint has shown a good pattern for "run tools in all language ecosystems" without incurring much extra complexity in the repo.