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.