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.
1 file changed
tree: ea9f5b0fb3d67ed7458bc462a5846618ae7ba2c6
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. test/
  6. .gitignore
  7. AUTHORS
  8. BUILD
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. LICENSE
  12. README.md
  13. serve-docs.sh
  14. skydoc-screenshot.png
  15. WORKSPACE
README.md

Skydoc - Skylark Documentation Generator

Build status

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.

A screenshot of Skydoc generated HTML documentation

Get Started

About Skydoc