Brightspace / rules_csharp

Bazel rules for C#
Apache License 2.0
8 stars 5 forks source link

Replace docs API with subset of rules #123

Closed jrbeverly closed 4 years ago

jrbeverly commented 4 years ago

This PR removes the custom API for stardoc, instead using symbol_names to specify a subset of rules that we want documentation for.

defs.for_docs.bzl was a workaround to resolve issues with either the rules or the stardoc implementation. The blockers for using symbol_names have now been resolved, and this can be simplified to just a set of rule names.

jrbeverly commented 4 years ago

I have switched the branch protections back to using the PR checks 🐉