Skip to content

Commit c1a681d

Browse files
committed
doc(index.html): change the order of elements in the navbar
Users often don't see Tutorial and go straight to crappy Dev Guide, changing the order should help find them right content in the right order.
1 parent f4df421 commit c1a681d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545

4646
<ul id="navbar">
4747
<li><a href="http://angularjs.org/">AngularJS</a></li>
48-
<li><a href="#!/guide" ng:class="selectedSection('guide')">Developer Guide</a></li>
49-
<li><a href="#!/api" ng:class="selectedSection('api')">API Reference</a></li>
50-
<li><a href="#!/cookbook" ng:class="selectedSection('cookbook')">Examples</a></li>
5148
<li><a href="#!/misc/started" ng:class="selectedSection('misc')">Getting Started</a></li>
5249
<li><a href="#!/tutorial" ng:class="selectedSection('tutorial')">Tutorial</a></li>
50+
<li><a href="#!/api" ng:class="selectedSection('api')">API Reference</a></li>
51+
<li><a href="#!/cookbook" ng:class="selectedSection('cookbook')">Examples</a></li>
52+
<li><a href="#!/guide" ng:class="selectedSection('guide')">Developer Guide</a></li>
5353
</ul>
5454

5555
<div id="sidebar">

0 commit comments

Comments
 (0)