Skip to content

Commit 233ef8b

Browse files
committed
Alphanumeric ordering ✨ for General navigation section and summary page.
1 parent d488641 commit 233ef8b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

content/v3/general.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ title: General | GitHub API
66

77
The General APIs provide access to top level GitHub resources and info.
88

9-
## Meta
10-
11-
The Meta API gives some information about GitHub.com, the service.
12-
13-
## Rate Limit
9+
## Emojis
1410

15-
The Rate Limit API lets you check your current rate limit status at any time.
11+
The Emojis API lets you list all the emojis available to use on GitHub.
1612

1713
## Gitignore
1814

@@ -22,6 +18,10 @@ The Gitignore API gives you access to the available gitignore templates.
2218

2319
The Markdown API lets you render Markdown documents.
2420

25-
## Emojis
21+
## Meta
2622

27-
The Emojis API lets you list all the emojis available to use on GitHub.
23+
The Meta API gives some information about GitHub.com, the service.
24+
25+
## Rate Limit
26+
27+
The Rate Limit API lets you check your current rate limit status at any time.

layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Gui
6363
<li class="js-topic">
6464
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/general/">General</a></h3>
6565
<ul class="js-guides">
66-
<li><a href="/v3/meta/">Meta</a></li>
67-
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
66+
<li><a href="/v3/emojis/">Emojis</a></li>
6867
<li><a href="/v3/gitignore/">Gitignore</a></li>
6968
<li><a href="/v3/markdown/">Markdown</a></li>
70-
<li><a href="/v3/emojis/">Emojis</a></li>
69+
<li><a href="/v3/meta/">Meta</a></li>
70+
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
7171
</ul>
7272
</li>
7373
<li class="js-topic">

0 commit comments

Comments
 (0)