Commit Graph

73 Commits

Author SHA1 Message Date
hwillson
0ba6d137ed Added missing meteor debug content. 2015-03-10 15:26:43 -07:00
David Glasser
7ff27f4e17 Update more docs about onStop 2015-03-05 21:36:18 -08:00
Matt DeBergalis
13e98f5a4a switch to forums 2015-02-26 20:13:46 -08:00
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
e2d071f31c Sashko's comments 2015-01-16 16:00:53 -08:00
Slava Kim
c361b8eeee Update documentation about Template#onCreated/onRendered/onDestroyed 2015-01-16 11:29:22 -08:00
David Glasser
1c6856722c Fix some minor docs issues
Fixes #3319.
2015-01-13 16:28:14 -08:00
David Glasser
880661ee8c Document that Meteor.method calls are additive
Fixes #3177. Fixes #3234.
2015-01-12 11:21:55 -08:00
ogourment
5b88474e0c Make deny, allow example clear as to client/server
As per explanation from Avital Oliver in meteor-talk, I suggest making this change in the doc to make it more clear that the example does not need to reside on *both* the client and server. The title of the sections (deny, allow) from the autoApiBox specify "server". The example got me confused as is.
2014-12-07 12:31:09 -05:00
Collin Donahue-Oponski
de18328083 Fix typo (missing word) 2014-12-04 19:22:10 -08:00
Chris Bridgett
691404ed70 Template helper commentCount example was duplicating comment text 2014-12-03 15:22:46 -08:00
Wonkyung Lyu
f8333123ba Fix typo error on docs 2014-10-30 10:17:53 -07:00
Kevin Chiu
5bbd908502 fixed a typo instaling -> installing 2014-10-28 14:59:37 -07:00
David Glasser
c8d157b6fe Link to the tutorial from the docs 2014-10-28 10:47:16 -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
Sashko Stubailo
8ccf52ab78 Improve links and add mobile section 2014-10-28 02:28:37 -07:00
Sashko Stubailo
2221234c28 Add file structure 2014-10-28 02:28:37 -07:00
Ben Newman
ba51494e1d Address feedback on the basic docs from @stubailo. 2014-10-28 02:28:37 -07:00
Sashko Stubailo
0865fa732b Make CLI section more compact, move it out of the involved div 2014-10-28 02:28:37 -07:00
Ben Newman
090b4d16d5 Flesh out basic documentation for the command line tool. 2014-10-28 02:28:37 -07:00
Slava Kim
aa1fa4449f Fix link to command line on sidebar 2014-10-28 02:28:37 -07:00
Avital Oliver
8f3ac8fb59 Add skeleton of command line tool docs 2014-10-28 02:28:37 -07:00
Slava Kim
7050ce6893 Make all links relative 2014-10-28 02:28:37 -07:00
Slava Kim
b6132e9b23 Make special subsections as part of sections 2014-10-28 02:28:37 -07:00
Slava Kim
fc47ee66ad Basic TOC highlighting of current for basic docs 2014-10-28 02:28:37 -07:00
Ben Newman
a7a18ea1b5 My edits to the second half of the basic docs. 2014-10-28 02:28:37 -07:00
Sashko Stubailo
79a71975dd Make edits suggested by avi 2014-10-28 02:28:37 -07:00
Sashko Stubailo
4fa507539f Add print CSS 2014-10-28 02:28:36 -07:00
Slava Kim
436d3b6c97 Make docs basic/full switch hide/show based on CSS and not on Blaze #if 2014-10-28 02:28:36 -07:00
Sashko Stubailo
4683599555 Remove old code and move stuff into helpers.js 2014-10-28 02:28:36 -07:00
Sashko Stubailo
13d564be5f Lots of fixes, including adding the logo 2014-10-28 02:28:36 -07:00
Ben Newman
cc3f54956a Address basic docs feedback from @stubailo. 2014-10-28 02:28:36 -07:00
Sashko Stubailo
15b705d59c Add some packages stuff 2014-10-28 02:28:36 -07:00
Sashko Stubailo
12a0aab571 Fix basic sidebar links 2014-10-28 02:28:36 -07:00
Slava Kim
e7a4ae6268 switch url schemes to always start with hash 2014-10-28 02:28:35 -07:00
Ben Newman
a54b64a137 My edits to the basic docs. 2014-10-28 02:28:35 -07:00
Sashko Stubailo
898ed0c777 Many fixes 2014-10-28 02:28:35 -07:00
Sashko Stubailo
c41269161b Fixed links on full docs 2014-10-28 02:28:35 -07:00
Sashko Stubailo
a629c46543 Make a lot of progress towards merging basic and full docs 2014-10-28 02:28:35 -07: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
David Glasser
f37e604b78 fix a Meteor.startup link 2014-10-28 00:49:53 -07:00
Sashko Stubailo
ee602e3992 Fix remaining sidebar links 2014-10-27 18:49:10 -07:00
Sashko Stubailo
eae23d433a Move Meteor.Error 2014-10-27 18:47:39 -07:00
Sashko Stubailo
7eb8b2c38e Improve links and add mobile section 2014-10-27 17:56:55 -07:00
Sashko Stubailo
86554c7e03 Merge branch 'responsive-docs' of github.com:meteor/meteor into responsive-docs 2014-10-27 17:37:35 -07:00
Sashko Stubailo
c14cd7e907 Add file structure 2014-10-27 17:37:25 -07:00
Ben Newman
85836d8b0b Address feedback on the basic docs from @stubailo. 2014-10-27 20:16:45 -04:00
Sashko Stubailo
36d18f556b Make CLI section more compact, move it out of the involved div 2014-10-27 17:15:32 -07:00