mirror of
https://github.com/lostisland/faraday.git
synced 2025-12-07 00:01:45 -05:00
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:
parent
a285d7a8b6
commit
0ec66e8959
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: documentation
|
layout: documentation
|
||||||
title: "Adapters"
|
title: "Adapters"
|
||||||
permalink: /adapters
|
permalink: /adapters/
|
||||||
order: 2
|
order: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user