OLD | NEW |
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> |
OLD | NEW |