Index: docs/README.md |
diff --git a/docs/README.md b/docs/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..597fdbe90e0d63354abb825a349d03d274d08600 |
--- /dev/null |
+++ b/docs/README.md |
@@ -0,0 +1,13 @@ |
+# Documents |
+ |
+This directory (tree) contains documentation about Mojo. |
+ |
+* [Introduction to Mojo](intro/intro.md) |
+ |
+## Notes |
+ |
+Documentation under this directory should be in Markdown whenever possible. It |
+should generally adhere to the [Google documentation |
+guide](https://github.com/google/styleguide/tree/gh-pages/docguide), including |
+in particular the [Markdown style |
+guide](https://github.com/google/styleguide/blob/gh-pages/docguide/style.md). |