64 Commits

Author SHA1 Message Date
rick olson
f7f91b7077 raise_error: update docs to mention nil status code 2019-10-15 13:37:41 -06:00
Stanisław Pitucha
cccc145e2f Describe clearing cached stubs
This was the solution proposed in https://github.com/lostisland/faraday/issues/1041
2019-10-07 19:48:59 +02:00
risk danger olson
80ba52c721
update multipart docs to mention ParamPart class (#1018)
* update multipart docs to mention ParamsPart class

* Use newer "FilePart" name

* annotate example

* Consistently use single quotes

* remove last UploadIO reference
2019-09-20 05:08:56 -06:00
risk danger olson
e8792e43d5 port changes from #1000 (#1004) 2019-07-19 14:11:30 +02:00
Lewis Cowles
ac27ce502e Configure Jekyll plugin jekyll-remote-theme to support Docker usage (#999)
I tried to build with Jekyll 3.6.x (`jekyll/jekyll:latest`). It went badly.

By following the author guide https://github.com/benbalter/jekyll-remote-theme I noticed we were missing a YAML configuration entry.
2019-07-09 22:05:10 +02:00
iMacTia
0ec66e8959 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
2019-07-08 18:45:46 +01:00
rick olson
26c542d9e1 fix the order of the site nav 2019-07-02 07:43:06 -06:00
iMacTia
6cd8c5dc35 Fixes placeholders for Faraday website URL. 2019-06-27 15:47:06 +01:00
iMacTia
0826817f4e Switches back to standard theme. 2019-06-26 12:08:20 +01:00
iMacTia
5d3e667c1a Merge branch 'faraday-website' of https://github.com/lostisland/faraday into faraday-website 2019-06-26 09:54:16 +01:00
iMacTia
9070f6bf2e Fixes homepage title. 2019-06-26 09:53:44 +01:00
rick olson
62cbdb9d78 restructure adapters section:
* more prominent placing of test adapter
* remove next/prev navigation for adapter pages, they don't need to be read in order
* ensure all adapter pages link to top nav
2019-06-25 10:28:14 -06:00
rick olson
08cd1b3be9 top links to middleware pages 2019-06-25 10:09:12 -06:00
rick olson
caf7545906 add top links to usage pages 2019-06-25 10:07:43 -06:00
rick olson
75605b9c36 remove redundant sitemap 2019-06-25 09:59:18 -06:00
rick olson
2f96d9b3a7 rename Introduction section => to Usage 2019-06-25 09:38:52 -06:00
iMacTia
cf078cf20b Adds Elena contribution to team page and footer.
Aligns README footer with Website one.
2019-06-25 16:31:51 +01:00
iMacTia
637c81196b Use slim repo card in README. 2019-06-25 15:54:32 +01:00
iMacTia
5cf6753e60 Merge remote-tracking branch 'origin/faraday-website' into faraday-website 2019-06-18 17:57:40 +01:00
iMacTia
a50fcc413b Adds Team page with dynamic GitHub loading.
Styles website with new branding.
2019-06-18 17:57:27 +01:00
rick olson
32be8ce245 redundant title 2019-06-13 09:32:14 -06:00
rick olson
a8295c2c4a use conn local var 2019-06-13 09:31:36 -06:00
rick olson
5ca8630d9b use consistent url hints 2019-06-13 09:31:20 -06:00
rick olson
112331a325 use consistent "learn more" callouts with punctuation 2019-06-13 09:30:52 -06:00
iMacTia
32eacfd4ee Expands menu items. 2019-06-08 17:38:58 +01:00
iMacTia
a963c12a82 Fixes TODOs in introduction. 2019-06-08 17:32:19 +01:00
iMacTia
f851834ccd Merges Introduction and Basics pages.
Adds navigation to introduction section.
2019-06-08 17:29:03 +01:00
iMacTia
8434b225a1 Fixes link in homepage. 2019-06-08 17:23:46 +01:00
iMacTia
f1d72a4cdf Adds navigation to adapters section. 2019-06-08 17:19:00 +01:00
iMacTia
79da580283 Improves middleware documentation adding a diagram. 2019-06-08 17:05:44 +01:00
rick olson
681b6baa33 convert to regular markdown link 2019-06-05 15:24:37 -06:00
rick olson
31d03bec46 rewrite basics page. focus on making requests, not middleware. 2019-06-05 15:22:41 -06:00
iMacTia
78fd49eecf Use Font Awesome icons for docs nav. 2019-06-04 17:50:30 +01:00
iMacTia
069b422750 Reduces the amount of comments in code snippets. 2019-06-04 17:09:14 +01:00
iMacTia
9f99e11596 Fixes review comments. 2019-06-03 21:42:12 +01:00
iMacTia
caa877dc83 Fixes documentation nav menu to always use correct floating. 2019-06-02 15:13:44 +01:00
iMacTia
4400acfd2b Introduces documentation layout with bottom navigation links. 2019-06-02 15:09:35 +01:00
iMacTia
a2becaaf6a Adds instrumentation middleware page. 2019-05-29 17:29:47 +01:00
iMacTia
1a2970eba0 Adds retry middleware page. 2019-05-29 17:00:15 +01:00
iMacTia
86fd91cf04 Merge remote-tracking branch 'origin/faraday-website' into faraday-website
# Conflicts:
#	docs/introduction/customize.md
2019-05-28 16:26:51 +01:00
iMacTia
eb9660a818 Adds multipart and url_encoded middleware pages. 2019-05-28 16:26:16 +01:00
Olle Jonsson
eb80f9aa26 Faraday website edits (#987) 2019-05-26 17:44:05 +01:00
iMacTia
d5906c100a Adds documentation for RaiseError middleware. 2019-05-26 15:32:53 +01:00
iMacTia
06e364d998 Adds docs/README.md with instrucitons on how to run the Faraday Website on Jekyll. 2019-05-24 12:51:31 +01:00
iMacTia
f97523dbf1 Removes last bits from README 2019-05-23 18:51:08 +01:00
iMacTia
c17f918425 Removes Travis link from README 2019-05-23 18:39:53 +01:00
iMacTia
3acd1c8d31 Moves README tutorials into separate pages. 2019-05-23 18:30:14 +01:00
iMacTia
11f27d2214 Rubocop fixes. 2019-05-23 10:52:09 +01:00
iMacTia
66384d32dd Merges #970.
Adds table of content to homepage.
Adds details page for logger middleware.
2019-05-19 17:41:27 +01:00
iMacTia
8e89cab029 Merge branch 'expand-readme-2' of https://github.com/lostisland/faraday into faraday-website 2019-05-19 15:10:44 +01:00