[src/doc] Add README.md
authorBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 01:33:22 +0000 (18:33 -0700)
committerBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 01:33:32 +0000 (18:33 -0700)
src/doc/README.md [new file with mode: 0644]

diff --git a/src/doc/README.md b/src/doc/README.md
new file mode 100644 (file)
index 0000000..e68b5ca
--- /dev/null
@@ -0,0 +1,6 @@
+# Cargo Documentation
+
+NOTE: Cargo documentation is under migration to mdBook-based structure. All the
+`*.md` files here shall be kept in sync with the `*.md` files under `book/src/`.
+See `MIGRATION_MAP` file here and <https://github.com/rust-lang/cargo/pull/4453>
+for details.