We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81646d commit 97298acCopy full SHA for 97298ac
2 files changed
content/libraries.md
@@ -10,6 +10,7 @@ many flavors</h1>
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
+ <li><span>.NET</span><a href="https://github.com/octokit/octokit.net">octokit.net</a></li>
14
</ul>
15
<img src="/shared/images/gundamcat.png" class="gundamcat" />
16
</div>
static/shared/css/documentation.css
@@ -357,6 +357,10 @@ a img {
357
text-align: left;
358
}
359
360
+.library-list .feature h1 {
361
+ margin-top: 60px;
362
+}
363
+
364
.feature .intro {
365
color: #666666;
366
font-size: 18px;
0 commit comments