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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/common/extensions/docs/server2/templates/articles/first_app.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/first_app.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/articles/first_app.html (working copy)
@@ -1,7 +1,7 @@
<meta name="doc-family" content="apps">
-<div id="pageData-name" class="pageData">Create Your First App</div>
-<div id="pageData-showTOC" class="pageData">true</div>
+<h1>Create Your First App</h1>
+
<p>
This tutorial walks you through creating your first packaged app.
Packaged apps are structured similarly to extensions
@@ -114,8 +114,8 @@
</p>
<ul>
- <li><a href="../images/calculator-16.png">calculator-16.png</a></li>
- <li><a href="../images/calculator-128.png">calculator-128.png</a></li>
+ <li><a href="{{static}}/images/calculator-16.png">calculator-16.png</a></li>
+ <li><a href="{{static}}/images/calculator-128.png">calculator-128.png</a></li>
</ul>
<h2 id="five">Step 5: Launch your app</h2>
@@ -141,7 +141,7 @@
To load your app,
bring up the apps and extensions management page
by clicking the wrench icon
-<img src="../images/toolsmenu.gif" width="29" height="29" alt=""
+<img src="{{static}}/images/toolsmenu.gif" width="29" height="29" alt=""
style="margin-top:0" />
and choosing <b>Tools > Extensions</b>.
</p>
@@ -165,5 +165,4 @@
and click on your new app icon.
</p>
-<p class="backtotop"><a href="#top">Back to top</a></p>
-
+<p class="backtotop"><a href="#top">Back to top</a></p>

Powered by Google App Engine
This is Rietveld 408576698