boom · thyb/developer.github.com@8913f45 · GitHub
Skip to content

Commit 8913f45

Browse files
committed
boom
1 parent a628ae3 commit 8913f45

43 files changed

Lines changed: 97 additions & 129 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.

index.html

Lines changed: 65 additions & 1 deletion

shared/css/documentation.css

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ div.sidebar-module > ul > li:hover {
223223
div.sidebar-module > ul h3 {
224224
margin: 0px;
225225
color: #666;
226-
text-shadow: 1px 1px 0px #fff;
226+
text-shadow: 1px 1px 0px #fff;
227227
border-bottom: 1px solid #CACACA;
228228
font-size: 14px;
229229
background-color: #e1e1e1;
230-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
231-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
232-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
233-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
234-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
230+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
231+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
232+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
233+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
234+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
235235
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
236236
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
237237
}
@@ -378,15 +378,15 @@ div.sidebar-module ul ul li span {
378378

379379
#footer .lower_footer {
380380
position: relative;
381-
background:url(../images/bg_footer_bottom.png) #fff repeat-x;
381+
background:url(../images/bg_footer_bottom.png) #fff repeat-x;
382382
overflow: hidden;
383383
clear:both;
384384
}
385385

386386
#footer .lower_footer .home {
387387
display: block;
388388
position: absolute;
389-
background: url(../images/footer-logo.png) top left no-repeat;
389+
background: url(../images/footer-logo.png) top left no-repeat;
390390
width: 100px;
391391
height: 50px;
392392
text-indent: -5000px;
@@ -395,7 +395,7 @@ div.sidebar-module ul ul li span {
395395
#footer .lower_footer .home_ie {
396396
display: block;
397397
position: absolute;
398-
background: url(../images/footer-logo.png) top left no-repeat;
398+
background: url(../images/footer-logo.png) top left no-repeat;
399399
width: 100px;
400400
height: 50px;
401401
text-indent: -5000px;
@@ -442,12 +442,12 @@ div.sidebar-module ul ul li span {
442442
}
443443

444444
#footer .lower_footer .sponsor .logo {
445-
float:left;
445+
float:left;
446446
margin: 0 10px 0 0;
447447
}
448448

449449
#footer .lower_footer .sponsor a {
450-
color: #000;
450+
color: #000;
451451
}
452452

453453
/* end */
@@ -480,13 +480,17 @@ div.sidebar-module ul ul li span {
480480
color: #666;
481481
}
482482

483-
.content ul,
484483
.content ol {
485484
margin-left: 1.5em;
486485
}
487486

488487
.content ul {
489488
list-style-type: disc;
489+
margin: 1.5em
490+
}
491+
492+
.content li {
493+
line-height: 1.7em;
490494
}
491495

