Skip to content

Commit

Permalink
Improve eleventy support
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Apr 26, 2021
1 parent e11b91e commit 35293eb
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
@@ -1,6 +1,7 @@
---
next: docs/hello-world.md
permalink: /docs/
layout: docs.liquid
---

# Introduction
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 35293eb

Please sign in to comment.