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

Side by Side Diff: chrome/common/extensions/docs/overview.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 <a href="#id-anchor">id</a> 298 <a href="#id-anchor">id</a>
299 </li> 299 </li>
300 </ol> 300 </ol>
301 </li> 301 </li>
302 </ol> 302 </ol>
303 </li> 303 </li>
304 </ol> 304 </ol>
305 </div> 305 </div>
306 <!-- /TABLE OF CONTENTS --> 306 <!-- /TABLE OF CONTENTS -->
307 307
308 <!-- Standard content lead-in for experimental API pages -->
309 <p id="classSummary" style="display: none; ">
310 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
311 </p>
312
308 <!-- STATIC CONTENT PLACEHOLDER --> 313 <!-- STATIC CONTENT PLACEHOLDER -->
309 <div id="static"><div id="pageData-name" class="pageData">Overview</div> 314 <div id="static"><div id="pageData-name" class="pageData">Overview</div>
310 <div id="pageData-showTOC" class="pageData">true</div> 315 <div id="pageData-showTOC" class="pageData">true</div>
311 316
312 <p> 317 <p>
313 Once you've finished this page 318 Once you've finished this page
314 and the 319 and the
315 <a href="getstarted.html">Getting Started</a> tutorial, 320 <a href="getstarted.html">Getting Started</a> tutorial,
316 you'll be all set to start writing extensions. 321 you'll be all set to start writing extensions.
317 </p> 322 </p>
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 _uff=0; 862 _uff=0;
858 urchinTracker(); 863 urchinTracker();
859 } 864 }
860 catch(e) {/* urchinTracker not available. */} 865 catch(e) {/* urchinTracker not available. */}
861 </script> 866 </script>
862 <!-- end analytics --> 867 <!-- end analytics -->
863 </div> 868 </div>
864 </div> <!-- /gc-footer --> 869 </div> <!-- /gc-footer -->
865 </div> <!-- /gc-container --> 870 </div> <!-- /gc-container -->
866 </body></html> 871 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/override.html ('k') | chrome/common/extensions/docs/packaging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698