492496
.content img {
@@ -578,11 +582,11 @@ pre.headers {
578582
border-radius: 3px 3px 0 0;
579583
color: #666;
580584
background-color: #f1f1f1;
581-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
582-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
583-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
584-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
585-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
585+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
586+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
587+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
588+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
589+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
586590
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
587591
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
588592
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
@@ -764,11 +768,11 @@ span.bash-output {
764768
background-clip: padding-box;
765769
padding: 6px 10px;
766770
background-color: #f1f1f1;
767-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
768-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
769-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
770-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
771-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
771+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
772+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
773+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
774+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
775+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
772776
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
773777
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
774778
color: #666;
@@ -855,11 +859,11 @@ div.expandable > ul h3 {
855859
div.expandable > ul h3 > a {
856860
display: table-cell;
857861
background-color: #e1e1e1;
858-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
859-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
860-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
861-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
862-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
862+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
863+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
864+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
865+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
866+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
863867
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
864868
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
865869
}

v3/changelog/index.html

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -31,66 +31,7 @@
3131

3232
<div id="wrapper">
3333
<div class="content">
34-
<h1 id="current-version">Current Version</h1>
35-
36-
<pre><code>Accept: application/vnd.github.beta+json
37-
</code></pre>
38-
39-
<p>The GitHub API version is currently in beta. The <code>beta</code> mime type property will
40-
be valid until sometime in 2012. A notice will be given closer to the
41-
actual date.</p>
42-
43-
<p>We consider the beta API unbreakable, so please <a href="https://github.com/contact">file a support
44-
issue</a> if you have problems.</p>
45-
46-
<h2 id="upcoming-version">Upcoming Version</h2>
47-
48-
<pre><code>Accept: application/vnd.github.v3+json
49-
</code></pre>
50-
51-
<p>The API is expected to be finalized Real Soon Now.</p>
52-
53-
<h3 id="expected-changes">Expected Changes</h3>
54-
55-
<ul>
56-
<li>All <code>*_url</code> attributes move to a <code>_links</code> object. See <a href="http://developer.github.com/v3/pulls/#get-a-single-pull-request">Pull
57-
Requests</a> for an example.</li>
58-
<li>The <code>/repos/:user/:repo/hooks/:id/test</code> action becomes
59-
<code>/repos/:user/:repo/hooks/:id/tests</code>.</li>
60-
<li>The <code>/gists/:id/fork</code> action becomes <code>/gists/:id/forks</code>.</li>
61-
<li>Gist forks/history objects become separate API calls.</li>
62-
<li>Gist files object is not returned on Gist listings.</li>
63-
<li>Commit schema will change to be <a href="https://gist.github.com/3a2e5779588e21b0c0f3">more consistent</a>.</li>
64-
<li>
65-
<code>master_branch</code> becomes <code>default_branch</code>.</li>
66-
<li>
67-
<code>integrate_branch</code> on the <a href="/v3/repos/#get">repo API</a> will no longer be
68-
returned.</li>
69-
<li>Use the <code>private</code> attribute when creating a private repository,
70-
instead of setting <code>public</code> to false.</li>
71-
</ul><h2 id="breaking-beta-changes">Breaking Beta Changes</h2>
72-
73-
<h4 id="removed-on-june-15th">Removed on June 15th:</h4>
74-
75-
<ul>
76-
<li>
77-
<code>gravatar_url</code> is being deprecated in favor of <code>avatar_url</code> for all
78-
responses that include users or orgs. A default size is no longer
79-
included in the url.</li>
80-
<li>Creating new gists (both anonymously and with an authenticated user)
81-
should use <code>POST /gists</code> from now on. <code>POST /users/:user/gists</code> is no
82-
longer supported.</li>
83-
</ul><h4 id="removed-on-june-1st">Removed on June 1st:</h4>
84-
85-
<ul>
86-
<li>Removed support for PUT verb on update requests. Use POST or PATCH
87-
instead.</li>
88-
<li>Removed <code>.json</code> extension from all URLs.</li>
89-
<li>No longer using the X-Next or X-Last headers. Pagination info is
90-
returned in the Link header instead.</li>
91-
<li>JSON-P response has completely changed to a more consistent format.</li>
92-
<li>Starring gists now uses PUT verb (instead of POST) and returns 204.</li>
93-
</ul>
34+
<p>The API changelog can now be found on the <a href="/">homepage</a>. Please update your links.</p>
9435
</div>
9536

9637
<div id="js-sidebar" class="sidebar-shell">
@@ -101,7 +42,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary
10142
<ul class="js-guides">
10243
<li><a href="/v3/oauth/">OAuth</a></li>
10344
<li><a href="/v3/mime/">Mime Types</a></li>
104-
<li><a href="/v3/changelog/">Changelog</a></li>
10545
<li><a href="/v3/libraries/">Libraries</a></li>
10646
</ul>
10747
</li>

v3/events/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary
148148
<ul class="js-guides">
149149
<li><a href="/v3/oauth/">OAuth</a></li>
150150
<li><a href="/v3/mime/">Mime Types</a></li>
151-
<li><a href="/v3/changelog/">Changelog</a></li>
152151
<li><a href="/v3/libraries/">Libraries</a></li>
153152
</ul>
154153
</li>

v3/events/types/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary
322322
<ul class="js-guides">
323323
<li><a href="/v3/oauth/">OAuth</a></li>
324324
<li><a href="/v3/mime/">Mime Types</a></li>
325-
<li><a href="/v3/changelog/">Changelog</a></li>
326325
<li><a href="/v3/libraries/">Libraries</a></li>
327326
</ul>
328327
</li>

v3/gists/comments/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary
193193
<ul class="js-guides">
194194
<li><a href="/v3/oauth/">OAuth</a></li>
195195
<li><a href="/v3/mime/">Mime Types</a></li>
196-
<li><a href="/v3/changelog/">Changelog</a></li>
197196
<li><a href="/v3/libraries/">Libraries</a></li>
198197
</ul>
199198
</li>

v3/gists/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary
486486
<ul class="js-guides">
487487
<li><a href="/v3/oauth/">OAuth</a></li>
488488
<li><a href="/v3/mime/">Mime Types</a></li>
489-
<li><a href="/v3/changelog/">Changelog</a></li>
490489
<li><a href="/v3/libraries/">Libraries</a></li>
491490
</ul>
492491
</li>

v3/git/blobs/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary
9898
<ul class="js-guides">
9999
<li><a href="/v3/oauth/">OAuth</a></li>
100100
<li><a href="/v3/mime/">Mime Types</a></li>
101-
<li><a href="/v3/changelog/">Changelog</a></li>
102101
<li><a href="/v3/libraries/">Libraries</a></li>
103102
</ul>
104103
</li>

v3/git/commits/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary
172172
<ul class="js-guides">
173173
<li><a href="/v3/oauth/">OAuth</a></li>
174174
<li><a href="/v3/mime/">Mime Types</a></li>
175-
<li><a href="/v3/changelog/">Changelog</a></li>
176175
<li><a href="/v3/libraries/">Libraries</a></li>
177176
</ul>
178177
</li>

v3/git/import/index.html

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)