Skip to content

Commit e422bff

Browse files
committed
Publish latest docs
1 parent c359034 commit e422bff

103 files changed

Lines changed: 1255 additions & 1377 deletions

File tree

Some content is hidden

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

changes.atom

Lines changed: 116 additions & 177 deletions
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ <h2 class="title">
7373

7474
<p>If you have any questions or feedback, please drop us a line at
7575
<a href="mailto:support@github.com?subject=API%20Rate%20limit">support@github.com</a>.</p>
76-
7776
</div>
7877

7978
</div>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ <h2 class="title">
7575

7676
<p>If you have any questions or feedback, please drop us a line at
7777
<a href="mailto:support@github.com?subject=Org%20members%20API">support@github.com</a>.</p>
78-
7978
</div>
8079

8180
</div>

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

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

7171
<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>
72-
73-
7472
</div>
7573

7674
</div>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ <h2 id="polling">Polling</h2>
116116
</pre>
117117

118118
<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>
119-
120119
</div>
121120

122121
</div>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ <h2 class="title">
6161
<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>
6262

6363
<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>
64-
6564
</div>
6665

6766
</div>

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

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

8181
<p>Don’t worry, we are committed to maintaining the legacy behavior until the next
8282
major change of the GitHub API.</p>
83-
8483
</div>
8584

8685
</div>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ <h2 class="title">
104104
DerivedData
105105
.idea/
106106
</code></pre>
107-
108-
109107
</div>
110108

111109
</div>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ <h2 class="title">
7373
<p>Check out the docs for sorting and filtering options:</p>
7474

7575
<ul>
76-
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
76+
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
7777
<li><a href="/v3/pulls/comments/#list-comments-in-a-repository">Review comments</a></li>
7878
</ul>
79-
8079
</div>
8180

8281
</div>

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

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

8484
<p>No more implementing the <a href="/v3/oauth/#web-application-flow">web flow</a> just to get a token tied to your
8585
app’s rate limit.</p>
86-
87-
8886
</div>
8987

9088
</div>

0 commit comments

Comments
 (0)