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

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

Issue 8510074: Updated docs to link to Stack Overflow as a support channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now pointing to Stack Overflow as an official support channel. Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/devguide.html ('k') | chrome/common/extensions/docs/events.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 </li> 192 </li>
193 <li id="faq_link"> 193 <li id="faq_link">
194 <a href="faq.html" title="Answers to frequently asked questions abou t Google Chrome Extensions">FAQ</a> 194 <a href="faq.html" title="Answers to frequently asked questions abou t Google Chrome Extensions">FAQ</a>
195 </li> 195 </li>
196 <li id="samples_link"> 196 <li id="samples_link">
197 <a href="samples.html" title="Sample extensions (with source code)"> Samples</a> 197 <a href="samples.html" title="Sample extensions (with source code)"> Samples</a>
198 </li> 198 </li>
199 <li id="group_link"> 199 <li id="group_link">
200 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte nsions" title="Google Chrome Extensions developer forum">Group</a> 200 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte nsions" title="Google Chrome Extensions developer forum">Group</a>
201 </li> 201 </li>
202 <li id="so_link">
203 <a href="http://stackoverflow.com/questions/tagged/google-chrome-ext ension" title="[google-chrome-extension] tag on Stack Overflow">Questions?</a>
204 </li>
202 </ul> 205 </ul>
203 </div> <!-- end gc-topnav --> 206 </div> <!-- end gc-topnav -->
204 207
205 <div class="g-section g-tpl-170"> 208 <div class="g-section g-tpl-170">
206 <!-- SIDENAV --> 209 <!-- SIDENAV -->
207 <div class="g-unit g-first" id="gc-toc"> 210 <div class="g-unit g-first" id="gc-toc">
208 <ul> 211 <ul>
209 <li><a href="getstarted.html">Getting Started</a></li> 212 <li><a href="getstarted.html">Getting Started</a></li>
210 <li><a href="overview.html">Overview</a></li> 213 <li><a href="overview.html">Overview</a></li>
211 <li><a href="whats_new.html">What's New?</a></li> 214 <li><a href="whats_new.html">What's New?</a></li>
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 </p> 365 </p>
363 366
364 <ul> 367 <ul>
365 <li> 368 <li>
366 <a href="devguide.html">Developer's Guide</a> 369 <a href="devguide.html">Developer's Guide</a>
367 </li> 370 </li>
368 <li> 371 <li>
369 <a href="samples.html">Samples</a> 372 <a href="samples.html">Samples</a>
370 </li> 373 </li>
371 <li> 374 <li>
375 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension"> Stack Overflow [google-chrome-extension] tag</a>
376 </li>
377 <li>
372 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions"> Group: chromium-extensions</a> 378 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions"> Group: chromium-extensions</a>
373 </li> 379 </li>
374 <li> 380 <li>
375 <a href="http://chrome.google.com/webstore">Chrome Web Store</a> 381 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>
376 </li> 382 </li>
377 <li> 383 <li>
378 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store 384 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store
379 developer documentation</a> 385 developer documentation</a>
380 </li> 386 </li>
381 </ul> 387 </ul>
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 _uff=0; 680 _uff=0;
675 urchinTracker(); 681 urchinTracker();
676 } 682 }
677 catch(e) {/* urchinTracker not available. */} 683 catch(e) {/* urchinTracker not available. */}
678 </script> 684 </script>
679 <!-- end analytics --> 685 <!-- end analytics -->
680 </div> 686 </div>
681 </div> <!-- /gc-footer --> 687 </div> <!-- /gc-footer -->
682 </div> <!-- /gc-container --> 688 </div> <!-- /gc-container -->
683 </body></html> 689 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/devguide.html ('k') | chrome/common/extensions/docs/events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698