diff --git a/docs/README.md b/docs/README.md index fe386fc7c4..c8930410e7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,7 @@ --- next: docs/hello-world.md permalink: /docs/ +layout: docs.liquid --- # Introduction @@ -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) diff --git a/docs/assets/probot-setup-wizzard.png b/docs/assets/probot-setup-wizzard.png deleted file mode 100644 index 709dee1244..0000000000 Binary files a/docs/assets/probot-setup-wizzard.png and /dev/null differ diff --git a/docs/best-practices.md b/docs/best-practices.md index e97acee06c..6ccb594979 100644 --- a/docs/best-practices.md +++ b/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): diff --git a/docs/configuration.md b/docs/configuration.md index 9eefef1885..80cd566edb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,5 +1,6 @@ --- next: docs/testing.md +layout: docs.liquid --- # Configuration diff --git a/docs/deployment.md b/docs/deployment.md index 71e9469275..dff5cd876d 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -1,5 +1,6 @@ --- next: docs/http.md +layout: docs.liquid --- # Deployment diff --git a/docs/development.md b/docs/development.md index 1ddc13d90c..7055639a6f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,5 +1,6 @@ --- next: docs/webhooks.md +layout: docs.liquid --- # Developing an app diff --git a/docs/extensions.md b/docs/extensions.md index 2a4bf6d066..6f84bc2405 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -1,5 +1,6 @@ --- next: docs/persistence.md +layout: docs.liquid --- # Extensions diff --git a/docs/github-api.md b/docs/github-api.md index fd77ff6f00..448006a060 100644 --- a/docs/github-api.md +++ b/docs/github-api.md @@ -1,5 +1,6 @@ --- next: docs/configuration.md +layout: docs.liquid --- # Interacting with GitHub diff --git a/docs/hello-world.md b/docs/hello-world.md index 80177320af..db99d71fd6 100644 --- a/docs/hello-world.md +++ b/docs/hello-world.md @@ -1,5 +1,6 @@ --- next: docs/development.md +layout: docs.liquid --- # Hello world diff --git a/docs/http.md b/docs/http.md index 09a10181f4..7dce34155f 100644 --- a/docs/http.md +++ b/docs/http.md @@ -1,5 +1,6 @@ --- next: docs/pagination.md +layout: docs.liquid --- # HTTP routes diff --git a/docs/logging.md b/docs/logging.md index 1b7510abe9..184d949dad 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -1,5 +1,6 @@ --- next: docs/deployment.md +layout: docs.liquid --- # Logging diff --git a/docs/pagination.md b/docs/pagination.md index 7c191fa847..5f9da90b71 100644 --- a/docs/pagination.md +++ b/docs/pagination.md @@ -1,5 +1,6 @@ --- next: docs/extensions.md +layout: docs.liquid --- # Pagination diff --git a/docs/persistence.md b/docs/persistence.md index 17cedf0da7..c2319df72a 100644 --- a/docs/persistence.md +++ b/docs/persistence.md @@ -1,5 +1,6 @@ --- next: docs/best-practices.md +layout: docs.liquid --- # Persistence diff --git a/docs/simulating-webhooks.md b/docs/simulating-webhooks.md index 894cb69f88..54839e35a4 100644 --- a/docs/simulating-webhooks.md +++ b/docs/simulating-webhooks.md @@ -1,5 +1,6 @@ --- next: docs/logging.md +layout: docs.liquid --- # Simulate receiving webhooks diff --git a/docs/testing.md b/docs/testing.md index c31b98ffde..f8eb695320 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,5 +1,6 @@ --- next: docs/simulating-webhooks.md +layout: docs.liquid --- # Testing diff --git a/docs/webhooks.md b/docs/webhooks.md index b09552902b..d3a8214c3b 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -1,5 +1,6 @@ --- next: docs/github-api.md +layout: docs.liquid --- # Receiving webhooks