aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/BUILD1
-rw-r--r--site/docs/README.md10
2 files changed, 11 insertions, 0 deletions
diff --git a/site/BUILD b/site/BUILD
index ba7fba0f28..52f9da12be 100644
--- a/site/BUILD
+++ b/site/BUILD
@@ -24,6 +24,7 @@ filegroup(
"*.swp",
"command-line-reference-prefix.html",
"command-line-reference-suffix.html",
+ "site/README.md",
],
),
)
diff --git a/site/docs/README.md b/site/docs/README.md
new file mode 100644
index 0000000000..a13f46bf46
--- /dev/null
+++ b/site/docs/README.md
@@ -0,0 +1,10 @@
+# Our documentation is in another directory.
+
+Bazel's documentation is now versioned. This directory contains redirects to
+the latest version of each page.
+
+To make changes to Bazel documentation at HEAD, please edit the files under
+`versions/master`. Once a release is cut, the docs in the `master` directory
+will be snapshotted and copied into a versioned directory for the release.
+
+Happy documenting!