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

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

Issue 11035015: Merge 159156 - Extensions Docs Server: Fix headings with no IDs (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 years, 3 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/templates/articles/packaging.html
===================================================================
--- chrome/common/extensions/docs/templates/articles/packaging.html (revision 159603)
+++ chrome/common/extensions/docs/templates/articles/packaging.html (working copy)
@@ -31,7 +31,7 @@
</p>
-<h2>Creating a package</h2>
+<h2 id="creating">Creating a package</h2>
<p>To package an extension:</p>
<ol>
@@ -165,7 +165,7 @@
</ol>
-<h2>Packaging at the command line</h2>
+<h2 id="packaging">Packaging at the command line</h2>
<p>
Another way to package extensions
@@ -186,8 +186,8 @@
add <code>--no-message-box</code> to the command.
</p>
-<h2>Package format and scripts</h2>
+<h2 id="format">Package format and scripts</h2>
<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