Commit graph

2620 commits

Author SHA1 Message Date
Thibaut Courouble
e35298c745 Finish Qt scraper 2018-08-12 18:10:30 -04:00
Nicolas Ettlin
67b5e3cb47 Add Qt scraper 2018-08-12 17:03:50 -04:00
Colin Zheng
d022785b73 Fix #835 2018-08-12 17:00:28 -04:00
Natnael Getahun
1bc380f12d Add DuckDuckGo shortcut
Added an alias ```alt + d``` to be DuckDuckGo shortcut
2018-08-06 18:31:12 -04:00
Thibaut Courouble
17964b67d4 Finish Dart scraper 2018-08-06 18:30:48 -04:00
Thibaut Courouble
e8a20a8f8e Update Prism.js 2018-08-06 18:01:51 -04:00
Jasper van Merle
0429e07761 Add Dart documentation 2018-08-06 18:01:46 -04:00
Thibaut Courouble
4e56a77012 Finish Graphite scraper 2018-07-29 18:12:33 -04:00
Jasper van Merle
7d6e45c325 Add Graphite documentation 2018-07-29 18:01:07 -04:00
Thibaut Courouble
a71f48ea10 Finish Bash scraper 2018-07-29 17:33:26 -04:00
Jasper van Merle
1d56144a4b Add Bash documentation 2018-07-29 17:22:38 -04:00
Thibaut Courouble
34fe833d82 Finish Pygame scraper 2018-07-29 17:22:38 -04:00
Mathieu PATUREL
6f4f3485a4 Add pygame documentation 2018-07-29 16:56:35 -04:00
Nicolas Ettlin
4bc4d24e3f Add a .editorconfig file
This commit adds an .editorconfig file: it ensures that the coding conventions of DevDocs (https://github.com/freeCodeCamp/devdocs/blob/master/CONTRIBUTING.md#coding-conventions) are applied.

Learn more about the .editorconfig file format: https://editorconfig.org/
2018-07-29 16:34:44 -04:00
Thibaut Courouble
ba54a79a4a Update gem dependencies 2018-07-29 16:34:39 -04:00
Thibaut Courouble
6ecd9d8cc2 Update MDN docs 2018-07-08 21:58:19 -04:00
Thibaut Courouble
ad7be4d061 Finish Koa scraper 2018-07-08 17:41:45 -04:00
Jed Fox
b97cfa6693 Add Koa 2018-07-08 17:26:58 -04:00
Thibaut Courouble
b4cd5f1802 Finish Terraform scraper 2018-07-08 17:26:58 -04:00
Doug Fitzmaurice
716fc26af1 Add a Terraform scraper 2018-07-08 17:18:47 -04:00
Thibaut Courouble
eca9d7ef09 Update Ansible documentation (2.6.1) 2018-07-08 17:18:47 -04:00
Thibaut Courouble
15f79fa488 Finish Leaflet scraper 2018-07-08 17:18:47 -04:00
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