Commit graph

400 commits

Author SHA1 Message Date
Simon Legner
03d3f206d1 Add Astro documentation (1.4.7) 2022-10-10 23:04:03 +02:00
Simon Legner
cd41d39abc Add Vitest documentation (0.24.0) 2022-10-09 21:04:37 +02:00
Simon Legner
4d03b4aec6
Merge pull request #1835 from fabianchoxD/fix-broken-links
Fix broken links
2022-10-09 09:36:17 +02:00
Fabian S. Varon Valencia
503f24bff3 replace broken link logos 2022-10-09 00:49:32 -05:00
Fabian S. Varon Valencia
882fd5d6a1 update docker trademark guidelines - added media resources 2022-10-09 00:11:58 -05:00
Tim Lim
fcbdddc741 Add FastAPI (0.85.0) documentation 2022-10-09 11:08:53 +08:00
Tim Lim
850366459b Add Moment.js Timezone (0.5.37) 2022-10-04 23:05:46 +08:00
Simon Legner
8bbbb9e634 Add Svelte documentation (3.50.1) 2022-10-02 16:08:14 +02:00
Simon Legner
ec4885d169 manifest.json: add url_handler for devdocs.io
Ref: https://web.dev/pwa-url-handler/
2022-10-02 10:35:13 +02:00
Simon Legner
ed475f72e3 manifest.json: add $schema 2022-10-02 10:21:04 +02:00
Simon Legner
f7aead95e4 Add date-fns documentation (2.29.2) 2022-09-06 19:58:07 +02:00
Simon Legner
03e42df10e Add Axios documentation (0.27.2) 2022-08-27 21:02:50 +02:00
Simon Legner
16f42e7780 Add Requests documentation (2.28.1) 2022-08-27 20:45:55 +02:00
David Chambers
6510b06a36
add Sanctuary 2022-07-03 18:16:12 +02:00
Simon Legner
d52bd7e362 fix(point_cloud_library): icons 2022-06-02 23:16:28 +02:00
Simon Legner
961d1276a8
Merge pull request #1741 from mfouad/kubernetes
Kubernetes documentation
2022-05-03 20:55:42 +02:00
Fouad
f7c8c8a6f8 added Kubectl documentation 2022-04-30 08:33:55 +02:00
Fouad
216a9d8f8e Add Kubernetes docs 2022-04-30 06:18:35 +02:00
Thomas Dy
f1dd2acc08 Add nix and nixpkgs
This only adds a subset of nix and nixpkgs functions. Notably
derivation, stdenv and language-specific functions are omitted for now
as their formats differ significantly and will require more cleanup.
2022-04-24 19:09:18 +09:00
xjkdev
77730c3073 Added eigen3 scrapers, filters, icons, and etc. 2022-03-09 14:50:32 +08:00
Simon Legner
a8eb603198 tailwindcss: fix icons 2022-02-21 23:23:32 +01:00
Damilola Olowookere
4f0b3cc7e4 Effect commit comments
31233ce005 (commitcomment-50041798)
2022-02-21 11:20:24 +01:00
Damilola Olowookere
39aa5b1c90 First initial release of TailwindCSS DevDoc 2022-02-21 11:20:10 +01:00
Simon Legner
79ffe3fd6a Update React Native documentation (0.66) 2022-01-12 21:55:55 +01:00
Simon Legner
c12b8e4797 Add React Router documentation (6.2.1) 2022-01-12 21:09:41 +01:00
Simon Legner
b5963d43a6 Update Deno logo
https://deno.land/logo.svg
2022-01-09 10:23:06 +01:00
Simon Legner
f19a61aa1b Add Deno documentation (1.17.2) 2022-01-09 10:08:25 +01:00
Aditya Ardiya
5632820da9 Add PointCloudLibrary icons 2021-12-29 21:20:11 +09:00
Simon Legner
4ed22db333 Add Zig documentation (0.9.0) 2021-12-27 20:17:23 +01:00
Enoc
848f7194a0 Add Gnu Make documentation 2021-12-26 16:06:07 -06:00
Simon Legner
d49eea4640 Add Prettier documentation (2.5.1)
https://prettier.io/
2021-12-07 23:24:43 +01:00
Simon Legner
a9843261b9 Add esbuild documentation 2021-12-05 00:46:39 +01:00
Simon Legner
8975e9c738 Add Vite documentation
https://vitejs.dev/
2021-12-04 00:16:07 +01:00
Simon Legner
489975da83 Add i3 documentation 2021-11-29 18:30:04 +01:00
Darío Hereñú
2fd2eb69f0
Updated URL to download Codeigniter logotypes 2021-10-27 14:18:32 -03:00
Simon Legner
dcddb73500 Update Node.js documentation (17.0.1) 2021-10-22 17:27:31 +02:00
Simon Legner
905af1fb82 Update CoffeeScript documentation (2.6.1) 2021-10-22 16:56:15 +02:00
Simon Legner
e9c854c9e9
Merge pull request #1547 from Cimbali/R 2021-06-09 07:16:46 +02:00
Simon Legner
d55da94921
Merge pull request #1550 from Cimbali/jq 2021-05-26 21:29:11 +02:00
Cimbali
8fdca1d87c Add jq 2021-05-26 11:51:05 +02:00
Cimbali
776ec5a35d Add LaTeX documentation from https://latexref.xyz
From https://ctan.org/pkg/latex2e-help-texinfo, the license is Public Domain.
2021-05-25 22:48:06 +02:00
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)"
```
2021-05-25 19:02:06 +02:00
Simon Legner
633262ac06 Update Jasmine documentation (3.7.1) 2021-03-22 21:19:39 +01:00
dohsimpson
6f1a9aab21 Added Documentation for React-bootstrap 2021-02-20 11:50:37 -05:00
Oliver Eyton-Williams
324ad131cb
Merge pull request #1480 from ojeytonwilliams/feat/cloudflare
feat: migrate to Cloudflare
2021-02-18 15:01:51 +01:00
Simon Legner
a26a7eb502 Update Haskell documentation (9.0.1) 2021-02-17 23:46:30 +01:00
Oliver Eyton-Williams
c6264eb1bf
fix: remove cdn entirely and rely on Cloudflare 2021-02-16 11:44:57 +01:00
Enoc
ed15918157 Update liquid to 5.0
Add prism highlight for liquid
2021-01-30 11:49:33 -06:00
Simon Legner
9709283d59 numpy: add versions 1.18 and 1.19 2021-01-03 12:14:51 +01:00
Simon Legner
9d1649233c
Merge pull request #1236 from seirl/ocaml
Add documentation for OCaml
2021-01-03 12:02:07 +01:00