Fixes website navigation by adding trailing slashes to /index.md files.

See https://stackoverflow.com/questions/54727643/trailing-slashes-in-jekyll-github-pages-site-cause-404
This commit is contained in:
iMacTia 2019-07-08 18:45:46 +01:00
parent a285d7a8b6
commit 0ec66e8959
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
layout: documentation
title: "Adapters"
permalink: /adapters
permalink: /adapters/
order: 2
---

View File

@ -1,7 +1,7 @@
---
layout: documentation
title: "Middleware"
permalink: /middleware
permalink: /middleware/
next_name: Available Middleware
next_link: ./list
order: 3

View File

@ -1,7 +1,7 @@
---
layout: documentation
title: "Usage"
permalink: /usage
permalink: /usage/
next_name: Customizing the Request
next_link: ./customize
order: 1