Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 3c0a38c

Browse files
committed
Merge pull request #355 from github/add-css-changes
1 parent b724c99 commit 3c0a38c

File tree

104 files changed

+1447
-710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1447
-710
lines changed

changes.atom

Lines changed: 165 additions & 104 deletions
Large diffs are not rendered by default.

changes/2012-10-14-rate-limit-changes/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ <h2 class="title">
7070

7171
<p>If you have any questions or feedback, please drop us a line at
7272
<a href="mailto:support@github.com?subject=API%20Rate%20limit">support@github.com</a>.</p>
73+
7374
</div>
7475

7576
</div>

changes/2012-10-17-org-members-redirection/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ <h2 class="title">
7272

7373
<p>If you have any questions or feedback, please drop us a line at
7474
<a href="mailto:support@github.com?subject=Org%20members%20API">support@github.com</a>.</p>
75+
7576
</div>
7677

7778
</div>

changes/2012-10-24-set-default-branch/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ <h2 class="title">
6666
</pre>
6767

6868
<p>If you provide a branch name that hasn’t been pushed to GitHub, we’ll gracefully fall back to <code>'master'</code> or the first branch.</p>
69+
70+
6971
</div>
7072

7173
</div>

changes/2012-10-26-notifications-api/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h2 id="polling">Polling</h2>
113113
</pre>
114114

115115
<p>You can read about the API details in depth in the <a href="http://developer.github.com/v3/activity/notifications/">Notifications documentation</a>.</p>
116+
116117
</div>
117118

118119
</div>

changes/2012-10-31-gist-comment-uris/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ <h2 class="title">
5858
<p>Adding the gist id to the URI of comments makes it impossible, in practical terms, to guess that URI because the id of private gists are very large random numbers. This is, unfortunately, a breaking change but one that cannot be avoided because of the security implications of the current URIs. We apologize for the inconvenience.</p>
5959

6060
<p>We have also added a <code>comments_url</code> member to the Gist documents. The <code>comments_url</code> link provides access to the comments of a Gist in a way that will insulate clients from changes in the URI patterns used by the GitHub API. We are increasing our use of links in order to make changes such as this one less damaging to clients. We strongly encourage using <code>url</code> and <code>*_url</code> properties, where possible, rather than constructing URIs using the patterns published on this site. Doing so will result in clients that break less often.</p>
61+
6162
</div>
6263

6364
</div>

changes/2012-11-27-forking-to-organizations/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h2 class="title">
7777

7878
<p>Don’t worry, we are committed to maintaining the legacy behavior until the next
7979
major change of the GitHub API.</p>
80+
8081
</div>
8182

8283
</div>

changes/2012-11-29-gitignore-templates/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ <h2 class="title">
101101
DerivedData
102102
.idea/
103103
</code></pre>
104+
105+
104106
</div>
105107

106108
</div>

changes/2012-12-04-List-comments-for-repo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ <h2 class="title">
7070
<p>Check out the docs for sorting and filtering options:</p>
7171

7272
<ul>
73-
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
73+
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
7474
<li><a href="/v3/pulls/comments/#list-comments-in-a-repository">Review comments</a></li>
7575
</ul>
76+
7677
</div>
7778

7879
</div>

changes/2012-12-06-create-authorization-for-app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ <h2 class="title">
8080

8181
<p>No more implementing the <a href="/v3/oauth/#web-application-flow">web flow</a> just to get a token tied to your
8282
app’s rate limit.</p>
83+
84+
8385
</div>
8486

8587
</div>

0 commit comments

Comments
 (0)