Skip to content

Commit 8c1a9c1

Browse files
authored
Merge branch 'main' into version-graphql-objects-links
2 parents d9c4409 + 86a7839 commit 8c1a9c1

10 files changed

Lines changed: 2815 additions & 8443 deletions

File tree

layouts/product-landing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<h1 class="mb-3 font-mktg">{{ page.shortTitle }}</h1>
1616
<div class="lead-mktg text-gray">{{ page.intro }}</div>
1717

18-
<a href="{{ page.introLinks.quickstart }}" class="btn-mktg btn-large f4 mt-3">
18+
<a href="{{ page.introLinks.quickstart }}" class="btn-mktg btn-large f4 mt-3 mr-3">
1919
{% data ui.product_landing.quick_start %}
2020
</a>
2121

22-
<a href="{{ page.introLinks.reference }}" class="ml-3 btn-mktg btn-outline-mktg btn-large f4 mt-3">
22+
<a href="{{ page.introLinks.reference }}" class="btn-mktg btn-outline-mktg btn-large f4 mt-3">
2323
{% data ui.product_landing.reference_guides %}
2424
</a>
2525
</div>

lib/rest/static/decorated/api.github.com.json

Lines changed: 516 additions & 1548 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.18.json

Lines changed: 349 additions & 1047 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.19.json

Lines changed: 356 additions & 1068 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.20.json

Lines changed: 357 additions & 1071 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.21.json

Lines changed: 392 additions & 1176 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.22.json

Lines changed: 454 additions & 1362 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/github.ae.json

Lines changed: 388 additions & 1164 deletions
Large diffs are not rendered by default.

script/rest/utils/operation.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ module.exports = class Operation {
177177
async renderNotes () {
178178
this.notes = []
179179

180-
if (this['x-github'].enabledForGitHubApps) {
181-
this.notes.push('<a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a>')
182-
}
183-
184180
return Promise.all(this.notes.map(async (note) => renderContent(note)))
185181
}
186182
}

stylesheets/nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ header summary,
2222
}
2323

2424
.nav-mobile-dropdown {
25-
@media (max-width: $width-md) {
25+
@media (max-width: $width-md - 1) {
2626
display: none;
2727
visibility: hidden;
2828
}

0 commit comments

Comments
 (0)