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
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.
7 years ago
Thibaut Courouble
dd6f34a89d
Fix Travis CI issue
7 years ago
Thibaut Courouble
93959ecc24
Fix Travis CI issue
7 years ago
Mark Knol
2c5f9d0627
Update haxe.rb
...
Add all targets / copyright year
7 years ago
Thibaut Courouble
ece5e5b3cc
Update PHP documentation (7.2.5)
7 years ago
Thibaut Courouble
ab6190439c
Update Django documentation (2.0.5)
7 years ago
Thibaut Courouble
5ffaaa4680
Update D documentation (2.080.0)
7 years ago
Thibaut Courouble
87c756e982
Update Elixir documentation (1.6.5)
7 years ago
Thibaut Courouble
38d525a135
Update CoffeeScript documentation (2.3.0)
7 years ago
Thibaut Courouble
e8a146a059
Update Sinon.JS documentation (5.0.7)
7 years ago
Thibaut Courouble
70b1f514cc
Update webpack documentation (4.8.3)
7 years ago
Thibaut Courouble
377e210f69
Update Node.js documentation (10.1.0)
7 years ago
Thibaut Courouble
cb09397d74
Update Vagrant documentation (2.1.1)
7 years ago
Thibaut Courouble
86682d3868
Update D3.js documentation (5.4.0)
7 years ago
Thibaut Courouble
7c70e63041
Update Bootstrap documentation (4.1.1)
7 years ago
Thibaut Courouble
f3bc591617
Update Electron documentation (2.0.0)
7 years ago
Thibaut Courouble
97025efbf7
Update Rust documentation (1.26.0)
7 years ago
Thibaut Courouble
53b64549da
Update TensorFlow documentation (1.8)
7 years ago
Thibaut Courouble
1e5fd0be9e
Updated Adding documentations to DevDocs (markdown)
7 years ago
Thibaut Courouble
308c625378
Updated Adding documentations to DevDocs (markdown)
7 years ago
Thibaut Courouble
6fa2c5677b
Updated Adding documentations to DevDocs (mediawiki => markdown)
7 years ago
Thibaut Courouble
41e8d87054
Updated Scraper Reference (markdown)
7 years ago