Jed Fox
6d8a44369c
Use dark-mode native UI elements in dark mode where supported
5 years ago
Lukas Geiger
02e4a384b6
Upgrade TensorFlow docs to v2.0
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
Jasper van Merle
c8380bb228
Merge pull request #841 from jmerle/mariadb
...
Add MariaDB documentation
5 years ago
Jasper van Merle
5e09a49d59
reactivex: fix ascii issue
...
Co-Authored-By: Jed Fox <git@twopointzero.us>
5 years ago
Jasper van Merle
dcbe81cd99
reactivex: process review comments
5 years ago
Jasper van Merle
0574de6812
Fix merge conflict
5 years ago
Jasper van Merle
14049dac0c
Merge branch 'master' into emilekm-master
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
8556e5fca8
Merge branch 'master' into octave
6 years ago
Jasper van Merle
20438856d1
Fix merge conflict
6 years ago
Jasper van Merle
3e1e65efec
Merge branch 'master' into reactivex
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
f1887bc016
Merge branch 'master' into add-cypress-documentation
6 years ago
Jasper van Merle
a7a3864f9a
Fix merge conflict
6 years ago
Jasper van Merle
74323fda3e
Fix merge conflict
6 years ago
Phil Scherer
ad9e7a6269
Add Octave Documentation
6 years ago
Jasper van Merle
8a71af9c2f
Fix merge conflicts
6 years ago
Jasper van Merle
5438143cf8
Fix merge conflicts
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
f80d07412c
Merge master
6 years ago
Emil Maruszczak
6c12d53a46
Cleanup redundant bits
6 years ago
Emil Maruszczak
b45090f369
Add Mkdocs abstract scraper
6 years ago
Jasper van Merle
66a0b82e3c
Ask for consent before enabling Google Analytics and Gauges
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
1688fb0b0e
Update Ruby documentation (2.5.3)
6 years ago
Jed Fox
62dcf2be4f
Don't overlay the method's source over its docs in RDoc
6 years ago
Filipe Silva
5da0214717
Add RxJS
...
The current RxJS documentation site is https://rxjs.dev/ .
It is very similar to Angular documentation site (https://angular.io/ ) so I reused most code.
Images on the documentation site seem to be broken and so the scrapper cannot download them. You can see an example of a broken image at https://rxjs.dev/api/operators/buffer .
Related to https://github.com/freeCodeCamp/devdocs/issues/939
6 years ago
Jasper van Merle
4d4a8f9200
Change cursor on search tag
6 years ago
Thibaut Courouble
f1cc4a73d9
Update MDN docs
6 years ago
Thibaut Courouble
e648ff91de
Update Node.js documentation (11.1.0)
6 years ago
Patrick Esson
f562c2face
Removed background from GitHub button
6 years ago
Jasper van Merle
bf53a00ca9
Fix merge conflicts
6 years ago
Jasper van Merle
536fa35ff9
Fix merge conflict
6 years ago
Juan González
d3196c53ed
Add documentation for cypress.io
6 years ago
Thibaut Courouble
d72de330aa
Fix external link styling in dark mode
6 years ago
Thibaut Courouble
6d5a278941
Make sure the "browser unsupported" message is styled properly
6 years ago
Thibaut Courouble
01bc31859b
Fix up switch to CSS variables
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
7b7aa34b70
Improve Rust scraper
6 years ago
Thibaut Courouble
ad7e1bdc4b
Simplify 'simple' CSS
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
e2336eebc7
Add light background to images and iframes
6 years ago
Jasper van Merle
2a5f1a0046
Refactoring
6 years ago
Jasper van Merle
90123a3679
Automatically generate spritesheets
6 years ago
Thibaut Courouble
e35298c745
Finish Qt scraper
7 years ago
Nicolas Ettlin
67b5e3cb47
Add Qt scraper
7 years ago
Thibaut Courouble
17964b67d4
Finish Dart scraper
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
Doug Fitzmaurice
716fc26af1
Add a Terraform scraper
7 years ago
Thibaut Courouble
15f79fa488
Finish Leaflet scraper
7 years ago
Beau Carnes
22fa7c81b6
Fix header alignment in Python (issue #808 )
7 years ago
Thibaut Courouble
941f33e133
Update Angular documentation (6.0.4)
7 years ago
Thibaut Courouble
bcb5445452
Add back Ansible 2.4 version + improve scraper
7 years ago
Szabolcs Légrádi
8d656ab63f
Add styling for alert callouts
7 years ago
Szabolcs Légrádi
330e337b7b
Add WordPress documentation
7 years ago
Thibaut Courouble
472f03d5b0
Update C/C++ documentation
...
Fixes #688 .
Fixes #736 .
7 years ago
Thibaut Courouble
7731a599e1
Finish Babel scraper
7 years ago
Jed Fox
1f2030de24
Add Babel
7 years ago
Thibaut Courouble
c349caf0f7
Finish Jekyll scraper
7 years ago
Jed Fox
2bd96af5c0
Add the Jekyll docs
7 years ago
Thibaut Courouble
8eb8a9e46d
Finish JSDoc scraper
7 years ago
Jed Fox
abbd43b85e
Add JSDoc
7 years ago
Thibaut Courouble
884f21e1a9
Encode utf8 character in print stylesheet
...
Fixes #742 .
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
Thibaut Courouble
dac419289b
Finish Bluebird scraper
7 years ago
Thibaut Courouble
0bd8289891
Tweak print stylesheet
7 years ago
Jed Fox
b681c80ed0
Add a print stylesheet removing the DevDocs UI
7 years ago
Thibaut Courouble
e7048a87f6
Update PostgreSQL documentation (10.1)
7 years ago
Jamie Ly
2f9608662f
Adds scala documentation
7 years ago
Thibaut Courouble
1181bd7498
Decouple React Native scraper from React scraper
7 years ago
Thibaut Courouble
4390a91573
Update and improve Rails documentation
7 years ago
Thibaut Courouble
356a4f9de9
Mobile UI fixes
7 years ago
Thibaut Courouble
cbfc73951b
Improve Help page
...
Closes #676 .
7 years ago
Thibaut Courouble
0fb449fcb9
Improve fixed-width layout
7 years ago
Thibaut Courouble
8225e1d7e6
Improve D scraper
7 years ago
Thibaut Courouble
3e0193cdea
Update Sass documentation (3.5.1)
7 years ago
Thibaut Courouble
44e6316100
Add ability export/import preferences
...
Closes #671 .
7 years ago
Thibaut Courouble
a16059a834
Improve button style
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
a4a8d6bc70
Fix alignment of disabled doc versions
7 years ago
Thibaut Courouble
8902d5331d
Finish D scraper
7 years ago
antlord
bc8d9432c3
D documentation was added.
7 years ago
Thibaut Courouble
6335e1ac8b
Fix styling of tables inside notes/boxes
7 years ago
Thibaut Courouble
0df3a77558
Finish Vulkan scraper
7 years ago
Thibaut Courouble
a4ba32ebca
Finish Nim scraper
7 years ago
Konstantin Zaitsev
09eea66d57
Add Nim documentation
7 years ago
Thibaut Courouble
af5e753173
Fix alignment of "Disabled" title in the sidebar
8 years ago
Thibaut Courouble
26038638e4
Remove unused style
8 years ago
Thibaut Courouble
6587b7d878
Show/hide the sidebar on hover
...
Closes #657 .
8 years ago
Thibaut Courouble
ab875eec39
Simplify lined-heading CSS
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
2e1af2f8a0
Fix webkit scrollbar styling in notifications
8 years ago
Thibaut Courouble
bda3290cc6
Use an SVG icon for "dir" and "path" icons
8 years ago
Thibaut Courouble
3f43c03dbc
Update Angular documentation (4.3.2)
8 years ago
Thibaut Courouble
a51076f30e
Actually "fix wrong icons shown in the path bar"
...
Rel: #654
8 years ago
Thibaut Courouble
6bcd8632f0
Fix wrong icons shown in the path bar
...
Fixes #654 .
8 years ago
Thibaut Courouble
854cebd257
Finish Godot scraper
8 years ago
Thibaut Courouble
1c6c7c06e1
Update Ember.js documentation (2.14.0)
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
df2af95a54
Update MDN documentations
...
Closes #615 .
8 years ago
Thibaut Courouble
9e6979b6d2
Fix settings save button out of position when using fixed-width layout
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
88d235cb49
Update Yii documentation (2.0.12, 1.1.19)
8 years ago
Thibaut Courouble
f54d2b428c
Update Julia documentation (0.6, 0.5)
8 years ago
Thibaut Courouble
61dbe7be41
Improve content scrollbar on webkit
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
61930288b8
Add Electron documentation
8 years ago
Thibaut Courouble
f0125e55ae
Add Pug documentation
8 years ago
Thibaut Courouble
b626a9d574
Improve Erlang documentation
...
Fixes #626 .
8 years ago
Thibaut Courouble
4fabd8bc64
Update Flow documentation (0.46.0)
8 years ago
Thibaut Courouble
9b655f2ee5
Update Vagrant documentation (1.9.5)
8 years ago
Thibaut Courouble
7a1ca03397
Add Jasmine documentation
8 years ago
Thibaut Courouble
c13877f833
Split doc icon sprite
8 years ago
Thibaut Courouble
aa1be2f49d
Add Jest documentation
8 years ago
Thibaut Courouble
22461b057d
Finish Liquid scraper
8 years ago
Phil Scherer
dfee92d4f4
Add Liquid documentation
8 years ago
Thibaut Courouble
49bb905c93
Update Rust documentation (1.17.0)
8 years ago
Thibaut Courouble
ad2f9a4553
Update React Native documentation (0.44)
8 years ago
Thibaut Courouble
2efce74521
Finish OpenJDK scraper
8 years ago
freayd
f606c0abc8
Add OpenJDK documentation
8 years ago
Thibaut Courouble
66e3848b5b
Update MDN documentations
8 years ago
Thibaut Courouble
a8073b3a12
Fix and improve doc picker tab navigation
...
Rel #609 .
8 years ago
Thibaut Courouble
28587710e6
Improve table horizontal scrolling on mobile
8 years ago
Alexey Pyltsyn
302e3f1afe
Responsive browser compatibility tables
8 years ago
Thibaut Courouble
6cd27c2ac1
UI tweaks for IE/Edge
8 years ago