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 layout: documentation
title: "Adapters" title: "Adapters"
permalink: /adapters permalink: /adapters/
order: 2 order: 2
--- ---

View File

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

View File

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