Skip to content

Commit

Permalink
Improve 11ty support
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Apr 26, 2021
1 parent e11b91e commit 26aec7f
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
@@ -1,6 +1,7 @@
---
next: docs/hello-world.md
permalink: /docs/
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 @@
---
layout: docs.liquid
---

# 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
layout: docs.liquid
---

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

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

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

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

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

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

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

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

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

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

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

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

# Receiving webhooks
Expand Down

0 comments on commit 26aec7f

Please sign in to comment.