Commit graph

2598 commits

Author SHA1 Message Date
Thibaut Courouble
4bd451a4db Update link to freecodecamp blog 2018-07-08 17:07:14 -04:00
Simon Legner
c8291a7428 Add leaflet doc 2018-07-08 16:55:08 -04:00
Thibaut Courouble
b1c37f9404 Update CodeceptJS documentation (1.3.1) 2018-07-08 16:46:59 -04:00
Thibaut Courouble
5a62aa043d Update Electron documentation (2.0.2) 2018-07-08 16:46:35 -04:00
Thibaut Courouble
40c36a85aa Update Django documentation (2.0.7) 2018-07-08 16:45:23 -04:00
Thibaut Courouble
a64cd2c83d Update Erlang documentation (21.0) 2018-07-08 16:44:29 -04:00
Thibaut Courouble
5fc6b03070 Update D documentation (2.081.0) 2018-07-08 16:44:25 -04:00
Thibaut Courouble
b88ae596a1 Update ReactNative documentation (0.56) 2018-07-08 16:39:58 -04:00
Thibaut Courouble
665022f542 Update Node.js documentation (10.6.0) 2018-07-08 16:37:10 -04:00
Thibaut Courouble
f5b074d397 Update Sinon.JS documentation (6.1.3) 2018-07-08 16:34:34 -04:00
Thibaut Courouble
9c87e451dd Update Python documentation (3.7.0) 2018-07-08 16:34:29 -04:00
Beau Carnes
22fa7c81b6 Fix header alignment in Python (issue #808) 2018-07-08 16:28:35 -04:00
Beau Carnes
68bd35c1bc update Flow version 2018-07-08 16:27:47 -04:00
icyleaf
88fbec5077 Update crystal documentation to 0.25.1. 2018-07-08 16:26:30 -04:00
icyleaf
0950168660 Update crystal documentation (0.25.0) 2018-07-08 16:26:25 -04:00
Thibaut Courouble
8be51a5b36 Update Jest documentation (23.3.0) 2018-07-08 16:25:52 -04:00
Beau Carnes
eaeb2bd321 Jest links work (#826) 2018-07-08 16:21:42 -04:00
Beau Carnes
55a77f633f Fix SVG case issue (#791) 2018-07-08 16:19:39 -04:00
Grant Bourque
d657377d1c Use document.scrollingElement for mobile scrolls
- Set `document.scrollingElement` as the scrolling element
  for scrolling to anchors when the app is mobile mode
  to enhance support in newer browsers.
  The CSS View Module spec considers `document.documentElement`/`<html>`
  to be the standard scrolling element
  and that is what appears to be used in the latest Firefox and Chrome.
  However, some older browsers and even the current Safari
  use `document.body` as the scrolling element
  which is why I suspect the original code used `document.body`.
  Since some browsers scroll on different elements,
  `document.scrollingElement` exists
  so the browser can tell us what to use
  for scrolling to anchors work for all modern browsers.
  Since `document.scrollingElement` is undefined in older browsers,
  `document.body` is available as fallback mobile scrolling element.
2018-07-08 16:19:15 -04:00
Thibaut Courouble
66f69d88d0 Update gem dependencies 2018-07-08 16:18:53 -04:00
Thibaut Courouble
bf116473e7 Update gem dependencies 2018-06-10 21:54:58 -04:00
Thibaut Courouble
941f33e133 Update Angular documentation (6.0.4) 2018-06-10 21:52:55 -04:00
Thibaut Courouble
4da5825271 Update TypeScript documentation (2.9.0) 2018-06-10 21:27:35 -04:00
Thibaut Courouble
b8bb4f41bc Update Erlang documentation (20.3) 2018-06-10 21:26:45 -04:00
Thibaut Courouble
c01836e04c Update webpack documentation (4.12.0) 2018-06-10 21:23:24 -04:00
Thibaut Courouble
ee95dae7e8 Update Sinon.JS documentation (5.1.0) 2018-06-10 21:20:31 -04:00
Thibaut Courouble
c3c9da9b56 Update npm documentation (6.1.0) 2018-06-10 21:20:16 -04:00
Thibaut Courouble
c7f8057c95 Update React documentation (16.4.0) 2018-06-10 21:18:59 -04:00
Thibaut Courouble
70063b5721 Update Yarn documentation (1.7.0) 2018-06-10 21:18:07 -04:00
Thibaut Courouble
314791dd70 Update CodeceptJS documentation (1.2.1) 2018-06-10 21:17:04 -04:00
Thibaut Courouble
012f8007e1 Update Jest documentation (23.1.0) 2018-06-10 21:16:38 -04:00
Thibaut Courouble
19f432d397 Update nginx documentation (1.15.0) 2018-06-10 21:15:13 -04:00
Thibaut Courouble
f0916fd247 Update Node.js documentation (10.4.0) 2018-06-10 21:14:02 -04:00
Thibaut Courouble
bcb5445452 Add back Ansible 2.4 version + improve scraper 2018-06-10 20:27:52 -04:00
Agustín Herranz
bb36df7085 Fix and upgrade Ansible doc 2018-06-10 19:26:29 -04:00
Thibaut Courouble
4714060ee9 Improve ReactNative scraper 2018-06-10 19:21:11 -04:00
Beau Carnes
b97b603795 update React Native to 0.55 2018-06-10 19:11:50 -04:00
Jed Fox
a5b6ffb116 Move “DevDocs” in the tab title to after the dynamic portion of the title 2018-06-10 19:11:42 -04:00
Grant Bourque
d5d913fc11 Use browser dimensions for mobile detection
- Use `max-width`/`max-height` mobile detection media queries
  instead of `max-device-width`/`max-device-height`.
  Some browsers inaccurately report the device dimensions
  and get the mobile version of the DevDocs unexpectedly.
  Not depending on the device dimensions also improves the experience
  by displaying the mobile version
  if a desktop browser window is sufficiently small enough.
2018-06-10 19:11:25 -04:00
Thibaut Courouble
dd6f34a89d Fix Travis CI issue 2018-05-16 21:51:29 -04:00
Thibaut Courouble
93959ecc24 Fix Travis CI issue 2018-05-16 21:39:33 -04:00
Mark Knol
2c5f9d0627 Update haxe.rb
Add all targets / copyright year
2018-05-16 21:33:24 -04:00
Thibaut Courouble
ece5e5b3cc Update PHP documentation (7.2.5) 2018-05-13 20:59:36 -04:00
Thibaut Courouble
ab6190439c Update Django documentation (2.0.5) 2018-05-13 20:43:36 -04:00
Thibaut Courouble
5ffaaa4680 Update D documentation (2.080.0) 2018-05-13 20:42:14 -04:00
Thibaut Courouble
87c756e982 Update Elixir documentation (1.6.5) 2018-05-13 20:37:35 -04:00
Thibaut Courouble
38d525a135 Update CoffeeScript documentation (2.3.0) 2018-05-13 20:36:41 -04:00
Thibaut Courouble
e8a146a059 Update Sinon.JS documentation (5.0.7) 2018-05-13 20:35:53 -04:00
Thibaut Courouble
70b1f514cc Update webpack documentation (4.8.3) 2018-05-13 20:34:47 -04:00
Thibaut Courouble
377e210f69 Update Node.js documentation (10.1.0) 2018-05-13 20:32:46 -04:00