Tim van der Meij
be3defdd94
Switch to HTTPS for the license link on the website
...
Moreover, fix a small oversight in how the file tree is rendered.
2019-01-05 15:35:17 +01:00
Tim van der Meij
f32dcbc089
Improve the file layout overview on the website
...
Mention only the relevant files/folders and update the overview to match
the current file trees.
Fixes #10384 .
2019-01-05 15:20:50 +01:00
Jonas Jenwald
9962ab66ab
Update remaining examples, and docs, to utilize current API functionality (issue 10377)
...
This contains a couple of changes that I missed elsewhere, sorry about that!
2018-12-24 12:33:39 +01:00
Tim van der Meij
e15a9797e3
Include forgotten changes after Wintersmith update
...
This should have been part of the previous commit that updated the
Wintersmith dependency. Markdown support is no longer included in Pug
itself and should be done by a transformer instead.
2018-11-24 21:39:54 +01:00
Tim van der Meij
2b5bc6bcec
Hide the beta version button on the website if there is only a stable version
2018-10-27 20:57:01 +02:00
Jonas Jenwald
842e9206c0
Replace String.prototype.substr()
occurrences with String.prototype.substring()
...
As outlined in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr , which refers to the ECMA-262 specification, using the `substr` function is advised against.
Hence this PR, which replaces all remaining `substr` occurrences with `substring` instead. Please refer to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr#Syntax respectively https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substring#Syntax for the differences between the two functions.
Note that in most cases in the code-base there's only one argument passed to `substr`, and those require no other changes except replacing "substr" with "substring". For the other cases, the `substr(start, length)` calls are changed to `substring(start, start + length)` instead.
2018-09-28 11:41:07 +02:00
RonLek
8afc4ce258
Modified Examples to work without systemjs
2018-07-21 16:56:06 +05:30
Elias Ojala
94fa71977b
Add description to docs.
2018-05-13 11:52:31 +03:00
Rob Wu
362da3bc05
Use pdfjsLib instead of PDFJS in examples
...
pdfjsLib is used in PDF.js 2.x,
PDFJS was the old namespace from 1.x.
2018-03-19 16:44:54 +01:00
Rob Wu
b0fe0f41db
[docs] Link to other examples from examples page
2018-03-19 16:44:32 +01:00
SehyunRyanPark
ac3e26b1a6
Update index.md
...
adding the appropriate comma(,) in order to make the sentence more understandable to the readers.
2017-11-30 09:50:00 +09:00
SehyunRyanPark
0882288cdf
Update index.md
...
adding commas each in two sentences in order to make readers fully understand when reading index.md and to organize the context properly based on grammatical rules.
2017-11-20 21:47:19 +09:00
SehyunRyanPark
1093cc6d77
Update index.md
...
fixing grammatical error (demonstrate -> demonstrates)
2017-11-18 23:15:03 +09:00
Lukas Drgon
c2f1ff48d5
Add CDN link
...
Add CDN link
Add Popular CDNs
Add popular CDNs (site)
Moving section
2017-10-02 22:14:06 +02:00
Jonas Jenwald
b048b65e7b
Remove any mention of compatibility.js
from the "Getting Started" docs (issue 8818)
...
*With PR 8102, `compatibility.js` is now bundled directly into `pdf.js` and `pdf.worker.js`.*
Fixes 8818.
2017-08-24 13:08:55 +02:00
Jonas Jenwald
957dc40ddf
Replace a couple of leftover make.js
references with gulpfile.js
in docs/comments
...
Also updates a `console.log` statement in the `gulp importl10n` command (since I forgot it in a previous patch, and it didn't seem necessary with a separate patch for it).
2017-05-19 23:45:54 +02:00
Yury Delendik
fd4428136b
Moving interactive examples to jsfiddle.net
2017-02-07 13:11:18 -06:00
Ben Bodenmiller
e0b9d49f2c
Github -> GitHub
2016-05-26 11:11:50 -07:00
Tim van der Meij
b8aaa24257
Convert all node make
instances to gulp
2016-03-04 20:30:36 +01:00
Timothy Gu
3d3d8edf29
Clean up npm dependencies and add license
property
...
underscore and moment were not used anywhere
2015-10-30 08:49:50 -05:00
Tim van der Meij
523fde764b
Update README.md with shorter clone command and improved instruction order
2015-05-08 21:31:12 +02:00
Collin Anderson
54e984c763
cleaned whitespace
2015-02-17 11:07:37 -05:00
Yury Delendik
2ca2c387fc
Creates make.js code to build jsdoc.
2014-04-13 15:54:24 -05:00
Yury Delendik
d17d91e1f8
Removes incorrect examples link
2014-04-11 15:10:43 -05:00
Tim van der Meij
8e98c47757
Fixes broken link in the documentation
2014-04-11 21:26:09 +02:00
Yury Delendik
7363456707
Fixes typo in the sample code
2014-04-10 19:55:47 -05:00
Brendan Dahl
3ce622a106
Redo and add more documentation to gh-pages.
2014-04-10 10:01:51 -07:00