From f328fde93d308c43eef8d7bd119dd7288de427dc Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 27 Jul 2016 00:12:32 +0000 Subject: Add README to original Bazel docs directory to point developers to the correct directory to make documentation changes. Bug: #579 -- MOS_MIGRATED_REVID=128533607 --- site/docs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 site/docs/README.md (limited to 'site/docs/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! -- cgit v1.2.3