Simon Legner
5916ee829c
Merge pull request #1548 from Cimbali/latex
4 years ago
Simon Legner
f139802767
LaTeX: syntax highlighting
4 years ago
Cimbali
0b38f339f1
Add R documentation
...
Contains the R base + recommended package help pages converted to HTML.
Equivalent to the fullrefman.pdf generated from source, which is also
called « The R Reference Index » on https://cran.r-project.org/manuals.html
Currently does not include reference manuals and miscellanea (FAQ, etc.)
Script building the documentation:
```bash
set -e
set -o pipefail
DEVDOCSROOT=/path/to/devdocs/docs/r
RSOURCEDIR=${TMPDIR:-/tmp}/R/latest
RBUILDDIR=${TMPDIR:-/tmp}/R/build
RLATEST=https://cran.r-project.org/src/base/R-latest.tar.gz
R="$RBUILDDIR/bin/R"
libdir="$RBUILDDIR/library"
docdir=$RBUILDDIR/doc
makevars="$RSOURCEDIR/share/make/vars.mk"
if [ ! -f "$R" ] ; then
if [ ! -d "$RSOURCEDIR" ]; then
mkdir -p "$RSOURCEDIR" && curl "$RLATEST" | tar -C "$RSOURCEDIR" -xzf - --strip-components=1
fi
[ -d "$RBUILDDIR" ] || mkdir -p "$RBUILDDIR"
[ -f "$RBUILDDIR/config.status" ] || (cd "$RBUILDDIR" && "$RSOURCEDIR/configure")
make -C "$RBUILDDIR" && make -C "$RBUILDDIR" docs
fi
mkdir -p "$DEVDOCSROOT/doc" && cp -r "$docdir"/* "$DEVDOCSROOT/doc/"
find "$libdir" -type d -name 'html' -printf '%P\n' | while read d; do
mkdir -p "$DEVDOCSROOT/library/$d"
cp -r "$libdir/$d"/* "$DEVDOCSROOT/library/$d/"
done
R_PKGS_BASE="`sed -n 's/^R_PKGS_BASE *= *//p' $makevars`"
R_PKGS_RECOMMENDED="`sed -n 's/^R_PKGS_RECOMMENDED *= *//p' $makevars`"
cat <<EOF | _R_HELP_LINKS_TO_TOPICS_=FALSE $R --vanilla --no-echo
links <- tools::findHTMLlinks()
for (pkg in c(`echo $R_PKGS_BASE $R_PKGS_RECOMMENDED | sed 's/\S\+/"&"/g;s/ /, /g'`)) {
Rd <- tools::Rd_db(pkg, lib.loc="$libdir")
if (!length(Rd)) {
message(paste("ERROR: no help files found for package", pkg))
} else {
message(paste0(pkg, "..."))
}
for(f in names(Rd)) {
out <- file.path("$DEVDOCSROOT/library", pkg, "html", sub("[Rr]d$", "html", basename(f)))
tools::Rd2HTML(Rd[[f]], out, package = "$pkg", defines = .Platform\$OS.type,
outputEncoding = "UTF-8", no_links = FALSE, dynamic = FALSE,
Links = links, stages = c("build", "install", "render"))
}
}
EOF
echo "DONE! Start at $DEVDOCSROOT/doc/html/index.html (or $DEVDOCSROOT/doc/html/packages.html)"
```
4 years ago
Stefan Breunig
24ac996ec8
Elixir: include source link in section headers
...
This implements #763 just for Elixir without solving the general
issue. The style used is similar to the one of the Go docs.
4 years ago
Simon Legner
591c30014a
Update HAProxy documentation (2.4.0)
4 years ago
Simon Legner
83c59a5a4d
Update nginx documentation (1.20.0)
4 years ago
Simon Legner
fd1cd2fcbd
Update Erlang documentation (24.0)
4 years ago
Simon Legner
5ab83e5760
Update RxJS documentation (7.0.1)
4 years ago
Simon Legner
f378bc0e98
Update Jinja documentation (3.0.x)
4 years ago
Simon Legner
b6ddb21a2f
Update Werkzeug documentation (2.0.x)
4 years ago
Simon Legner
6f3c1167e2
Update Flask documentation (2.0.x)
4 years ago
Enoc
1ac3dd93dd
Update nodejs to 16.1 and update previous version
4 years ago
Simon Legner
a78db966d2
Update Bootstrap documentation (5.0)
4 years ago
Simon Legner
206f915f89
Update Ansible documentation (2.11.0)
4 years ago
Simon Legner
0ca4586123
Update Python documentation (3.9.4)
4 years ago
Simon Legner
f7ffc94653
Update Sinon.JS documentation (10.0.1)
4 years ago
Simon Legner
ff0ff27005
Merge pull request #1533 from viq/patch-1
...
Update SaltStack documentation to version 3003
4 years ago
viq
28bf212419
Update year in about_tmpl.coffee
4 years ago
Simon Legner
c0ddcf3469
Shortcut to copy URL of original page (alt + C)
...
Fixes #1199 .
4 years ago
Simon Legner
f703104c1c
Update Godot documentation (3.3.0)
4 years ago
Enoc
7fdfd51bdb
Add 'report a bug' button
4 years ago
Simon Legner
3175e2b4d3
Update Matplotlib documentation (3.4.1)
4 years ago
Simon Legner
22e7767145
Merge pull request #1473 from freeCodeCamp/mdn/yari
...
mdn: update scraper to mdn/yari
4 years ago
Simon Legner
4dc9557032
mdn: update scraper to mdn/yari
4 years ago
Simon Legner
3fc89f307a
mdn: 2021
4 years ago
Enoc
a721460c89
Update Elisp Documentation (27.2)
...
- Change Elisp scraper to FileScraper
- Add notes about how to obtain Elisp doc files
4 years ago
Bryan Hernández
f81a22ddfb
Merge pull request #1493 from freeCodeCamp/docs-maxcdn
...
Remove MaxCDN from docs
4 years ago
Oliver Eyton-Williams
047278debc
fix: s/master/main/g
4 years ago
Simon Legner
5e5e46945a
Update Julia documentation (1.6.0)
4 years ago
Simon Legner
9be4243005
Update PostgreSQL documentation (13.2)
4 years ago
Simon Legner
633262ac06
Update Jasmine documentation (3.7.1)
4 years ago
Simon Legner
3c407a8ea6
Update Angular documentation (11.2.6)
4 years ago
Simon Legner
0a4ef6ada9
Update Crystal documentation (1.0.0)
4 years ago
Enoc
867c3b27bc
Update Git documentation (2.31.0)
4 years ago
Enoc
d3e6977be2
Update Mocha documentation (8.3.2)
4 years ago
Simon Legner
ddb59e32ce
Update scikit-image documentation (0.18.1)
4 years ago
Simon Legner
67f90950ad
Update Socket.IO documentation (4.0.0)
4 years ago
Simon Legner
006b12dc2d
Update WordPress documentation (5.7)
4 years ago
Simon Legner
e59155e1ad
Update about_tmpl.coffee
4 years ago
Simon Legner
91138ad508
Update TypeScript documentation (New Handbook)
...
https://devblogs.microsoft.com/typescript/announcing-the-new-typescript-handbook/
4 years ago
Simon Legner
e9d7849412
Merge pull request #1490 from MasterEnoc/sidebar
...
Fix sidebar when the mouse leaves the window
4 years ago
Simon Legner
d48df8f3f3
Remove MaxCDN from docs
4 years ago
Simon Legner
1a7ba5962b
Update TensorFlow documentation (2.4.0)
4 years ago
Simon Legner
b5bc2e0ef0
Update SQLite documentation (3.34.0)
4 years ago
Enoc
2824f75cd5
Fix sidebar when the mouse leave the window
4 years ago
Simon Legner
a86b914bd7
Update TypeScript documentation (4.2.2)
4 years ago
Simon Legner
1f6d319334
Update OCaml documentation (4.12)
4 years ago
Simon Legner
6f7ff4ddd3
Update Fish documentation (3.2.0)
4 years ago
Simon Legner
7480257c59
Merge pull request #1486 from dohsimpson/add_react_bootstrap_doc
...
Added Documentation for React-bootstrap
4 years ago
Simon Legner
b425f18215
Update news.json
4 years ago
dohsimpson
0339b078a5
Fix styling and added licnese to about page
4 years ago
Simon Legner
eca997095d
Merge pull request #1483 from yads/fix-ember-docs
...
update Ember docs to latest version
4 years ago
Enoc
4d885efd71
Do not show shortcut help when typing '?' in the search box
4 years ago
Vadim Kazakov
cc32a355d7
update Ember docs to latest version
...
* fix ember parsing to handle current guides/docs
4 years ago
Simon Legner
0a2a0d6e07
Update webpack documentation (5.23.0)
4 years ago
Simon Legner
7a23d52d81
Update PrismJS library (1.23.0)
4 years ago
Simon Legner
9759b3b676
Update NumPy documentation (1.20.1)
4 years ago
Simon Legner
86d23b7127
Update D3.js documentation (6.5.0)
4 years ago
Oliver Eyton-Williams
324ad131cb
Merge pull request #1480 from ojeytonwilliams/feat/cloudflare
...
feat: migrate to Cloudflare
4 years ago
Simon Legner
f984f76c21
Update Puppeteer documentation (7.1.0)
4 years ago
Oliver Eyton-Williams
c6264eb1bf
fix: remove cdn entirely and rely on Cloudflare
4 years ago
Simon Legner
dfed09bdcd
It's 2021
4 years ago
Enoc
ed15918157
Update liquid to 5.0
...
Add prism highlight for liquid
4 years ago
Simon Legner
c49736bad6
Update Vue.js documentation (2.6.12 and 3.0.5)
4 years ago
Simon Legner
6087613630
Merge pull request #1472 from freeCodeCamp/erlang-23
...
Update Erlang documentation (23.2)
4 years ago
Simon Legner
3b14a531eb
Update Erlang documentation (23.2)
4 years ago
Simon Legner
ceacdc6079
help: Firefox add search engine from address bar
...
Ref: https://support.mozilla.org/en-US/kb/add-or-remove-search-engine-firefox
Fixes #1469 .
4 years ago
malkoG
55c4e23b05
Update Rails documentation (6.1.0)
4 years ago
Simon Legner
9709283d59
numpy: add versions 1.18 and 1.19
4 years ago
Simon Legner
655a0d93d8
Update news.json
4 years ago
Simon Legner
9d1649233c
Merge pull request #1236 from seirl/ocaml
...
Add documentation for OCaml
4 years ago
Simon Legner
78fb2c812a
Update Puppeteer documentation (5.5.0)
4 years ago
Simon Legner
23fb460c2e
Update Ramda documentation (0.27.0)
4 years ago
Simon Legner
7b336a2fb8
Update WordPress documentation (5.6)
4 years ago
Simon Legner
3dfb606805
Update Redis documentation (6.0.9)
4 years ago
Simon Legner
2eaf7cb894
Update Matplotlib documentation (3.3.3)
4 years ago
Simon Legner
87b0f4b6d4
Update news.json
4 years ago
Phil Scherer
2d1d564582
Add GTK Documentation
4 years ago
Simon Legner
5318bb4b29
Use `app.settings.get('arrowScroll')`
4 years ago
Nishiki Liu
72d3bb266d
Make arrow scroll copy dynamic on help page
4 years ago
Simon Legner
f43b073a05
Merge pull request #1424 from scherepn/scikit-image-update
...
Update Scikit-image documentation (0.17.2)
4 years ago
Simon Legner
9b374549cd
Merge pull request #1423 from scherepn/scikit-learn-update
...
Update scikit-learn documentation (0.23.2)
4 years ago
Phil Scherer
56c3236536
Update scikit-learn documentation (0.23.2)
4 years ago
Phil Scherer
e13a492bb5
Update Scikit-image documentation (0.17.2)
4 years ago
Nishiki Liu
11269e71ba
Update arrow scroll copy in settings
4 years ago
Nishiki Liu
08f78601e6
Update ProTip copy to be dynamic
4 years ago
Simon Legner
ee488498ba
Merge pull request #1415 from MasterEnoc/padrino
...
Update Padrino to 0.15
4 years ago
Simon Legner
e7675d834b
Merge pull request #1413 from scherepn/pygame-update
...
Update Pygame documentation (2.0.0)
4 years ago
Simon Legner
c0dbaaf140
Merge pull request #1403 from MasterEnoc/twig
...
Update Twig to 3.1.1 and update previous versions
4 years ago
MasterEnoc
64b56a437e
Update Padrino to 0.15
4 years ago
Phil Scherer
d6756ce24f
Update Pygame documentation (2.0.0)
4 years ago
Simon Legner
23a0004f7b
Merge pull request #1410 from scherepn/pony-update
...
Update Pony documentation (0.38.1)
4 years ago
Simon Legner
a9cf932de6
Update news.json
4 years ago
Simon Legner
31264ad08f
Merge pull request #1408 from scherepn/pallets-projects
...
Add Pallets projects (Flask, Jinja, and Werkzeug) documentation
4 years ago
Simon Legner
b924eb1fb0
Merge pull request #1407 from MasterEnoc/nim
...
Update Nim to 1.4.2
4 years ago
Simon Legner
01e1c981e2
Update news.json
4 years ago
Phil Scherer
22b0332a44
Update Pony documentation (0.38.1)
4 years ago
Phil Scherer
319074f6b7
Add Pallets projects (Flask, Jinja, and Werkzeug) documentation
4 years ago
MasterEnoc
c4f6937d41
Update Nim to 1.4.2
4 years ago
MasterEnoc
7a483c5f5f
Update Twig to 3.1.1 and update previous versions
4 years ago
Phil Scherer
30fd37fc54
Add Groovy documentation
4 years ago
Simon Legner
7099cca3f2
Update news.json
4 years ago
Simon Legner
dd0a9b8e8a
Merge pull request #1398 from scherepn/haproxy
...
Add HAProxy documentation
4 years ago
Simon Legner
296a7e03e2
Merge pull request #1397 from MasterEnoc/redux
...
Update Redux to 4.0.5
4 years ago
Phil Scherer
3af0bbe37b
Update Perl documentation (5.32)
4 years ago
Phil Scherer
450adb5e72
Add HAProxy documentation
4 years ago
MasterEnoc
49f83fdbad
Update Redux to 4.0.5
4 years ago
Simon Legner
2313e7ac9f
Merge pull request #1387 from MasterEnoc/julia
...
Add Julia version 1.5.3
4 years ago
Simon Legner
a9d799b2f0
Add alias `mpl` for `matplotlib`
4 years ago
Simon Legner
bf8c8fe53d
Merge pull request #1388 from MasterEnoc/sass
...
Update Sass to 3.6.4
4 years ago
Simon Legner
a705f2e5c9
Merge pull request #1386 from scherepn/love-update
...
Update LÖVE documentation
4 years ago
MasterEnoc
2e33ebcd45
Update Sass to 3.6.4
4 years ago
MasterEnoc
12c347410e
Add Julia version 1.5.3
4 years ago
Phil Scherer
8c782fb190
Update LÖVE documentation
4 years ago
Phil Scherer
771d429ea3
Update Koa documentation
4 years ago
Simon Legner
31e0f31233
Merge pull request #1380 from scherepn/jasmine-update
...
Update Jasmine documentation
4 years ago
Simon Legner
21d4c8cfb8
Merge pull request #1375 from scherepn/coffeescript-update
...
Update CoffeeScript documentation
4 years ago
Phil Scherer
d78348e7a6
Update Jasmine documentation
4 years ago
Phil Scherer
5070a98c69
Update CoffeeScript documentation
4 years ago
MasterEnoc
9c2ca1f27c
Update Pandas to 1.1.4
...
- Add version 1 of pandas, add new filters for this version
- Pandas' web page changed but the page for older version is the same,
for that reason new filters are added and the name old ones are
changed
4 years ago
Simon Legner
c6177b2f19
d: update release 2.094.2
4 years ago
Simon Legner
1ff5179878
underscore: update release 1.11.0
4 years ago
Simon Legner
87f97d6cc0
typescript: clean code blocks
4 years ago
samfundev
d495f49ef6
electron: update to 11.0.1
4 years ago
samfundev
932a9bf3f1
bluebird: update to 3.7.2
4 years ago
Simon Legner
7b97e60f94
modernizr: update release 3.11.3
4 years ago
Simon Legner
eda53194b0
Merge pull request #1270 from MasterEnoc/master
...
Add Elisp docs for version 26.3
4 years ago
Simon Legner
b078b5557a
Merge pull request #1269 from adam-devel/master
...
Add another variant of the SFMono font name
4 years ago
Simon Legner
8c38a4c9ad
Merge pull request #1335 from scherepn/jekyll-update
...
Update Jekyll documentation
4 years ago
Simon Legner
c55924bc4e
Merge pull request #1334 from scherepn/less-update
...
Update Less documentation
4 years ago
Phil Scherer
e0100dd133
Update Jekyll documentation
4 years ago
Phil Scherer
175ffdb1dd
Update Less documentation
4 years ago
Phil Scherer
b31b8f1e91
Update Falcon documentation
4 years ago
Simon Legner
90031b56f9
kotlin: update release 1.4.10
4 years ago
Simon Legner
f2868b86c5
tensorflow: mention doc split in news.json
4 years ago
Simon Legner
d7ca038961
Merge pull request #1315 from scherepn/codeigniter-fix
...
Fix Codeigniter scraper
4 years ago
Simon Legner
a08edd4226
Update news.json
4 years ago
Simon Legner
837d33162d
Merge pull request #1169 from ignaloidas/patch-1
...
Update Godot versions
4 years ago
Simon Legner
d5da3bf659
godot: update attribution
4 years ago
Simon Legner
8d30b7d276
Merge pull request #1196 from Daniel-Worrall/crystal-0.33
...
Update crystal 0.35
4 years ago
Simon Legner
4288fe5104
crystal: provide only latest release 0.35.1
4 years ago
Phil Scherer
e8c16a88e6
Fix Codeigniter scraper
4 years ago
MasterEnoc
7f4b499579
Update elisp to 27.1
...
- fix scraper due changes in the web page
- add better style
4 years ago
Simon Legner
04db81e274
mdn: update CSS, HTML, JavaScript, SVG, XSLT&XPath
4 years ago
Simon Legner
41ab102ed7
Merge pull request #1241 from xavieryao/master
...
Add PyTorch v1.7.0 documentation
4 years ago
Simon Legner
6956b9c3e0
Merge pull request #1225 from ahosni/docs-spring-boot
...
Add documentation for Spring Boot
4 years ago
Simon Legner
eb14545f79
spring_boot: update release 2.4.0
4 years ago
Simon Legner
50d715694b
codeigniter: add version 4
4 years ago
Simon Legner
76b82ac270
angular: add version 9
4 years ago
Simon Legner
8bfc654a84
openjdk: add version 11
4 years ago
Simon Legner
72f1c5cb23
nginx: update to 1.19.3
4 years ago
Simon Legner
b5d3298a3d
jest: update to 26.6
4 years ago
Simon Legner
0eec0a85ae
postgresql: add version 13
4 years ago
Simon Legner
67df9e296e
angularjs: add version 1.8
4 years ago
Jasper van Merle
d9aeb25c9d
Merge pull request #1287 from stuartpb/patch-1
4 years ago
Simon Legner
36a75ca260
It's 2020
4 years ago
Stuart P. Bentley
c4a5cd8576
Update Lua copyright in about_tmpl.coffee
4 years ago
MasterEnoc
f43b1f7b2d
Add styles for elisp docs and improve some html cleanups
...
- Add elisp (emacs) images.
- Add elisp in about_tmpl.coffee file
- Add get_latest_version method to elisp.rb
- Add some cleanups to the html doc for style
purposes
- Add _elisp stylesheet
4 years ago
adam-devel
2601dd7d4a
Added another variant of the SFMono font to fix #1268
4 years ago
Peiran Yao
c0b94262bf
Add PyTorch v1.5.0 documentation
5 years ago
Antoine Pietri
db0746c16e
Add documentation for OCaml
5 years ago
Aymen Hosni
f4b66063ac
Add documentation for Spring Boot
5 years ago
Jed Fox
55332ca7e9
Highlight table rows that are :target
5 years ago
Jed Fox
7a4e0ea98d
Merge pull request #1158 from simon04/bootstrap
...
bootstrap: update to 3.4.1 and 4.4.1
5 years ago
Jed Fox
7d04a3080d
Update Prism to 1.19, add shellsession language
5 years ago
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
6d8a44369c
Use dark-mode native UI elements in dark mode 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
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
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
5 years ago
Jasper van Merle
0574de6812
Fix merge conflict
5 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
Jasper van Merle
14049dac0c
Merge branch 'master' into emilekm-master
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
8556e5fca8
Merge branch 'master' into octave
6 years ago
Jasper van Merle
17528d9845
rxjs: finish scraper and filters
6 years ago
Jasper van Merle
20438856d1
Fix merge conflict
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