Skip to content

Commit 25f5c47

Browse files
committed
Start adding guides content
1 parent d44ede4 commit 25f5c47

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

content/guides/getting-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ cases.
55

66
## Overview
77

8-
Most applications will use a [wrapper library][wrappers], but it's important to
9-
get familiar with the underlying API HTTP methods. There's no easier way to
10-
kick the tires than [cURL][curl].
8+
Most applications will use an existing [wrapper library][wrappers] in the language
9+
of your choice, but it's important to familiarize yourself with the underlying API
10+
HTTP methods first.
11+
12+
There's no easier way to kick the tires than through [cURL][curl].
1113

1214
### Hello World
1315

content/guides/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Development Guides
2+
3+
This section of the documentation is intended to get you up-and-running with
4+
real-world GitHub API applications. We'll cover everything you need to know, from
5+
authentication, to manipulating results, to combining results with other services.
6+
7+
Every tutorial here will have a project, and every project will be stored and
8+
documented in our public `samples` repo:
9+
10+
https://github.com/github/platform-samples
11+
12+
Feel free to fork, clone, and improve these guides.

layouts/default.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Overvie
5151
<li><a href="/v3/libraries/">Libraries</a></li>
5252
</ul>
5353
</li>
54+
<li class="js-topic">
55+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Guides</a></h3>
56+
<ul class="js-guides">
57+
<li><a href="/guides/getting-started/">Getting Started</a></li>
58+
</ul>
59+
</li>
5460
<li class="js-topic">
5561
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/activity/">Activity</a></h3>
5662
<ul class="js-guides">

0 commit comments

Comments
 (0)