Mathieu PATUREL
6f4f3485a4
Add pygame documentation
7 years ago
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/
7 years ago
Thibaut Courouble
ba54a79a4a
Update gem dependencies
7 years ago
Thibaut Courouble
6ecd9d8cc2
Update MDN docs
7 years ago
Thibaut Courouble
ad7be4d061
Finish Koa scraper
7 years ago
Jed Fox
b97cfa6693
Add Koa
7 years ago
Thibaut Courouble
b4cd5f1802
Finish Terraform scraper
7 years ago
Doug Fitzmaurice
716fc26af1
Add a Terraform scraper
7 years ago
Thibaut Courouble
eca9d7ef09
Update Ansible documentation (2.6.1)
7 years ago
Thibaut Courouble
15f79fa488
Finish Leaflet scraper
7 years ago
Thibaut Courouble
4bd451a4db
Update link to freecodecamp blog
7 years ago
Simon Legner
c8291a7428
Add leaflet doc
7 years ago
Thibaut Courouble
b1c37f9404
Update CodeceptJS documentation (1.3.1)
7 years ago
Thibaut Courouble
5a62aa043d
Update Electron documentation (2.0.2)
7 years ago
Thibaut Courouble
40c36a85aa
Update Django documentation (2.0.7)
7 years ago
Thibaut Courouble
a64cd2c83d
Update Erlang documentation (21.0)
7 years ago
Thibaut Courouble
5fc6b03070
Update D documentation (2.081.0)
7 years ago
Thibaut Courouble
b88ae596a1
Update ReactNative documentation (0.56)
7 years ago
Thibaut Courouble
665022f542
Update Node.js documentation (10.6.0)
7 years ago
Thibaut Courouble
f5b074d397
Update Sinon.JS documentation (6.1.3)
7 years ago
Thibaut Courouble
9c87e451dd
Update Python documentation (3.7.0)
7 years ago
Beau Carnes
22fa7c81b6
Fix header alignment in Python (issue #808 )
7 years ago
Beau Carnes
68bd35c1bc
update Flow version
7 years ago
icyleaf
88fbec5077
Update crystal documentation to 0.25.1.
7 years ago
icyleaf
0950168660
Update crystal documentation (0.25.0)
7 years ago
Thibaut Courouble
8be51a5b36
Update Jest documentation (23.3.0)
7 years ago
Beau Carnes
eaeb2bd321
Jest links work ( #826 )
7 years ago
Beau Carnes
55a77f633f
Fix SVG case issue ( #791 )
7 years ago
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.
7 years ago
Thibaut Courouble
66f69d88d0
Update gem dependencies
7 years ago
Jasper van Merle
4b12335b19
Fix #829
7 years ago
Beau Carnes
6791d69569
Indicate that new scss files need to also be referenced in application-dark.css.scss
7 years ago
Thibaut Courouble
bf116473e7
Update gem dependencies
7 years ago
Thibaut Courouble
941f33e133
Update Angular documentation (6.0.4)
7 years ago
Thibaut Courouble
4da5825271
Update TypeScript documentation (2.9.0)
7 years ago
Thibaut Courouble
b8bb4f41bc
Update Erlang documentation (20.3)
7 years ago
Thibaut Courouble
c01836e04c
Update webpack documentation (4.12.0)
7 years ago
Thibaut Courouble
ee95dae7e8
Update Sinon.JS documentation (5.1.0)
7 years ago
Thibaut Courouble
c3c9da9b56
Update npm documentation (6.1.0)
7 years ago
Thibaut Courouble
c7f8057c95
Update React documentation (16.4.0)
7 years ago
Thibaut Courouble
70063b5721
Update Yarn documentation (1.7.0)
7 years ago
Thibaut Courouble
314791dd70
Update CodeceptJS documentation (1.2.1)
7 years ago
Thibaut Courouble
012f8007e1
Update Jest documentation (23.1.0)
7 years ago
Thibaut Courouble
19f432d397
Update nginx documentation (1.15.0)
7 years ago
Thibaut Courouble
f0916fd247
Update Node.js documentation (10.4.0)
7 years ago
Thibaut Courouble
bcb5445452
Add back Ansible 2.4 version + improve scraper
7 years ago
Agustín Herranz
bb36df7085
Fix and upgrade Ansible doc
7 years ago
Thibaut Courouble
4714060ee9
Improve ReactNative scraper
7 years ago
Beau Carnes
b97b603795
update React Native to 0.55
7 years ago
Jed Fox
a5b6ffb116
Move “DevDocs” in the tab title to after the dynamic portion of the title
7 years ago