Fix template loader: return content, not path (#111) * Fix template loader: return content, not path Fixes https://github.com/bazelbuild/rules_nodejs/issues/349 * Fix indentation error.
Skydoc is a documentation generator for Bazel build rules written in Skylark.
Skydoc provides a Skylark rule (skylark_doc) that can be used to build documentation for Skylark rules in either Markdown or HTML. Skydoc generates one documentation page per .bzl file.
NOTE: skylark_library's implementation has moved to Skylib.
