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

Side by Side Diff: chrome/common/extensions/docs/template/api_template.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/tabs.html ('k') | chrome/common/extensions/docs/themes.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 <div id="gc-container" class="labs"> 1 <div id="gc-container" class="labs">
2 <div id="devModeWarning"> 2 <div id="devModeWarning">
3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files. 3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files.
4 </div> 4 </div>
5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
6 <!-- In particular, sub-templates that recurse, must be used by allowing 6 <!-- In particular, sub-templates that recurse, must be used by allowing
7 jstemplate to make a copy of the template in this section which 7 jstemplate to make a copy of the template in this section which
8 are not operated on by way of the jsskip="true" --> 8 are not operated on by way of the jsskip="true" -->
9 <div jsskip="true" style="display:none"> 9 <div jsskip="true" style="display:none">
10 10
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 </li> 193 </li>
194 <li id="faq_link"> 194 <li id="faq_link">
195 <a href="faq.html" title="Answers to frequently asked questions abou t Google Chrome Extensions">FAQ</a> 195 <a href="faq.html" title="Answers to frequently asked questions abou t Google Chrome Extensions">FAQ</a>
196 </li> 196 </li>
197 <li id="samples_link"> 197 <li id="samples_link">
198 <a href="samples.html" title="Sample extensions (with source code)"> Samples</a> 198 <a href="samples.html" title="Sample extensions (with source code)"> Samples</a>
199 </li> 199 </li>
200 <li id="group_link"> 200 <li id="group_link">
201 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte nsions" title="Google Chrome Extensions developer forum">Group</a> 201 <a href="http://groups.google.com/a/chromium.org/group/chromium-exte nsions" title="Google Chrome Extensions developer forum">Group</a>
202 </li> 202 </li>
203 <li id="so_link">
204 <a href="http://stackoverflow.com/questions/tagged/google-chrome-ext ension" title="[google-chrome-extension] tag on Stack Overflow">Questions?</a>
205 </li>
203 </ul> 206 </ul>
204 </div> <!-- end gc-topnav --> 207 </div> <!-- end gc-topnav -->
205 208
206 <div class="g-section g-tpl-170"> 209 <div class="g-section g-tpl-170">
207 <!-- SIDENAV --> 210 <!-- SIDENAV -->
208 <div class="g-unit g-first" id="gc-toc" jsdisplay="showSideNav()"> 211 <div class="g-unit g-first" id="gc-toc" jsdisplay="showSideNav()">
209 <ul> 212 <ul>
210 <li><a href="getstarted.html">Getting Started</a></li> 213 <li><a href="getstarted.html">Getting Started</a></li>
211 <li><a href="overview.html">Overview</a></li> 214 <li><a href="overview.html">Overview</a></li>
212 <li><a href="whats_new.html">What's New?</a></li> 215 <li><a href="whats_new.html">What's New?</a></li>
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 _uanchor=1; 543 _uanchor=1;
541 _uff=0; 544 _uff=0;
542 urchinTracker(); 545 urchinTracker();
543 } 546 }
544 catch(e) {/* urchinTracker not available. */} 547 catch(e) {/* urchinTracker not available. */}
545 </script> 548 </script>
546 <!-- end analytics --> 549 <!-- end analytics -->
547 </div> 550 </div>
548 </div> <!-- /gc-footer --> 551 </div> <!-- /gc-footer -->
549 </div> <!-- /gc-container --> 552 </div> <!-- /gc-container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698