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> |