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

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

Issue 10993029: Extensions Docs Server: Fix headings with no IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more descriptive ids 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
diff --git a/chrome/common/extensions/docs/templates/articles/packaging.html b/chrome/common/extensions/docs/templates/articles/packaging.html
index 7e47f194376327fc7119e5141dfd2fb6792e0452..4a6b4aaa04357b6cc367cd651b75076998ba4db0 100644
--- a/chrome/common/extensions/docs/templates/articles/packaging.html
+++ b/chrome/common/extensions/docs/templates/articles/packaging.html
@@ -33,7 +33,7 @@ your extensions!
</p>
-<h2>Creating a package</h2>
+<h2 id="creating">Creating a package</h2>
<p>To package an extension:</p>
<ol>
@@ -167,7 +167,7 @@ follow these steps:
</ol>
-<h2>Packaging at the command line</h2>
+<h2 id="packaging">Packaging at the command line</h2>
<p>
Another way to package extensions
@@ -188,8 +188,8 @@ To suppress the dialog,
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