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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/packaging.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/packaging.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/packaging.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/articles/packaging.html (working copy)
@@ -1,6 +1,6 @@
-<div id="pageData-name" class="pageData">Packaging</div>
-<div id="pageData-showTOC" class="pageData">true</div>
+<h1>Packaging</h1>
+
<p>
This page describes how to package your extension.
As the <a href="overview.html">Overview</a> explains,
@@ -89,7 +89,7 @@
the <code>.crx</code> and <code>.pem</code> files:</p>
</p>
-<img src="../images/package-success.gif"
+<img src="{{static}}/images/package-success.gif"
width="554" height="208" />
@@ -131,7 +131,7 @@
<p>If the updated extension is successfully packaged, you'll see a dialog like this:</p>
-<img src="../images/update-success.gif"
+<img src="{{static}}/images/update-success.gif"
width="298" height="160" />
@@ -190,4 +190,4 @@
<p>
For more information on the format, as well as pointers to scripts you can use
to create <code>.crx</code> files, see <a href="crx.html">CRX Package Format</a>.
-</p>
+</p>

Powered by Google App Engine
This is Rietveld 408576698