Skip to content

Commit

Permalink
feat(website): Even better 11ty support
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Apr 27, 2021
1 parent 4f12fca commit 3713c37
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
@@ -1,6 +1,7 @@
---
next: docs/hello-world.md
permalink: /docs/
title: Introduction
custompermalink: "/docs/"
---

# Introduction
Expand Down
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

0 comments on commit 3713c37

Please sign in to comment.