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

Side by Side Diff: chrome/common/extensions/docs/hosting.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, 4 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
« no previous file with comments | « chrome/common/extensions/docs/history.html ('k') | chrome/common/extensions/docs/i18n.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 <a href="#id-anchor">id</a> 266 <a href="#id-anchor">id</a>
267 </li> 267 </li>
268 </ol> 268 </ol>
269 </li> 269 </li>
270 </ol> 270 </ol>
271 </li> 271 </li>
272 </ol> 272 </ol>
273 </div> 273 </div>
274 <!-- /TABLE OF CONTENTS --> 274 <!-- /TABLE OF CONTENTS -->
275 275
276 <!-- Standard content lead-in for experimental API pages -->
277 <p id="classSummary" style="display: none; ">
278 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
279 </p>
280
276 <!-- STATIC CONTENT PLACEHOLDER --> 281 <!-- STATIC CONTENT PLACEHOLDER -->
277 <div id="static"><div id="pageData-name" class="pageData">Hosting</div> 282 <div id="static"><div id="pageData-name" class="pageData">Hosting</div>
278 <div id="pageData-showTOC" class="pageData">true</div> 283 <div id="pageData-showTOC" class="pageData">true</div>
279 284
280 <p> 285 <p>
281 Google provides a free hosting service: the 286 Google provides a free hosting service: the
282 <a href="http://chrome.google.com/extensions">Extensions gallery</a>. 287 <a href="http://chrome.google.com/extensions">Extensions gallery</a>.
283 Another option is hosting your extension on other servers, 288 Another option is hosting your extension on other servers,
284 instead of or in addition to using Google's gallery. 289 instead of or in addition to using Google's gallery.
285 This page gives tips for using the gallery, 290 This page gives tips for using the gallery,
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 _uff=0; 607 _uff=0;
603 urchinTracker(); 608 urchinTracker();
604 } 609 }
605 catch(e) {/* urchinTracker not available. */} 610 catch(e) {/* urchinTracker not available. */}
606 </script> 611 </script>
607 <!-- end analytics --> 612 <!-- end analytics -->
608 </div> 613 </div>
609 </div> <!-- /gc-footer --> 614 </div> <!-- /gc-footer -->
610 </div> <!-- /gc-container --> 615 </div> <!-- /gc-container -->
611 </body></html> 616 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/history.html ('k') | chrome/common/extensions/docs/i18n.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698