add stylesheet metadata to site markdown (#130)

* add stylesheet metadata to site markdown

* remove accidental close paren in workspace docs

* fix and update contributing.html and roadmap.html
12 files changed
tree: f3e8f4e50237cb40c499f5acfb4b1f85b56a4756
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. stardoc/
  6. test/
  7. .gitignore
  8. AUTHORS
  9. BUILD
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. LICENSE
  13. README.md
  14. serve-docs.sh
  15. setup.bzl
  16. skydoc-screenshot.png
  17. 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