Skip to content

Commit

Permalink
feat(website): 11ty 🚀 (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Jul 3, 2021
1 parent 4b3ae0e commit 7a43e9e
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.md
@@ -1,6 +1,7 @@
---
next: docs/hello-world.md
permalink: /docs/
title: Introduction
layout: docs.liquid
---

# Introduction
Expand All @@ -11,7 +12,7 @@ If you've ever thought, "wouldn't it be cool if GitHub could…"; imma stop you

Probot apps are easy to write, deploy, and share. Many of the most popular Probot apps are hosted, so there's nothing for you to deploy and manage. Here are just a few examples of things that have been built with Probot:

{% include docs/examples.html %}
{% include "docs/examples" %}

Check out the [featured apps](https://probot.github.io/apps/) or [browse more examples on GitHub](https://github.com/search?q=topic%3Aprobot-app&type=Repositories)

Expand Down
Binary file removed docs/assets/probot-setup-wizzard.png
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/best-practices.md
@@ -1,3 +1,7 @@
---
title: Best practices
---

# Best practices

First and foremost, your app must obey the [The Three Laws of Robotics](https://en.wikipedia.org/wiki/Three_Laws_of_Robotics):
Expand Down
1 change: 1 addition & 0 deletions docs/configuration.md
@@ -1,5 +1,6 @@
---
next: docs/testing.md
title: Configuration
---

# Configuration
Expand Down
1 change: 1 addition & 0 deletions docs/deployment.md
@@ -1,5 +1,6 @@
---
next: docs/http.md
title: Deployment
---

# Deployment
Expand Down
1 change: 1 addition & 0 deletions docs/development.md
@@ -1,5 +1,6 @@
---
next: docs/webhooks.md
title: Developing an app
---

# Developing an app
Expand Down
1 change: 1 addition & 0 deletions docs/extensions.md
@@ -1,5 +1,6 @@
---
next: docs/persistence.md
title: Extensions
---

# Extensions
Expand Down
1 change: 1 addition & 0 deletions docs/github-api.md
@@ -1,5 +1,6 @@
---
next: docs/configuration.md
title: Interacting with GitHub
---

# Interacting with GitHub
Expand Down
1 change: 1 addition & 0 deletions docs/hello-world.md
@@ -1,5 +1,6 @@
---
next: docs/development.md
title: Hello World
---

# Hello world
Expand Down
1 change: 1 addition & 0 deletions docs/http.md
@@ -1,5 +1,6 @@
---
next: docs/pagination.md
title: HTTP routes
---

# HTTP routes
Expand Down
1 change: 1 addition & 0 deletions docs/logging.md
@@ -1,5 +1,6 @@
---
next: docs/deployment.md
title: Logging
---

# Logging
Expand Down
1 change: 1 addition & 0 deletions docs/pagination.md
@@ -1,5 +1,6 @@
---
next: docs/extensions.md
title: Pagination
---

# Pagination
Expand Down
1 change: 1 addition & 0 deletions docs/persistence.md
@@ -1,5 +1,6 @@
---
next: docs/best-practices.md
title: Persistence
---

# Persistence
Expand Down
1 change: 1 addition & 0 deletions docs/simulating-webhooks.md
@@ -1,5 +1,6 @@
---
next: docs/logging.md
title: Simulate receiving webhooks
---

# Simulate receiving webhooks
Expand Down
1 change: 1 addition & 0 deletions docs/testing.md
@@ -1,5 +1,6 @@
---
next: docs/simulating-webhooks.md
title: Testing
---

# Testing
Expand Down
1 change: 1 addition & 0 deletions docs/webhooks.md
@@ -1,5 +1,6 @@
---
next: docs/github-api.md
title: Receiving webhooks
---

# Receiving webhooks
Expand Down

0 comments on commit 7a43e9e

Please sign in to comment.