Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): 11ty support #1516

Merged
merged 2 commits into from Jul 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/README.md
@@ -1,6 +1,7 @@
---
next: docs/hello-world.md
permalink: /docs/
title: Introduction
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 @@
---
title: Best practices
---

# 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
title: Configuration
---

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

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

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

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

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

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

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

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

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

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

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

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

# Receiving webhooks
Expand Down