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

Unified Diff: native_client_sdk/src/doc/quick-start.rst

Issue 23835002: [NaCl docs] Initial commit of the new docs infrastructure into Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ignore Sphinx-y code in presubmit Created 7 years, 4 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 | « native_client_sdk/src/doc/overview.rst ('k') | native_client_sdk/src/doc/rest-devsite-examples.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/quick-start.rst
diff --git a/native_client_sdk/src/doc/quick-start.rst b/native_client_sdk/src/doc/quick-start.rst
new file mode 100644
index 0000000000000000000000000000000000000000..51734f28730171267a50fc733d0a771572a1c139
--- /dev/null
+++ b/native_client_sdk/src/doc/quick-start.rst
@@ -0,0 +1,27 @@
+.. _quick-start:
+
+###########
+Quick-start
+###########
+
+To get started with Native Client:
+
+1. Read the :doc:`Technical Overview <overview>` to understand how a Native
+ Client application is structured and to get a feel for what you need to do
+ to port existing code.
+2. Play with some of the applications in the `Application Gallery
+ <https://developers.google.com/native-client/community/application-gallery>`_
+ to see what others have done so far.
+3. Download the :doc:`Native Client SDK <sdk/download>`.
+4. Go through the `Getting Started Tutorial
+ <https://developers.google.com/native-client/devguide/tutorial>`_. The
+ tutorial walks you through how to get Native Client set up for the first
+ time and check for browser version compatibility.
+5. Take a look through some of the applications in the ``pepper_28/examples/``
+ directory in the SDK. You can learn how to build and run the applications
+ on the `Running the SDK Examples page
+ <https://developers.google.com/native-client/sdk/sdk-examples>`_.
+6. Browse through the `Developer's Guide
+ <https://developers.google.com/native-client/devguide>`_ and the `Pepper
+ API <https://developers.google.com/native-client/peppercpp/>`_ reference
+ documentation.
« no previous file with comments | « native_client_sdk/src/doc/overview.rst ('k') | native_client_sdk/src/doc/rest-devsite-examples.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698