From: Behnam Esfahbod Date: Thu, 31 Aug 2017 01:33:22 +0000 (-0700) Subject: [src/doc] Add README.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~71^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ec25b8b4501a6021f163a07ab19afc9c1660f28e;p=cargo.git [src/doc] Add README.md --- diff --git a/src/doc/README.md b/src/doc/README.md new file mode 100644 index 000000000..e68b5ca60 --- /dev/null +++ b/src/doc/README.md @@ -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 +for details.