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

Side by Side Diff: app/views/site_map.mustache

Issue 162403002: Remove docs and point to ones on dartlang.org. (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Fit in 80 columns. Created 6 years, 10 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 | « app/views/packages/show.mustache ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{! Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 {{! Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 for details. All rights reserved. Use of this source code is governed by a 2 for details. All rights reserved. Use of this source code is governed by a
3 BSD-style license that can be found in the LICENSE file. }} 3 BSD-style license that can be found in the LICENSE file. }}
4 4
5 <h1>Site Map</h1> 5 <h1>Site Map</h1>
6 6
7 <ul class="site-map"> 7 <ul class="site-map">
8 <li><a href="/packages">Browse Packages</a></li> 8 <li><a href="/packages">Browse Packages</a></li>
9 <li>
10 Documentation
11 <ul>
12 <li><a href="/doc">Getting Started</a></li>
13 <li><a href="/doc/pubspec.html">Pubspec Format</a></li>
14 <li><a href="/doc/package-layout.html">Package Layout Conventions</a></li>
15 <li><a href="/doc/glossary.html">Glossary</a></li>
16 <li><a href="/doc/versioning.html">Versioning Philosophy</a></li>
17 <li>
18 <a href="/doc/pub-install.html"><code>pub install</code> Command</a>
19 </li>
20 <li>
21 <a href="/doc/pub-update.html"><code>pub update</code> Command</a>
22 </li>
23 </ul>
24 </li>
25 </ul> 9 </ul>
OLDNEW
« no previous file with comments | « app/views/packages/show.mustache ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698