Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2615)

Unified Diff: docs/intro/intro.md

Issue 1751233002: Start writing some docs, in particular, an "intro to Mojo". (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/intro/handles.md ('k') | docs/intro/layers.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/intro/intro.md
diff --git a/docs/intro/intro.md b/docs/intro/intro.md
new file mode 100644
index 0000000000000000000000000000000000000000..ac5d8b984fdda1732d056d4ad560c2c0895bf1a1
--- /dev/null
+++ b/docs/intro/intro.md
@@ -0,0 +1,11 @@
+# Introduction to Mojo
+
+This is a high-level introduction to Mojo, and tries to explain its most
+important aspects.
+
+* [What is Mojo?](what_is_mojo.md)
+* [Layers](layers.md)
+* [Mojo programs](programs.md)
+* [Mojo handles (objects)](handles.md)
+* [Message pipes](message_pipes.md)
+* [Mojom (the Mojo IDL)](mojom.md)
« no previous file with comments | « docs/intro/handles.md ('k') | docs/intro/layers.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698