From 9970d0ad8fec150e9bc0bdf70b1b69ffdafec736 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Mon, 26 Apr 2021 09:47:14 +0200 Subject: [PATCH] feat(website): 11ty support --- docs/README.md | 2 +- docs/development.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index fe386fc7c4..43b15e61b2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,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/development.md b/docs/development.md index 1ddc13d90c..7817364851 100644 --- a/docs/development.md +++ b/docs/development.md @@ -112,7 +112,7 @@ To automatically configure your GitHub App, follow these steps: 1. Run the app locally by running `npm start` in your terminal. 1. Next follow instructions to visit [http://localhost:3000](http://localhost:3000) (or your custom Glitch URL). -1. You should see something like this: ![Screenshot of Probot's setup wizzard](/docs/assets/probot-setup-wizzard.png) +1. You should see something like this: ![Screenshot of Probot's setup wizzard](/assets/img/probot-setup-wizzard.png) 1. Go ahead and click the **Register a GitHub App** button. 1. Next, you'll get to decide on an app name that isn't already taken. Note: if you see a message "Name is already in use" although no such app exists, it means that a GitHub organization with that name exists and cannot be used as an app name. 1. After registering your GitHub App, you'll be redirected to install the app on any repositories. At the same time, you can check your local `.env` and notice it will be populated with values GitHub sends us in the course of that redirect.