mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
fix the order of the site nav
This commit is contained in:
parent
6cd8c5dc35
commit
26c542d9e1
@ -18,6 +18,7 @@ theme_settings:
|
||||
|
||||
# Post navigation
|
||||
post_navigation: true
|
||||
site_navigation_sort: 'order'
|
||||
|
||||
# BUILD SETTINGS
|
||||
markdown: kramdown
|
||||
|
@ -2,6 +2,7 @@
|
||||
layout: documentation
|
||||
title: "Adapters"
|
||||
permalink: /adapters
|
||||
order: 2
|
||||
---
|
||||
|
||||
The Faraday Adapter interface determines how a Faraday request is turned into
|
||||
|
@ -4,6 +4,7 @@ title: "Middleware"
|
||||
permalink: /middleware
|
||||
next_name: Available Middleware
|
||||
next_link: ./list
|
||||
order: 3
|
||||
---
|
||||
|
||||
A `Faraday::Connection` uses a `Faraday::RackBuilder` to assemble a
|
||||
|
@ -2,6 +2,7 @@
|
||||
layout: page
|
||||
title: Team
|
||||
permalink: /team/
|
||||
order: 4
|
||||
---
|
||||
|
||||
<div id="loader">
|
||||
@ -17,7 +18,7 @@ permalink: /team/
|
||||
|
||||
<h3 class="text-center">All the contributors</h3>
|
||||
<div id="contributors-list"></div>
|
||||
|
||||
|
||||
<h3 class="text-center">And some extra help</h3>
|
||||
<p class="text-center">Website and branding design: <a href="https://elelopic.design" target="_blank">Elena Lo Piccolo</a></p>
|
||||
</div>
|
||||
|
@ -4,6 +4,7 @@ title: "Usage"
|
||||
permalink: /usage
|
||||
next_name: Customizing the Request
|
||||
next_link: ./customize
|
||||
order: 1
|
||||
---
|
||||
|
||||
Make a simple `GET` request by requiring the Faraday gem and using `Faraday.get`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user