Commit Graph

1205 Commits

Author SHA1 Message Date
Sashko Stubailo
2d5979b27e Make back button work when switching from basic to full via dropdown 2014-12-05 16:16:12 -08:00
Sashko Stubailo
f927525dc8 Change to keydown event so that the first character always appears 2014-12-05 16:11:01 -08:00
Sashko Stubailo
a6b6ae0a01 Change to keydown event so that the first character always appears 2014-12-05 16:10:02 -08:00
Sashko Stubailo
a7ec4df4da Don't activate search for keys with modifiers 2014-12-05 16:05:19 -08:00
Sashko Stubailo
12820e0a5b Don't activate search for keys with modifiers 2014-12-05 16:04:51 -08:00
Sashko Stubailo
f41fecfe4b Make docs remember whether you were last at full or basic 2014-12-05 16:00:23 -08:00
Sashko Stubailo
10bdd78c4c Make docs remember whether you were last at full or basic 2014-12-05 15:59:30 -08:00
Sashko Stubailo
ea54ca9690 Make escape key work in Safari for search 2014-12-05 15:44:11 -08:00
Sashko Stubailo
c2dcb5e1d2 Make escape key work in Safari for search 2014-12-05 15:43:37 -08:00
Sashko Stubailo
6493d6ae15 Search-as-you-type for docs.meteor.com
Conflicts:
	docs/client/data.js
2014-12-05 13:16:57 -08:00
Sashko Stubailo
ecd0bdbe6d Search-as-you-type for docs.meteor.com
Conflicts:
	docs/client/data.js
2014-12-05 12:22:09 -08:00
Joseph Orbegoso Pea
480d9634c6 Update concepts.html
`var x = function () {}` creates a reference to an anonymous function while `var x = function x () {}` creates a reference to a named function. I believe that `function x () {}` is shorthand for the latter.
2014-12-04 19:50:34 -08:00
Collin Donahue-Oponski
de18328083 Fix typo (missing word) 2014-12-04 19:22:10 -08:00
Sashko Stubailo
104636c6a7 Add ability to define custom link for ToC, and add link for spiderable 2014-12-04 12:17:13 -08:00
Sashko Stubailo
d6ec53b37d Add ability to define custom link for ToC, and add link for spiderable 2014-12-04 12:16:49 -08:00
Chang Joo Park
8b34d0008a showdown package is moved to markdown package.
[stubailo: some fixes to maintain alphabetical order and update ToC]
2014-12-04 12:11:47 -08:00
Chang Joo Park
67d1ec6340 showdown package is moved to markdown package.
[stubailo: some fixes to maintain alphabetical order and update ToC]
2014-12-04 11:59:40 -08:00
Jason O'Gray
cffbc00a62 Fixed Accounts.onLoginFailure link for the API docs. 2014-12-03 15:57:20 -08:00
Roberto Ferro
dc518bf349 Fix typo 2014-12-03 15:57:12 -08:00
Chris Bridgett
691404ed70 Template helper commentCount example was duplicating comment text 2014-12-03 15:22:46 -08:00
Ben Weissmann
7358c61476 Document possibility of repeat calls to a method
On re-connect, clients re-try methods that haven't received a response, which means that methods might be called multiple times. This is important to document so users know to guard against this behavior if a method has dangerous side-effects.

See issue #2407.
2014-12-03 15:13:27 -08:00
David Glasser
c06ee6d07c Fix packages ToC section
Fixes #2937.
2014-12-03 15:08:52 -08:00
David Glasser
3e08cdf0b8 update data.js 2014-12-03 15:00:25 -08:00
David Glasser
2f7412573c remove some support for old versions.json files 2014-11-25 09:06:26 -08:00
Slava Kim
a45b367cc2 Add the appcache package back to the full docs 2014-11-11 11:06:11 -08:00
James Lefrère
1ae869fdfa Typo fixes
I noticed two small typos: "shorthard" -> "shorthand", remove lone "g"
2014-11-07 14:52:57 -08:00
James Lefrère
08cd4cbcbe Typo fixes
I noticed two small typos: "shorthard" -> "shorthand", remove lone "g"
2014-11-07 14:51:27 -08:00
Slava Kim
50e6d3143d Update data.js and names.json 2014-11-03 17:38:26 -08:00
David Glasser
c2a4134d97 Update Node to 0.10.33 from 0.10.29
Our npm patch is not yet in a Node 0.10 release (it's in npm 2.1.0).
2014-10-30 15:12:28 -07:00
Wonkyung Lyu
d5d97431e2 Fix typo error on docs 2014-10-30 10:18:13 -07:00
Wonkyung Lyu
f8333123ba Fix typo error on docs 2014-10-30 10:17:53 -07:00
Rishi Goomar
efaf0d54b9 Update packages in docs
It's all there except for fastclick.

Solves #2937
2014-10-28 15:41:37 -07:00
Sashko Stubailo
a41ff548d5 Merge pull request #2940 from rgoomar/patch-1
Update packages in full api docs
2014-10-28 15:40:55 -07:00
Kevin Chiu
b60bc258da fixed a typo instaling -> installing 2014-10-28 15:00:14 -07:00
Sashko Stubailo
6c118f3346 Add command line section back in 2014-10-28 14:59:55 -07:00
Kevin Chiu
5bbd908502 fixed a typo instaling -> installing 2014-10-28 14:59:37 -07:00
Rishi Goomar
22253721a8 Update packages in docs
It's all there except for fastclick.

Solves #2937
2014-10-28 14:24:18 -07:00
Sashko Stubailo
9376c631be Add command line section back in 2014-10-28 11:34:30 -07:00
David Glasser
c8d157b6fe Link to the tutorial from the docs 2014-10-28 10:47:16 -07:00
David Glasser
c2882a2e2e Link to the tutorial from the docs 2014-10-28 10:44:36 -07:00
David Glasser
ac893c9af4 Fix jsdoc. No longer depends on dev bundle. 2014-10-28 10:41:05 -07:00
David Glasser
2248a0174a Fix jsdoc. No longer depends on dev bundle. 2014-10-28 10:34:59 -07:00
David Glasser
78af6c5e51 "merge" docs from devel 2014-10-28 10:24:25 -07:00
Sashko Stubailo
b033a151bd Update release number 2014-10-28 10:14:54 -07:00
Sashko Stubailo
3b6f3ce681 Improve waypoints, bump to 1.0 2014-10-28 10:12:51 -07:00
Sashko Stubailo
c2730e4ce6 Scroll to actual top of the page 2014-10-28 09:55:18 -07:00
Sashko Stubailo
ab22135543 Merge remote-tracking branch 'origin/readmes' into devel
Conflicts:
	docs/client/full-api/packages/fastclick.html
	docs/client/full-api/packages/stylus.html
	docs/client/packages/stylus.html
	packages/blaze/README.md
	packages/spacebars-compiler/README.md
	packages/stylus/README.md
2014-10-28 09:50:07 -07:00
Sashko Stubailo
a4b33110e3 Merge branch 'responsive-docs' into devel
Conflicts:
	docs/client/basic/sections/collections.md
	docs/client/basic/sections/commandline.md
2014-10-28 02:31:05 -07:00
Sashko Stubailo
f38321a337 Fix remaining sidebar links 2014-10-28 02:28:38 -07:00
Sashko Stubailo
b5038e7253 Move Meteor.Error 2014-10-28 02:28:38 -07:00