Commit Graph

32 Commits

Author SHA1 Message Date
Slava Kim
e2b78cfd0b Merge branch 'templateEventsMethods' into devel
Adds Template#onRendered, Template#onCreated and Template#onDestroyed methods
2015-01-21 11:02:09 -08:00
Slava Kim
9e7c14ac81 Globally replace Template.rendered callbacks to Template.onRendered
In:

- examples
- some blaze tests
- packages

Change:

- rendered -> onRendered()
- created -> onCreated()
- destroyed -> onDestroyed()
2015-01-16 16:36:23 -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
David Glasser
ef093fa751 hide boring options in basic
semicolon separated, because allow/deny options have spaces and commas
2014-10-28 01:21:59 -07:00
Sashko Stubailo
3165e792f0 Add code highlighting to api box 2014-10-26 21:55:29 -07:00
Slava Kim
e8d5493e3b switch url schemes to always start with hash 2014-10-24 19:15:44 -07:00
Sashko Stubailo
ae7a0c6bb0 Fixed links on full docs 2014-10-23 10:50:57 -07:00
Sashko Stubailo
8ee024d10b Improve docs 2014-09-09 11:38:41 -07:00
Sashko Stubailo
211157df3b Add links for Element and Node 2014-09-08 10:07:45 -07:00
Sashko Stubailo
cd5b987417 No more old docs! 2014-09-05 19:04:54 -07:00
Sashko Stubailo
6f829b32a9 Merge branch 'devel' into jsdocfinal
Conflicts:
	docs/client/api-box.js
	docs/client/api.html
	docs/client/data.js
	docs/client/nameToId.js
	docs/client/names.json
2014-09-05 18:43:20 -07:00
Sashko Stubailo
9d83e2a62d Merge branch 'check' into devel
Conflicts:
	docs/client/data.js
	docs/client/link-redirect.js
2014-09-05 18:40:08 -07:00
Sashko Stubailo
2c969270ea Add docs for EJSON interface, attempt to remove data.js from diffs
Only Match.test, check, and UI.dynamic left. I can see the light!
2014-09-05 14:37:28 -07:00
Sashko Stubailo
ba0b2f003c Improve type link generation in autoApiBox 2014-09-05 10:36:25 -07:00
Sashko Stubailo
586b6e2712 Auto document a lot more things 2014-09-04 21:42:03 -07:00
Sashko Stubailo
cb5c2c543d Document allow and deny
Add option for comma-separated options and arguments
2014-09-04 19:54:56 -07:00
Sashko Stubailo
1402fdd3f6 Document all Template and Blaze methods with autoApiBox and fix links 2014-09-04 19:29:58 -07:00
Sashko Stubailo
33ddd230f7 Add jsdoc comment for 'check' 2014-09-02 19:55:31 -07:00
Sashko Stubailo
84f1fcace1 Fix docs and self-test 2014-08-29 11:52:33 -07:00
Sashko Stubailo
d224143c54 Rename Deps to Tracker in the docs 2014-08-27 20:20:53 -07:00
Sashko Stubailo
a8a13a9de8 Fix spelling error 2014-08-27 19:13:52 -07:00
Sashko Stubailo
d057ec4a3a Fix issues identified by the diff 2014-08-27 12:51:59 -07:00
Sashko Stubailo
40dc5e7735 Fix some arguments 2014-08-27 11:17:40 -07:00
Sashko Stubailo
601fd6df5e Fix all links 2014-08-27 10:04:53 -07:00
Sashko Stubailo
e50f71f404 Revert "Updating ids and links"
This reverts commit 47c5e638b9.
2014-08-26 21:41:39 -07:00
Sashko Stubailo
47c5e638b9 Updating ids and links 2014-08-26 21:34:42 -07:00
Sashko Stubailo
5931697fa6 A mind-blowing number of new automatic docs 2014-08-26 16:00:01 -07:00
Sashko Stubailo
45ad88bab7 A loooot of documentation, see names.json diff for details 2014-08-26 11:58:40 -07:00
Sashko Stubailo
dbaf42e6ea Add capability for instance documentation, added dependency
Broke some links, going to fix those later
2014-08-26 10:12:32 -07:00
Sashko Stubailo
aa43fb2f2f Add a bunch of new stuff to auto docs, see names.json 2014-08-25 20:54:28 -07:00
Sashko Stubailo
b9885e77f4 Meteor.absoluteUrl is now auto-documented from a comment 2014-08-25 19:57:47 -07:00
Sashko Stubailo
0618c41dd6 Add some basic JSDoc stuff to generate a js file for docs 2014-08-25 17:24:31 -07:00