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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/apps.html

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better redirects Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <h1>Packaged Apps</h1> 1 <h1>Packaged Apps</h1>
2 2
3 3
4 <p class="warning"> 4 <p class="warning">
5 <b>Warning: </b> 5 <b>Warning: </b>
6 All content in this doc refers to the legacy version of packaged apps. 6 All content in this doc refers to the legacy version of packaged apps.
7 Your legacy packaged apps will still work, 7 Your legacy packaged apps will still work,
8 but you won't have access to any of the new APIs. 8 but you won't have access to any of the new APIs.
9 Check out the new version of 9 Check out the new version of
10 <a href="/{{branchInfo.current}}/apps/about_apps.html">packaged apps</a>; 10 <a href="/apps/about_apps.html">packaged apps</a>;
11 otherwise, you're missing out! 11 otherwise, you're missing out!
12 </p> 12 </p>
13 13
14 <p> 14 <p>
15 This page talks about packaged apps&mdash;how 15 This page talks about packaged apps&mdash;how
16 you implement them, 16 you implement them,
17 and how they're different from 17 and how they're different from
18 extensions and ordinary web apps. 18 extensions and ordinary web apps.
19 </p> 19 </p>
20 20
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 </p> 168 </p>
169 169
170 <h2 id="next">What next?</h2> 170 <h2 id="next">What next?</h2>
171 171
172 <p> 172 <p>
173 Read the <a href="overview.html">Overview</a> to learn 173 Read the <a href="overview.html">Overview</a> to learn
174 basic concepts about extensions. 174 basic concepts about extensions.
175 </p> 175 </p>
176 176
177 <p class="backtotop"><a href="#top">Back to top</a></p> 177 <p class="backtotop"><a href="#top">Back to top</a></p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698