Skip to content

Commit 21d5502

Browse files
committed
Merge pull request github#705 from sm11963/fix-activity-api-order
Fixed ordering of Activity API overview headers
2 parents 97af233 + 529b608 commit 21d5502

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

content/v3/activity.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ title: Activity | GitHub API
66
Serving up the 'social' in Social Coding, the Activity APIs provide access to
77
notifications, subscriptions, and timelines.
88

9+
## [Events][]
10+
11+
The [Events API][Events] is a read-only interface to all the [event
12+
types][types] that power the various activity streams on GitHub.
13+
14+
## [Feeds][]
15+
16+
List of [Atom feeds][Feeds] available for the authenticating user.
17+
918
## [Notifications][]
1019

1120
Notifications of new comments are delivered to users. [The Notifications
@@ -22,18 +31,9 @@ have no effect on notifications or the activity feed.
2231
[Watching a Repository][Watching] registers the user to receive notifications on new
2332
discussions, as well as events in the user's activity feed.
2433

25-
## [Events][]
26-
27-
The [Events API][Events] is a read-only interface to all the [event
28-
types][types] that power the various activity streams on GitHub.
29-
30-
## [Feeds][]
31-
32-
List of [Atom feeds][Feeds] available for the authenticating user.
33-
34-
[Notifications]: /v3/activity/notifications/
35-
[Starring]: /v3/activity/starring/
36-
[Watching]: /v3/activity/watching/
3734
[Events]: /v3/activity/events/
3835
[types]: /v3/activity/events/types/
3936
[Feeds]: /v3/activity/feeds/
37+
[Notifications]: /v3/activity/notifications/
38+
[Starring]: /v3/activity/starring/
39+
[Watching]: /v3/activity/watching/

0 commit comments

Comments
 (0)