Jed Fox
c8249126f4
Merge pull request #1144 from lgeiger/upgrade-tensorflow
...
Upgrade TensorFlow 2.1
5 years ago
Simon Legner
13d33f106c
bootstrap: update to 3.4.1 and 4.4.1
5 years ago
Jed Fox
712ff2ae3d
Set the height of the “star the DevDocs repo” badge on the homepage
5 years ago
Jed Fox
2beb46db42
Add mobile override mode
...
Fixes #1157
5 years ago
Jed Fox
6832c1ccf6
Fix error when no theme is set and the auto theme is not supported
5 years ago
Jed Fox
8de9e43000
Add news item for automatic theme
5 years ago
Jed Fox
364be3bf11
Merge pull request #1086 from simon04/prefers-color-scheme
...
Add support for prefers-color-scheme media query
5 years ago
Jed Fox
cc406a8ea9
Fix watching for theme change
5 years ago
Jed Fox
e8b1359665
Switch to radio buttons for theme picker, only allow auto setting where supported
5 years ago
Jed Fox
af8576fe0a
It’s 2020
5 years ago
Jed Fox
ba5bdc2933
Update news.json
5 years ago
Jed Fox
7287d0bfc6
Merge pull request #1126 from Cimbali/master
...
Add documentation for gnuplot
5 years ago
Jed Fox
33c2d1435a
Merge pull request #1133 from simon04/typescript
...
typescript: update to 3.7.2
5 years ago
Jed Fox
f42afb6f30
Fix #1151 by catching errors thrown when calling canvas.toDataURL
5 years ago
Jed Fox
dca7ffd17b
Update versions & dates for Python, extract info for downloading
5 years ago
Jed Fox
428afb1f85
Merge pull request #1130 from simon04/python
...
python: add version 3.8
5 years ago
Lukas Geiger
02e4a384b6
Upgrade TensorFlow docs to v2.0
5 years ago
Simon Legner
c60aa3e506
typescript: update to 3.7.2
5 years ago
Simon Legner
362d1532a1
python: add version 3.8
5 years ago
Cimbali
f5a3152bbb
Add gnuplot documentation as source
...
Documentation is part of the gnuplot source code, available at:
- https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/docs/
This can be redistributed, according the the Copyright (emphasis mine):
> * Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley
> *
> * Permission to use, copy, and distribute this software **and its**
> * **documentation** for any purpose with or without fee is hereby granted,
> * provided that the above copyright notice appear in all copies and
> * that both that copyright notice and this permission notice appear
> * in supporting documentation.
Full copyright notice here:
https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright
The term “gnuplot license” is not very widespread but brings satisfying
results on search engines (including on wikipedia), so I took the
liberty to add a link to the copyright file, taken from the “Gnuplot's
copyright” link on the gnuplot home page, http://gnuplot.info .
Here is how to build the gnuplot docs to parse them:
mkdir gnuplot-src gnuplot-conf $DEVDOCS_ROOT/docs/gnuplot
git clone -b 5.2.7 --depth 1 https://git.code.sf.net/p/gnuplot/gnuplot-main ./gnuplot-src
cd gnuplot-src/
./prepare
cd ../gnuplot-conf
../gnuplot-src/configure
make -C docs nofigures.tex
latex2html -html 5.0,math -split 4 -link 8 -long_titles 5 -dir $DEVDOCS_ROOT/docs/gnuplot -ascii_mode docs/nofigures.tex
5 years ago
Kayla Altepeter
f08cb87031
Update Angular documentation to include 7 and 8
5 years ago
Jasper van Merle
82761c9d56
Update news.json
5 years ago
Jasper van Merle
5824a4dced
Merge pull request #1107 from waldyrious/add-sequelize-documentation
...
Add Sequelize documentation
5 years ago
Jasper van Merle
9b63f4625f
Merge pull request #1109 from TheWillGabriel/rails-6.0
...
Update Rails documentation (6.0.0)
5 years ago
Jasper van Merle
399387f6c8
Update news.json
5 years ago
Jasper van Merle
c8380bb228
Merge pull request #841 from jmerle/mariadb
...
Add MariaDB documentation
5 years ago
Jasper van Merle
fdb9701e33
Merge pull request #970 from jmerle/reactivex
...
Add ReactiveX documentation
5 years ago
TheWillGabriel
0476dd0eb3
Add Rails version 6.0
5 years ago
Waldir Pimenta
2bdf3a05d0
Add Sequelize documentation
5 years ago
Stefan Selent
e0e158c8d7
Don't add auto-hide layout based on current location
...
...instead of just by layout name
5 years ago
Jasper van Merle
04abf810b7
Update Godot documentation (3.1.1)
5 years ago
Jasper van Merle
8cebb3d4cb
Update D documentation (2.088.0)
5 years ago
Jasper van Merle
b3d5f9a0a3
Update Crystal documentation (0.30.1)
5 years ago
Jasper van Merle
0aa78305d8
Update Cordova documentation (9.0.0)
5 years ago
Simon Legner
0700f2d833
Add support for prefers-color-scheme media query
5 years ago
Jasper van Merle
c4fcad217f
Merge pull request #1080 from filalex77/postgresql-11
...
Update PostgreSQL to version 11 (release 11.5)
5 years ago
Jasper van Merle
782429ca02
Fix various favicon-related Sentry issues
5 years ago
Oleksii Filonenko
56ae7d29a9
Update attribution for PostgreSQL (2018 -> 2019)
5 years ago
Jasper van Merle
49a7485b88
Revert accidental Electron attribution change
5 years ago
Jasper van Merle
4eeca31791
Update NumPy documentation (1.17.0)
5 years ago
Jasper van Merle
ffb39cba54
Update Nokogiri documentation (1.10.4)
5 years ago
Jasper van Merle
c20ad3ed54
Update Node.js documentation (12.9.1)
5 years ago
Jasper van Merle
ff20016bd6
Update Chai documentation (4.2.0)
5 years ago
Jasper van Merle
7339748b59
Update CakePHP documentation (3.8.3)
5 years ago
Jasper van Merle
5c402381d5
Update Backbone.js documentation (1.4.0)
5 years ago
Jasper van Merle
011b150c70
Update changelog
5 years ago
Jasper van Merle
2488740dfb
Merge pull request #928 from jmerle/cobol
...
Add GnuCOBOL documentation
5 years ago
Jasper van Merle
9f2941cd27
Merge pull request #882 from jmerle/enzyme
...
Add Enzyme documentation
5 years ago
Jasper van Merle
39ec9e4e3b
Revert adding transparent background to favicon doc images
5 years ago
Jasper van Merle
6efad323ff
Add transparent background to doc icon on favicon
5 years ago
Jasper van Merle
f2a38dbf2c
Update prism.js to use spaces instead of tabs like it is now
6 years ago
Jasper van Merle
0574de6812
Fix merge conflict
6 years ago
Stefan Selent
ea57487453
Extract the right target for clicks on nested elements
6 years ago
Jasper van Merle
d715d675f9
Merge pull request #1068 from simon04/git
...
git: update to 2.23.0
6 years ago
Jasper van Merle
d50bf368a0
git: update attribution to doc's license instead of git's license
6 years ago
Jasper van Merle
0fd990dfcb
Merge pull request #1064 from simon04/julia
...
julia: add versions 1.1 and 1.2; enable syntax highlighting
6 years ago
Jasper van Merle
79adb7ebd3
Merge pull request #1069 from simon04/rust
...
rust: update to 1.37.0
6 years ago
Jasper van Merle
212f7ee118
rust: proper and working update to 1.37.0
6 years ago
Simon Legner
cbfc464727
julia: add alias "jl"
...
Corresponds to file extension used by Julia.
6 years ago
Simon Legner
aefc006984
löve: add alias "love"
6 years ago
Simon Legner
740a641238
julia: enable syntax highlighting
6 years ago
Simon Legner
cd2339d96a
julia: add versions 1.1 and 1.2
6 years ago
Jasper van Merle
3b175c716b
Merge pull request #1052 from gengjiawen/patch-2
...
bump vue to 2.6.10
6 years ago
Jasper van Merle
751bf6e7d5
vue: update scraper and filters for 2.6.10
6 years ago
Jasper van Merle
b15f8c6cee
Merge pull request #1051 from gengjiawen/patch-1
...
bump jest to 24.8.0
6 years ago
Jasper van Merle
b1ab6743f5
jest: finish update
6 years ago
Jasper van Merle
cbe38c8f36
django_rest_framework: finish scraper and filters
6 years ago
Jiawen Geng
4f7d93b438
bump vue to 2.6.10
6 years ago
Jasper van Merle
fef9589fae
Simplify service worker and don't show analytics setting/notification in development
6 years ago
Jasper van Merle
3a6a158f14
trio: finish scraper and filters
6 years ago
Jasper van Merle
966679235c
octave: update about_tmpl entry
6 years ago
Jasper van Merle
4da5ae7e73
octave: finish scraper and filters
6 years ago
Jasper van Merle
17528d9845
rxjs: finish scraper and filters
6 years ago
Jasper van Merle
eb82f6024c
pony: finish scraper and filters
6 years ago
Jasper van Merle
40defddb6c
vuex: finish scraper and filters
6 years ago
Jasper van Merle
186932e44b
Fix merge conflict
6 years ago
Jasper van Merle
3e1e65efec
Merge branch 'master' into reactivex
6 years ago
Jasper van Merle
3fb0310beb
Merge branch 'master' into cobol
6 years ago
Jasper van Merle
ee43d42835
Merge branch 'master' into enzyme
6 years ago
Jasper van Merle
93582d3b82
mariadb: update scraper and filters to work with the official website
6 years ago
Jasper van Merle
facb0a44d2
Merge branch 'master' into mariadb
6 years ago
Jasper van Merle
1c3a9761c6
vue-router: finish scraper and filters
6 years ago
Jasper van Merle
63a8f840f3
Merge branch 'master' into vue-router
6 years ago
Jasper van Merle
ce5f182014
composer: finish scraper and filters
6 years ago
Jasper van Merle
a1c8ed2909
Merge branch 'master' into composer
6 years ago
Jasper van Merle
f3d5a6eae3
salt_stack: finish scraper and filters
6 years ago
Jasper van Merle
f25c62ede4
Revert autoHide change for consistency
6 years ago
Jasper van Merle
22094f7dcf
Fix #1049
6 years ago
Jasper van Merle
11234ecb45
cypress: finish scraper and filters
6 years ago
Jasper van Merle
78168366cf
wordpress: finish scraper and filters
6 years ago
Jasper van Merle
e566036f54
scala: fix license and update entries filter
6 years ago
Jasper van Merle
85d591e4a7
Merge pull request #1042 from simon04/ansible-2.8
...
ansible: add version 2.8
6 years ago
Jasper van Merle
1b6cb0e659
Merge pull request #1037 from simon04/leaflet-1.5
...
leaflet: add versions 1.4 and 1.5
6 years ago
Jasper van Merle
717e6ef465
Merge pull request #1040 from simon04/bootstrap-4.3
...
bootstrap: update to version 4.3
6 years ago
Jasper van Merle
a41b7f017e
Merge pull request #1046 from simon04/cmake-3.15
...
cmake: add versions 3.13, 3.14, 3.15
6 years ago
Simon Legner
897fdd1883
cmake: add versions 3.13, 3.14, 3.15
6 years ago
Simon Legner
321ef2db3e
bootstrap: update to version 4.3
6 years ago
Simon Legner
89171745a5
leaflet: add versions 1.4 and 1.5
6 years ago
Simon Legner
ac2165eea1
ansible: add version 2.8
6 years ago
Simon Legner
d370aacca0
nginx: update to 1.17.2
6 years ago
Jasper van Merle
3202837c02
Update about_tmpl
6 years ago
Jasper van Merle
971d2c67dd
Merge branch 'master' into typo-fixes
6 years ago
Jasper van Merle
45a74930c8
Remove forgotten console.log statement
6 years ago
Jasper van Merle
b23b81e693
Rename CookieStore to CookiesStore
6 years ago
Jasper van Merle
c01982ca9a
Fix favicon on HiDPI displays
6 years ago
Jasper van Merle
8d57c48b18
Fix favicon when there are multiple versions
6 years ago
Jasper van Merle
5dbb853606
Fix Docker images, sprites:generate and a favicon cors issue
6 years ago
Jasper van Merle
be0b8190e4
Merge branch 'master' into dynamic-favicon
6 years ago
Kitten King
6000ffee27
Fix Typos
6 years ago
Jasper van Merle
c4ed883232
Fix grammar
6 years ago
Jasper van Merle
9613ddd14e
Update news.json
6 years ago
Jasper van Merle
8aa8ae1035
Fix merge conflicts
6 years ago
Jasper van Merle
5438143cf8
Fix merge conflicts
6 years ago
Jasper van Merle
ac50e992ad
Stop using an iframe for the GitHub star button ( #975 )
...
Stop using an iframe for the GitHub star button
6 years ago
Jasper van Merle
1c007d8826
Fix merge conflicts
6 years ago
Jasper van Merle
e684e8cb75
Merge pull request #831 from jmerle/fix-829
...
Hide sidebar when mouse is outside the window
6 years ago
Jasper van Merle
377fce4772
Merge pull request #1005 from j-f1/fix-css-supports-check
...
Don’t throw when the `CSS` global is not defined
6 years ago
Jasper van Merle
921a61cd1f
Fix service workers in production, for real this time
6 years ago
Jasper van Merle
3d974a42fa
Fix service workers in production
6 years ago
Jasper van Merle
6138f05bd7
Merge pull request #1022 from jmerle/service-worker
...
Replace the App Cache with a Service Worker
6 years ago
Jasper van Merle
22d78b5e71
Remove scope by clicking on it or by backspacing into it ( #942 )
...
Remove scope by clicking on it or by backspacing into it
6 years ago
Jasper van Merle
876d9a4410
Fix typo
6 years ago
Jasper van Merle
dff5675a0c
Re-factoring
6 years ago
Jasper van Merle
ba46b7841b
Set theme color depending on DevDocs theme
6 years ago
Jasper van Merle
c28305b0b7
Implement review suggestions
6 years ago
Jasper van Merle
fb2d7374da
Update page load error message
6 years ago
Jasper van Merle
2bbbc66e8c
Update quotes
6 years ago
Jasper van Merle
27167a49a6
Update offline page
6 years ago
Jasper van Merle
b8a5c6be90
Update unsupported browser versions
6 years ago
Jasper van Merle
576f32dae1
Make service worker opt-in in development
6 years ago
Jasper van Merle
dd23a6c7b7
Move all styling configuration to the client
6 years ago
Jasper van Merle
0e9aa8847b
Add preference to bypass service worker cache
6 years ago
Jasper van Merle
ec8616e289
Service worker refactoring
6 years ago
Jasper van Merle
8ed1f4ace1
Replace AppCache with a service worker
6 years ago
Jasper van Merle
d63487d973
Simplify layouts array
6 years ago
Jasper van Merle
0c42db5749
Simplify toggleLayout
6 years ago
Jasper van Merle
35f6f719e3
Load layout preferences client-side from cookies
6 years ago
Jed Fox
1bc20dbc0d
Don’t throw when the `CSS` global is not defined
6 years ago
Jasper van Merle
14e49f7014
Use GitHub's parent-child style
6 years ago
Jasper van Merle
6893ac9514
Merge branch 'master' into fix-829
6 years ago
Jasper van Merle
4355631c7b
development -> production
6 years ago
Jed Fox
01f1eda4fa
Stop using an iframe for the GitHub star button
6 years ago
Jasper van Merle
4de4106d33
Update message
6 years ago
Jasper van Merle
66a0b82e3c
Ask for consent before enabling Google Analytics and Gauges
6 years ago
Jasper van Merle
c36478ce82
Set favicon to the icon of the currently shown docs
6 years ago
Jasper van Merle
d640a8ee22
Set favicon to documentation icon on open
6 years ago
Jasper van Merle
b7964605ef
Update Prism.js to support Groovy syntax highlighting
6 years ago
Jasper van Merle
d0cf5d745c
Add ReactiveX documentation
6 years ago
Jasper van Merle
2933798bcf
Merge branch 'master' into mariadb
6 years ago
Thibaut Courouble
90ddbad8ad
2019
6 years ago
Thibaut Courouble
b6358992d5
Copy changes to reflect that DevDocs is now operated by freeCodeCamp
6 years ago
Thibaut Courouble
5c2545e6c4
Retire DevDocs's mailing list in favor of Gitter
6 years ago
Jasper van Merle
c6f0f1693f
Limit new event listener to Chrome for Android
6 years ago
Jasper van Merle
c27868debc
Simplify re-triggering search after scope change
6 years ago
Thibaut Courouble
66cba23d9c
Redirect to the index page when rebooting the app from the settings page
6 years ago
Jasper van Merle
8039610888
Remove scope by clicking on it or by backspacing into it
6 years ago
Jasper van Merle
504f95e4f4
Fix single documentation search on Android
6 years ago
Jasper van Merle
14aa61a798
Add GnuCOBOL documentation
6 years ago
Thibaut Courouble
8d7218fe5f
Update Underscore.js documentation (1.9.1)
6 years ago
Thibaut Courouble
5d84f94f36
Update Twig documentation (2.5.0)
6 years ago
Thibaut Courouble
1902f1725d
Update scikit-learn documentation (0.20.0)
6 years ago
Thibaut Courouble
e64cfcfb64
Add confirmation to "Uninstall all" action
...
Closes #913 .
6 years ago
Thibaut Courouble
a8a97e0198
Preserve path when reloading the app
...
Fixes #849 .
6 years ago
Thibaut Courouble
4c88173d95
Update Matplotlib documentation (3.0.0)
6 years ago
Thibaut Courouble
7ba33e90b0
Update Julia documentation (1.0.1)
6 years ago
Thibaut Courouble
6ff895904f
Update Cordova documentation (8.1.2)
6 years ago
Thibaut Courouble
8311db3157
Update Async documentation (2.6.1)
6 years ago
Jasper van Merle
536fa35ff9
Fix merge conflict
6 years ago
Nicolas Ettlin
57232ce130
Add Vuex reference
6 years ago
Thibaut Courouble
e8d52c9cfd
Fix app cache not updating when changing the app's color theme
...
This is needed because the index page is part of the app cache, and the <html> tag has a different class depending on the theme.
6 years ago
Thibaut Courouble
33c986fcf0
Fix CSS variable support check (take 2)
6 years ago
Jasper van Merle
05aaf5eedd
Fix CSS variable support check
6 years ago
Thibaut Courouble
847cfbb682
Update browser requirements
6 years ago
Jed Fox
a30fcf9d9a
Switch from SASS variables to CSS variables
...
* Switch from SASS variables to CSS variables for most styling
These are the simple cases, and the more complex ones will be covered by future commits. I’ve also replaced $fooZ ± 1 with the appropriate variable to avoid a runtime `calc()`.
* Eliminate the `$style` variable 🔥
I’ve added a `--absolute` variable that’s `white` in dark mode and `black` in regular mode.
* Remove `$inputFocusBorder` 🔥
* Switch the Prism styles to CSS variables
* Convert `$mediumScreen` to a mixin
* 🔥 `$selectionText`
* Eliminate the final uses of SCSS variables
I’ve dropped the 95% opacity on the background of the method source code overlay in RDoc since the difference isn’t noticeable but it makes implementation a lot easier.
* Misc fixes
* Extract the common variables from the two themes to a new file
* Remove illegal usages of CSS variables in SCSS functions
This flattens out the buttons on the settings page which makes the styles simpler (and more modern-looking IMO) and removes the box-shadow on the button, which was completely invisible to me.
* Fix usages of SCSS functions in CSS variables
* Use `html._theme-*` selectors
* Eliminate `application-dark.css`; switch themes by toggling classes
This also means that the Application Cache doesn’t have to get updated when toggling themes, and a new CSS file that’s nearly the same doesn’t need to be downloaded.
6 years ago
Thibaut Courouble
7d3c6bd970
Force HTTPS
6 years ago
Jasper van Merle
85f57fe5d0
Add option to automatically download documentation
6 years ago
Jasper van Merle
552b526509
Add Enzyme documentation
6 years ago
Nicolas Ettlin
2d6c1be335
Add Vue Router reference
6 years ago
Nicolas Ettlin
b98ab152c8
Add Composer
6 years ago
Thibaut Courouble
24abe4c9d9
Finish Handlebars.js scraper
6 years ago
Jasper van Merle
8b9c62d791
Add Handlebars.js documentation
6 years ago
Thibaut Courouble
62e07e4e4d
Finish Puppeteer scraper
6 years ago
Jasper van Merle
a6b7bd53c2
Add Puppeteer documentation
6 years ago
Thibaut Courouble
1820fe328c
Update CMake documentation (3.12.1)
7 years ago
Thibaut Courouble
e35298c745
Finish Qt scraper
7 years ago
Nicolas Ettlin
67b5e3cb47
Add Qt scraper
7 years ago
Natnael Getahun
1bc380f12d
Add DuckDuckGo shortcut
...
Added an alias ```alt + d``` to be DuckDuckGo shortcut
7 years ago
Thibaut Courouble
17964b67d4
Finish Dart scraper
7 years ago
Thibaut Courouble
e8a20a8f8e
Update Prism.js
7 years ago
Jasper van Merle
0429e07761
Add Dart documentation
7 years ago
Jasper van Merle
e894a2f3ee
Add MariaDB documentation
...
Switch to UrlScraper
Refactoring
7 years ago
Thibaut Courouble
4e56a77012
Finish Graphite scraper
7 years ago
Jasper van Merle
7d6e45c325
Add Graphite documentation
7 years ago
Thibaut Courouble
a71f48ea10
Finish Bash scraper
7 years ago
Jasper van Merle
1d56144a4b
Add Bash documentation
7 years ago
Thibaut Courouble
34fe833d82
Finish Pygame scraper
7 years ago
Thibaut Courouble
ad7be4d061
Finish Koa scraper
7 years ago
Thibaut Courouble
b4cd5f1802
Finish Terraform scraper
7 years ago
Thibaut Courouble
15f79fa488
Finish Leaflet scraper
7 years ago
Thibaut Courouble
4bd451a4db
Update link to freecodecamp blog
7 years ago
Beau Carnes
68bd35c1bc
update Flow version
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
Jasper van Merle
4b12335b19
Fix #829
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
Mark Knol
2c5f9d0627
Update haxe.rb
...
Add all targets / copyright year
7 years ago
Thibaut Courouble
0e188e3b11
Update Vue.js documentation (2.5.16)
7 years ago
Thibaut Courouble
4eb71d5663
Update Underscore.js documentation (1.9.0)
7 years ago
Thibaut Courouble
5b2ff8bd37
Update Redis documentation (4.0.9)
7 years ago
Thibaut Courouble
47591b9239
Update D3.js documentation (5.1.0)
7 years ago
Thibaut Courouble
587124a0b2
Update CakePHP documentation (3.6.2)
7 years ago
Thibaut Courouble
d478fb4d83
Update Bower documentation (1.8.4)
7 years ago
Thibaut Courouble
91fc239046
Update Apache HTTP Server documentation (2.4.33)
7 years ago
Thibaut Courouble
d48396de57
DevDocs → freeCodeCamp
7 years ago
Thibaut Courouble
1be7a8f37d
Update Ansible documentation (2.4.3)
...
Fixes #752 .
7 years ago
Thibaut Courouble
cbe12622de
Update CodeIgniter documentation (3.1.8)
7 years ago
Thibaut Courouble
a54038cb05
Fix HTML typo
7 years ago
Thibaut Courouble
a379b6299d
Ask all HTTP users to switch to HTTPS
7 years ago
Thibaut Courouble
e8bb76fe53
Update links to HTTPS
7 years ago
Thibaut Courouble
db9cc83b90
Update lodash documentation (4.17.5)
7 years ago
Thibaut Courouble
4571b01c02
Update Codeception documentation (2.4.0)
7 years ago
Thibaut Courouble
95895b1b73
Update Yarn documentation (1.5.1)
7 years ago
Thibaut Courouble
972ed81acc
Update PHP documentation (7.2.2)
7 years ago
Thibaut Courouble
3d5c228f27
Update Haxe documentation (3.4.7)
7 years ago
Thibaut Courouble
4b7d21b612
Update Vagrant documentation (2.0.2)
7 years ago
Thibaut Courouble
48012030f4
Update TensorFlow documentation (1.5)
7 years ago
Thibaut Courouble
317910c777
Update PostgreSQL documentation (10.2)
7 years ago
Thibaut Courouble
eaa49e14f0
Update nginx / Lua Module documentation (0.10.11)
7 years ago
Thibaut Courouble
224f97022f
Update nginx documentation (1.13.9)
7 years ago
Thibaut Courouble
fbdbc8dd3d
Update Mocha documentation (5.0.1)
7 years ago
Thibaut Courouble
ceaa89e2b1
Update Kotlin documentation (1.2.21)
7 years ago
Thibaut Courouble
a539ac420b
Update Godot documentation (3.0)
7 years ago
Thibaut Courouble
5d8d84c2b1
Update Git documentation (2.16.2)
7 years ago
Thibaut Courouble
c382eaf3cb
Update Electron documentation (1.8.2)
7 years ago
Thibaut Courouble
2b210a306f
Update D documentation (2.078.3)
7 years ago
Thibaut Courouble
7655ba8543
Update CoffeeScript documentation (2.2.2)
7 years ago
Thibaut Courouble
2a113750fd
Fix changelog entry date format
7 years ago
Thibaut Courouble
7731a599e1
Finish Babel scraper
7 years ago
Jed Fox
17094712e6
Add bash, Django, and YAML syntax highlighting
7 years ago
Jed Fox
517d7003de
Update Prism
7 years ago
Thibaut Courouble
c349caf0f7
Finish Jekyll scraper
7 years ago
Thibaut Courouble
8eb8a9e46d
Finish JSDoc scraper
7 years ago
metarmask
6baa21ee0b
Update OpenSearch instructions for Firefox
7 years ago
Thibaut Courouble
54133da85e
Update Sinon.JS documentation (4.2.2)
7 years ago
Thibaut Courouble
cc5105c07a
Update Elixir documentation (1.6.0)
7 years ago
Thibaut Courouble
e7e4d13681
Update Bootstrap documentation (4.0.0)
7 years ago
Thibaut Courouble
3c84eadba1
Update React documentation (16.2.0)
7 years ago
Thibaut Courouble
d9033ef65e
Update Python documentation (3.6.4)
7 years ago
Thibaut Courouble
704709ba9b
Update Angular documentation (5.1.3)
7 years ago
Thibaut Courouble
118d85fd89
Remove Gratipay
7 years ago
Thibaut Courouble
46a2981aef
2018
7 years ago
Thibaut Courouble
b8c8a42f86
Finish Homebrew scraper
7 years ago
Thibaut Courouble
66d3228f76
Finish ESLint scraper
7 years ago
Kyan
df0f586d07
fix misspelled "occured" to "occurred"
...
Reference: http://www.gingersoftware.com/english-online/spelling-book/misspelling/occurred-occured-ocurred
7 years ago
Thibaut Courouble
dac419289b
Finish Bluebird scraper
7 years ago
Thibaut Courouble
e56343a1d5
Add changelog entry for new print stylesheet
7 years ago
Thibaut Courouble
76aec2bd95
Don't reset to root page when clearing the search field
...
Closes #718 .
7 years ago
Thibaut Courouble
4dc85f8eaa
Update Raven.js
7 years ago
Felix Yan
b55a2946e9
Fix a typo in javascripts/lib/util.coffee
7 years ago
Thibaut Courouble
9337dd651a
Update Mocha documentation (4.0.1)
7 years ago
Thibaut Courouble
e4d841d595
Update React documentation (16.0.0)
7 years ago
Thibaut Courouble
d91e2f98b4
Update Nokogiri documentation (1.8.1)
7 years ago
Thibaut Courouble
712c55cd8c
Update links
7 years ago
Thibaut Courouble
385788c79d
Update Prism.js
7 years ago
Thibaut Courouble
6783d08982
Update Raven.js
7 years ago
Thibaut Courouble
cbfc73951b
Improve Help page
...
Closes #676 .
7 years ago
Thibaut Courouble
786a549f0f
Remove X-Requested-With header to avoid CORS preflight requests
7 years ago
Thibaut Courouble
8f16c6b125
Tweak About page
7 years ago
Thibaut Courouble
411342852b
Change a few external links to https
7 years ago
Thibaut Courouble
4ff7803f7a
Thanks Sentry for the free account
7 years ago
Thibaut Courouble
f5194d35bf
Add automatic/fallback redirection for URLs with missing or incorrect trailing slash
7 years ago
Thibaut Courouble
9cce390ead
Fix alt+o shortcut not preventing default in Firefox
7 years ago
Thibaut Courouble
7bd9af29b7
Update Bower documentation (1.8.2)
7 years ago
Thibaut Courouble
0240932198
Fix exception in $.scrollParent
7 years ago
Thibaut Courouble
44e6316100
Add ability export/import preferences
...
Closes #671 .
7 years ago
Thibaut Courouble
7428645dc1
Improve app loading sequence
7 years ago
Thibaut Courouble
48f5fb1fb9
Change 'reset' link on preferences page to a button
7 years ago
Thibaut Courouble
64f04305d3
Replace all remaining PNG UI icons with SVGs
7 years ago
Thibaut Courouble
e212f62e89
Fix issue when hitting left-arrow keyboard shortcut on a disabled and unversioned doc
7 years ago
Thibaut Courouble
5ce239d211
Fix exception in $.scrollParent
7 years ago
Thibaut Courouble
437eb8dd54
Update Docker documentation (17.06)
7 years ago
Thibaut Courouble
0e134dabdb
Add classList polyfill for IE, which doesn't support it on SVG elements
7 years ago
Thibaut Courouble
30dd32c1b5
Normalize event.target for old browsers incorrectly handling SVG elements
7 years ago
Thibaut Courouble
53f666a742
Use parentNode instead of parentElement as the latter doesn't work on SVG elements in some browsers
7 years ago
Thibaut Courouble
0a6622d656
Add 'cr' alias for 'Crystal'
...
Closes #664 .
7 years ago
Thibaut Courouble
8902d5331d
Finish D scraper
7 years ago
Thibaut Courouble
0df3a77558
Finish Vulkan scraper
7 years ago
Thibaut Courouble
a4ba32ebca
Finish Nim scraper
7 years ago
Thibaut Courouble
54471c859d
Update scikit-learn documentation (0.19)
8 years ago
Thibaut Courouble
67abe21086
Update Express documentation (4.15.4)
8 years ago
Thibaut Courouble
d3927c27da
Fix disappearing icons on some pages
8 years ago
Thibaut Courouble
8d0606d070
Fix OpenJDK entry breaking keyboard navigation in the sidebar
8 years ago
Thibaut Courouble
d7001c2eb5
Optimize DOM query selectors
8 years ago
Thibaut Courouble
581e656fd2
Optimize search autofocus code
8 years ago
Thibaut Courouble
e2ad2e5117
Minor code cleanup
8 years ago
Thibaut Courouble
e7a0101910
Avoid forced style and layout recalculation when clicking entry in the sidebar
8 years ago
Thibaut Courouble
f891e16f39
Optimize scrolling code during page transitions
8 years ago
Thibaut Courouble
6587b7d878
Show/hide the sidebar on hover
...
Closes #657 .
8 years ago
Thibaut Courouble
01afa80686
Improve doc picker UI
...
Rel: #189
8 years ago
Thibaut Courouble
8d2a2fb298
Improve settings UI
...
Rel: #189
8 years ago
Thibaut Courouble
6de748ebc2
Add 'Customize' link next to 'Disabled' list title
...
Rel: #189
8 years ago
Thibaut Courouble
d852bde5f3
Improve "update ready" notification
8 years ago
Thibaut Courouble
bda3290cc6
Use an SVG icon for "dir" and "path" icons
8 years ago
Thibaut Courouble
68c030877d
Update Raven.js
8 years ago
Thibaut Courouble
3f43c03dbc
Update Angular documentation (4.3.2)
8 years ago
Thibaut Courouble
2ff56e28a1
Add 'rs' alias for Rust
...
Closes #655 .
8 years ago
Thibaut Courouble
854cebd257
Finish Godot scraper
8 years ago
Thibaut Courouble
9b28702e3a
Simplify code highlighting
8 years ago
Thibaut Courouble
bd7aec1311
Improve jQuery scraper
8 years ago
Thibaut Courouble
bffabec8a6
Simplify rdoc code highlighting
8 years ago
Thibaut Courouble
d3b35d0460
Update Perl documentation (5.26)
8 years ago
Thibaut Courouble
384ee20b28
Improve Dojo scraper
8 years ago
Thibaut Courouble
150a4b6ab1
Update RequireJS documentation (2.3.4)
8 years ago
Thibaut Courouble
9d53de6a59
Improve Grunt scraper
8 years ago
Thibaut Courouble
05f2a6628c
Update Lua documentation (5.3.4, 5.2.4, 5.1.5)
8 years ago
Thibaut Courouble
85fffdc242
Improve GitHub scraper
8 years ago
Thibaut Courouble
53224a1488
Settings → Preferences
8 years ago
Thibaut Courouble
0c30072edd
Promote @freeCodeCamp in the welcome panel
8 years ago
Thibaut Courouble
170445c95f
Add setting to force native scrollbars on webkit/blink
...
Closes #601 .
8 years ago
Thibaut Courouble
c06d1c4d2d
Move the app layout class to the <body> element
8 years ago
Thibaut Courouble
69ffa7babe
Improve keyboard navigation on mobile
...
Rel: #638
8 years ago
Thibaut Courouble
9adf4e2d9f
Focus the search field when typing '/' or alphanumeric characters on mobile
...
Rel: #638
8 years ago
Thibaut Courouble
48d85f1124
Improve behavior of search scope when hitting escape
...
Closes #639 .
8 years ago
Thibaut Courouble
4bc31ad41f
Update webpack documentation (3.0.0)
8 years ago
Thibaut Courouble
717d1b37cc
Update Twig documentation (2.4.3, 1.34.3)
8 years ago
Thibaut Courouble
114da4de51
Update Symfony documentation (3.3.2, 3.2.9, 3.1.8, 3.0.1, 2.8.22, 2.7.29)
8 years ago
Thibaut Courouble
d1dda136ea
Update Redux documentation (3.7.0)
8 years ago
Thibaut Courouble
c7e260403d
Update PHPUnit documentation (6.2)
8 years ago
Thibaut Courouble
7e0bac9cb0
Update pandas documentation (0.20.2)
8 years ago
Thibaut Courouble
f26ea08687
Update Apache HTTP Server documentation (2.4.26)
8 years ago
Thibaut Courouble
7b20d6d02e
Don't open menu on hover
...
Closes #603 .
8 years ago
Thibaut Courouble
899aee8339
Finish Falcon scraper
8 years ago
Thibaut Courouble
fbf0c58719
Fix escaping of doc types in the sidebar
8 years ago
Thibaut Courouble
61930288b8
Add Electron documentation
8 years ago
Thibaut Courouble
f0125e55ae
Add Pug documentation
8 years ago
Thibaut Courouble
2fbacc5d60
Update Meteor documentation (1.5.0, 1.4.4, 1.3.5)
8 years ago
Thibaut Courouble
7a882107f0
Update Chai documentation (4.0.1)
8 years ago
Thibaut Courouble
0e5f888681
Fix update checker
8 years ago
Thibaut Courouble
1d792ff7cd
Update Cookies.js
8 years ago
Thibaut Courouble
b626a9d574
Improve Erlang documentation
...
Fixes #626 .
8 years ago
Thibaut Courouble
d126ad9fa2
Update Prism.js
8 years ago
Thibaut Courouble
132fee3a31
Update Phalcon documentation (3.1.1, 2.0.13)
8 years ago
Thibaut Courouble
1773465015
Update nginx / Lua Module documentation (0.10.8)
8 years ago
Thibaut Courouble
4fabd8bc64
Update Flow documentation (0.46.0)
8 years ago
Thibaut Courouble
1cc8e7d1b6
Update Ansible documentation (2.3.0)
8 years ago
Thibaut Courouble
879f704363
Fix #search on help page
8 years ago
Thibaut Courouble
7a1ca03397
Add Jasmine documentation
8 years ago
Thibaut Courouble
aa1be2f49d
Add Jest documentation
8 years ago
Thibaut Courouble
22461b057d
Finish Liquid scraper
8 years ago
Thibaut Courouble
c71588a378
Update Ruby documentation (2.4.1, 2.3.4, 2.2.7)
8 years ago