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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/tutorials.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: script/build.py fixes Created 8 years, 5 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
Index: chrome/common/extensions/docs/server2/templates/articles/tutorials.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/tutorials.html b/chrome/common/extensions/docs/server2/templates/articles/tutorials.html
new file mode 100644
index 0000000000000000000000000000000000000000..35ca7812339915b168ffd35d85a1ddb628835ee6
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/templates/articles/tutorials.html
@@ -0,0 +1,25 @@
+<h1 class="page_title">Tutorials</h1>
+<p>
+Follow these to get started
+developing Google Chrome Extensions:
+</p>
+<ul>
+ <li> <a href="getstarted.html">Getting Started</a> </li>
+ <li> <a href="tut_debugging.html">Debugging</a> </li>
+</ul>
+<p>
+The remaining tutorials cover
+more specialized topics:
+</p>
+<ul>
+ <li> <a href="tut_analytics.html">Google Analytics</a> -
+ Track the usage of your extension.
+ </li>
+ <li> <a href="tut_oauth.html">OAuth</a> -
+ Learn how your extension can use APIs
+ (such as <a href="http://code.google.com/apis/gdata/">Google Data APIs</a>)
+ that support OAuth.
+ This tutorial features an OAuth library
+ that you can reuse in your extension.
+ </li>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698