Index: chrome/common/extensions/docs/server2/templates/articles/options.html |
=================================================================== |
--- chrome/common/extensions/docs/server2/templates/articles/options.html (revision 150606) |
+++ chrome/common/extensions/docs/server2/templates/articles/options.html (working copy) |
@@ -1,5 +1,5 @@ |
-<div id="pageData-name" class="pageData">Options</div> |
-<div id="pageData-showTOC" class="pageData">true</div> |
+<h1>Options</h1> |
+ |
<p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page. |
<h2>Step 1: Declare your options page in the manifest</h2> |
@@ -76,4 +76,4 @@ |
<h2>Important notes</h2> |
<ul> |
<li>We plan on providing some default css styles to encourage a consistent look across different extensions' options pages. You can star <a href="http://crbug.com/25317">crbug.com/25317</a> to be notified of updates.</li> |
-</ul> |
+</ul> |