Sync changes from upstream repository · rubythonode/developer.github.com@031ee23 · GitHub
Skip to content

Commit 031ee23

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 4a207ac commit 031ee23

6 files changed

Lines changed: 588 additions & 60 deletions

File tree

LICENSE.txt

Lines changed: 524 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 58 additions & 53 deletions

assets/stylesheets/documentation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ a .mega-octicon {
843843

844844
.footer-cell li {
845845
display: inline;
846-
margin-right: 20px;
846+
margin-right: 9px;
847847
list-style: none;
848848
}
849849

content/changes/2013-08-20-search-api-improvements.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For example, when [searching for files that have "client" in their path][example
3838
## Better Text Match Metadata
3939

4040
Before today, the API applied HTML entity encoding to all `fragment` data.
41-
For example, imagine your search returns an issue like [rails/rails#11889][example-issue]:
41+
For example, imagine your search returns an issue like <a href="https://github.com/rails/rails/issues/11889" data-proofer-ignore>rails/rails#11889</a>:
4242

4343
![Example Issue Title](https://f.cloud.github.com/assets/2988/994632/a84f2888-09af-11e3-9417-4bd92f1f1ed6.png)
4444

@@ -67,7 +67,6 @@ We appreciate everyone that has provided feedback so far. Please [keep it coming
6767

6868
[contact]: https://github.com/contact?form[subject]=New+Search+API
6969
[code-text-matches]: /v3/search/#highlighting-code-search-results
70-
[example-issue]: https://github.com/rails/rails/issues/11889
7170
[example-path-search]: https://github.com/search?q=%40octokit%2Foctokit.rb+in%3Apath+client&type=Code
7271
[original-search-api-announcement]: /changes/2013-07-19-preview-the-new-search-api/
7372
[preview-period]: /changes/2013-07-19-preview-the-new-search-api/#preview-period

layouts/footer.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div id="footer" >
22
<div class="lower_footer">
33
<ul class="footer-cell">
4+
<li><a href="https://github.com/github/developer.github.com#licenses">&copy; <%= Time.now.year %> GitHub, Inc.</a></li>
45
<li><a href="https://help.github.com/terms-of-service/">Terms</a></li>
56
<li><a href="https://help.github.com/privacy-policy/">Privacy</a></li>
67
<li><a href="https://help.github.com/security/">Security</a></li>
@@ -20,10 +21,6 @@
2021
</ul>
2122
</div>
2223

23-
<div class="wrapper">
24-
<p>Design &copy; <%= Time.now.year %> Copyright <%= Time.now.year %> GitHub, Inc. </p>
25-
</div>
26-
2724
</div><!-- /#footer -->
2825
<script>
2926
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

package.json

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)