Skip to content

Commit 13d0a21

Browse files
committed
Make libraries a top-level item
1 parent e4c03bb commit 13d0a21

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
---
22
title: Libraries | GitHub API
3+
layout: libraries
34
---
45

5-
# Libraries
6+
<div class="feature">
7+
<h1>Octokit comes in<br />
8+
many flavors</h1>
9+
<p class="intro">Use the official Octokit library, or choose between any of the available third party libraries.</p>
10+
<ul class="library-links">
11+
<li><span>Ruby</span><a href="#">octokit.rb</a></li>
12+
<li><span>Obj-C</span><a href="#">octokit.objc</a></li>
13+
</ul>
14+
<img src="/shared/images/gundamcat.png" class="gundamcat" />
15+
</div>
616

7-
Libraries for accessing the GitHub API from your favorite language.
17+
# Third-party libraries
818

919
## ActionScript
1020

@@ -79,10 +89,8 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/
7989

8090
## Objective-C
8191

82-
* **[OctoKit][octokit.objc]** (officially maintained by GitHub)
8392
* [UAGithubEngine][uagithubengine]
8493

85-
[octokit.objc]: https://github.com/octokit/octokit.objc
8694
[uagithubengine]: http://github.com/owainhunt/uagithubengine
8795

8896
## OCaml
@@ -141,14 +149,12 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/
141149

142150
## Ruby
143151

144-
* **[Octokit][octokit.rb]** (officially maintained by GitHub)
145152
* [GitHub API Gem][ghapi]
146153
* [Octocat Herder][herder]
147154
* [GitHub v3 API][ruby1]
148155
* [GitHub API Client][ruby2]
149156
* [Ghee][ghee]
150157

151-
[octokit.rb]: https://github.com/octokit/octokit.rb
152158
[herder]: https://github.com/jhelwig/octocat_herder
153159
[ghapi]: https://github.com/peter-murach/github
154160
[ruby1]: https://github.com/jwilger/github-v3-api
@@ -161,4 +167,4 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/
161167
* [Hubcat][hubcat]
162168

163169
[dispatchgithub]: https://github.com/andreazevedo/dispatch-github
164-
[hubcat]: https://github.com/softprops/hubcat
170+
[hubcat]: https://github.com/softprops/hubcat

layouts/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<li><a href="/">Overview</a></li>
77
<li><a href="/guides/">Guides</a></li>
88
<li><a href="/v3/">API</a></li>
9+
<li><a href="/libraries/">Libraries</a></li>
910
<li><a href="/changes/">Changes</a></li>
1011
<li><a href="https://github.com/contact">Support</a></li>
1112
</ul>

0 commit comments

Comments
 (0)