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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
OLDNEW
1 <div id="pageData-name" class="pageData">Hello There!</div> 1 <h1>Hello There!</h1>
2 2
3 <p> 3 <p>
4 This documentation tells you how to write extensions 4 This documentation tells you how to write extensions
5 and packaged apps for the 5 and packaged apps for the
6 <a href="http://www.google.com/chrome">Google Chrome browser</a>. 6 <a href="http://www.google.com/chrome">Google Chrome browser</a>.
7 Because extensions came first, 7 Because extensions came first,
8 the APIs and these docs say <em>extension</em> everywhere. 8 the APIs and these docs say <em>extension</em> everywhere.
9 </p> 9 </p>
10 10
11 <p class="caution"> 11 <p class="caution">
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 that are relevant to the current doc 135 that are relevant to the current doc
136 but haven't been integrated into it yet. 136 but haven't been integrated into it yet.
137 137
138 <p> 138 <p>
139 <strong>Note:</strong> 139 <strong>Note:</strong>
140 The trunk version of the doc is preliminary and might have errors. 140 The trunk version of the doc is preliminary and might have errors.
141 </p> 141 </p>
142 </td> 142 </td>
143 </tr> 143 </tr>
144 </table> 144 </table>
145 </p> 145 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698