diff --git a/_data/toc.json b/_data/toc.json index 9741834f5a9..94b962e3815 100644 --- a/_data/toc.json +++ b/_data/toc.json @@ -1,6 +1,7 @@ { "Getting Started": [ "docs/README.md", + "docs/quickstarts.md", "docs/hello-world.md", "docs/development.md", "docs/webhooks.md", diff --git a/_data/toc.yml b/_data/toc.yml index 0151a6afe3c..8bde4ffd736 100644 --- a/_data/toc.yml +++ b/_data/toc.yml @@ -1,5 +1,6 @@ Getting Started: - docs/README.md + - docs/quickstarts.md - docs/hello-world.md - docs/development.md - docs/webhooks.md diff --git a/assets/img/checks.png b/assets/img/checks.png new file mode 100644 index 00000000000..6cb313582e9 Binary files /dev/null and b/assets/img/checks.png differ diff --git a/assets/img/comment.png b/assets/img/comment.png new file mode 100644 index 00000000000..1372934c1c3 Binary files /dev/null and b/assets/img/comment.png differ diff --git a/assets/img/deploy.png b/assets/img/deploy.png new file mode 100644 index 00000000000..7b9c5a14f02 Binary files /dev/null and b/assets/img/deploy.png differ diff --git a/assets/img/pr.png b/assets/img/pr.png new file mode 100644 index 00000000000..98a653f4c75 Binary files /dev/null and b/assets/img/pr.png differ diff --git a/community.html b/community.html index b30b0e1e44e..5014d685154 100644 --- a/community.html +++ b/community.html @@ -8,7 +8,7 @@
+
We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
diff --git a/index.html b/index.html index 4fa0ea99656..7ca601911bd 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
Use pre-built apps to extend GitHub,
@@ -57,7 +57,70 @@
Apps are easy to write and share.
++ Get started with this app {% octicon "chevron-right" %} +
+ ++ Get started with an app that will post a comment any time an issue is opened. +
+ ++ Get started with an app that creates successful checks on pull requests. +
+ ++ Get started with an app that will open a new pull request when you install it on your repository. +
+ ++ + {% octicon "versions" class="mr-2" %} + Browse Quickstarts + +
+Apps are easy to write and share.