Skip to content

Commit

Permalink
feat(website): 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 9970d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Expand Up @@ -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.
Expand Down

0 comments on commit 9970d0a

Please sign in to comment.