aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2022-12-16 13:10:13 -0500
committerGitHub <noreply@github.com>2022-12-16 13:10:13 -0500
commit989ccbf8d64556d248b10d8797951bd03a9ea326 (patch)
tree84e6c5bdd765d3a42e86b7d74c4aebc01ddcd091
parent7a977d270f554114784c1eec7a5ef0f5aa92be02 (diff)
parent50a911beef394976c061a3066304fef256f64be9 (diff)
downloadbazelbuild-rules_license-989ccbf8d64556d248b10d8797951bd03a9ea326.tar.gz
Merge pull request #66 from aiuto/doc2
Add missing docs glue. This usually takes several iterations just to turn on. None of this is executable, or part of the distribution builds, so I am force submitting.
-rw-r--r--docs/_config.yml1
-rw-r--r--docs/_includes/head-custom.html6
-rw-r--r--docs/_includes/head.html2
-rwxr-xr-xdocs/favicon.icobin0 -> 5430 bytes
-rw-r--r--docs/index.md9
5 files changed, 18 insertions, 0 deletions
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 @@
+<!-- _includes/head-custom.html -->
+<meta charset="utf-8">
+<link rel="shortcut icon" type="image/x-icon" href="/rules_license/favicon.ico">
+<!-- Setup Google Analytics below -->
+
+<!-- end custom head snippets -->
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 @@
+<!-- _inclues/head.html -->
+<meta charset="utf-8">
diff --git a/docs/favicon.ico b/docs/favicon.ico
new file mode 100755
index 0000000..507f14f
--- /dev/null
+++ b/docs/favicon.ico
Binary files 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)