diff --git a/_data/toc.yml b/_data/toc.yml index 1f64ec91003..9e2292746c5 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/checks.png b/assets/checks.png new file mode 100644 index 00000000000..6cb313582e9 Binary files /dev/null and b/assets/checks.png differ diff --git a/assets/comment.png b/assets/comment.png new file mode 100644 index 00000000000..1372934c1c3 Binary files /dev/null and b/assets/comment.png differ diff --git a/assets/css/index.scss b/assets/css/index.scss index d7c937cf352..3be87ffc180 100644 --- a/assets/css/index.scss +++ b/assets/css/index.scss @@ -50,3 +50,11 @@ body { .flex-1 { flex: 1; } + +.page-section { + padding: 32px; +} + +.code { + padding: 10px; +} diff --git a/assets/deploy.png b/assets/deploy.png new file mode 100644 index 00000000000..7b9c5a14f02 Binary files /dev/null and b/assets/deploy.png differ diff --git a/assets/pr.png b/assets/pr.png new file mode 100644 index 00000000000..98a653f4c75 Binary files /dev/null and b/assets/pr.png differ diff --git a/index.html b/index.html index 14d764f7e61..e21cce9cdc1 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,69 @@
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 + +
+