From 50a911beef394976c061a3066304fef256f64be9 Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Fri, 16 Dec 2022 13:06:56 -0500 Subject: add missing docs glue --- docs/_config.yml | 1 + docs/_includes/head-custom.html | 6 ++++++ docs/_includes/head.html | 2 ++ docs/favicon.ico | Bin 0 -> 5430 bytes docs/index.md | 9 +++++++++ 5 files changed, 18 insertions(+) create mode 100644 docs/_config.yml create mode 100644 docs/_includes/head-custom.html create mode 100644 docs/_includes/head.html create mode 100755 docs/favicon.ico create mode 100644 docs/index.md diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/docs/_includes/head-custom.html b/docs/_includes/head-custom.html new file mode 100644 index 0000000..f1e4106 --- /dev/null +++ b/docs/_includes/head-custom.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 0000000..52e6032 --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,2 @@ + + diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100755 index 0000000..507f14f Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..a2f7596 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,9 @@ +# bazelbuild/rules_license + +Bazel rules for defining and using package licensing and other metadata + +Use bazel-ssc@bazel.build for discussion. + +## Reference + +* [Latest Snapshot at head](latest.md) -- cgit v1.2.3