Commit Graph

136 Commits

Author SHA1 Message Date
Slava Kim
efa8a45536 Fix the link to jade package 2014-10-14 12:55:03 -07:00
Denis Gorbachev
504574876e Fix directory lists
My wife was confused by the previous wording of which directories are loaded where. Explicitly stating the directory lists should remove the confusion.
2014-10-13 17:40:54 -07:00
David Glasser
1779d62281 some packaging-related docs cleanups
also, add instructions to the top of docs.js
2014-10-06 21:50:00 -07:00
ekatek
dd7635af6e merging from master 2014-09-25 19:45:48 -07:00
ekatek
96cc3193a5 docs for the new stuff in 0.9.3 2014-09-25 18:18:01 -07:00
David Greenspan
48264ccafd Use preferred helper style in docs,apps,packages 2014-09-25 14:56:15 -07:00
Everest Liu
a3a63fc557 MongoHQ has rebranded to Compose 2014-09-16 18:01:05 -07:00
Emily Stark
ccfee68145 Merge branch 'master' into devel
Conflicts:
	docs/client/api.html
	docs/client/data.js
	docs/client/names.json
	meteor
	packages/autoupdate/package.js
	packages/base64/.gitignore
	packages/constraint-solver/package.js
	packages/device-orientation/.gitignore
	packages/less/package.js
	packages/meteor-tool/package.js
	packages/meteor/package.js
	packages/package-version-parser/package.js
	packages/webapp/webapp_server.js
	scripts/admin/meteor-release-experimental.json
	tools/commands.js
	tools/help.txt
	tools/package-version-parser.js
	tools/run-all.js
	tools/tests/apps/build-errors/packages/with-colon-plugin/.gitignore
2014-09-15 14:48:57 -07:00
David Glasser
2c4a10921a Fix references to Meteor.Collection in docs
Fixes #2574.
2014-09-11 16:14:10 -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
985b267195 Fix broken links 2014-09-05 18:38:53 -07:00
Sashko Stubailo
3916991bc2 Add documentation for WebApp.connectHandlers 2014-09-02 19:42:39 -07:00
David Greenspan
1dedd89387 Eliminate UI from docs; add some API to Template!
By choosing names like Template.registerHelper(…) and Template.instance() (instead of Blaze), we can separate the “Templates” section and the “Blaze” section of the docs.
2014-08-28 04:11:25 -07:00
Sashko Stubailo
d224143c54 Rename Deps to Tracker in the docs 2014-08-27 20:20:53 -07:00
Maria Pacana
8f097cbea7 Minor edits to packaging docs. 2014-08-25 15:42:59 -07:00
David Glasser
50bf28b1d0 docs: minor tweaks, update table of contents 2014-08-24 17:18:07 -07:00
ekatek
2e4893d8af docs apis 2014-08-24 03:02:09 -07:00
ekatek
2f8e6d7af1 wip 2014-08-23 22:44:35 -07:00
ekatek
b96f455b80 docs changes: everything but the API 2014-08-23 22:15:46 -07:00
David Glasser
98b2885e85 Revert "Upgrade Node to 0.10.30. Fix npm bug again."
This reverts commit 56ff54b085.
2014-08-15 07:21:24 -07:00
David Glasser
56ff54b085 Upgrade Node to 0.10.30. Fix npm bug again. 2014-08-14 10:15:47 -07:00
Richard Littauer
d7b403b5b6 Docs: Added cross-reference for origin.meteor.com
Fixes #2343.
2014-08-07 14:33:33 -07:00
Tom Wang
114b36bbcb fix typo 2014-07-30 16:23:17 -07:00
David Glasser
996d347139 Merge branch 'devel' into packaging
Conflicts:
	docs/client/api.html
	docs/client/concepts.html
	docs/client/introduction.html
	meteor
	packages/html-tools/package.js
	packages/spacebars-common/package.js
	packages/webapp/webapp_server.js
	tools/bundler.js
2014-07-21 16:18:25 -07:00
Emily Stark
d962d498c8 Remove more SRP from docs 2014-07-07 11:45:03 -07:00
David Glasser
7bfa2dacb5 Add package.json and npm-shrinkwrap.json to bundle
Recommend their use instead of hacky fibers reinstallation.
2014-07-01 16:18:36 -07:00
David Glasser
cffc1ed1cc camelcase api.versionsFrom and api.addFiles
Leave around api.add_files so as to not break literally every
package. Leave our own uses of it alone until after merging to devel, so
that merging package.js files isn't a nightmare.
2014-06-24 16:11:30 -07:00
Emily Stark
51e1429d86 Make docs npm install one line 2014-06-23 16:39:27 -07:00
Emily Stark
969009460c Update docs for bcrypt dependency 2014-06-23 16:35:55 -07:00
Emily Stark
1180597f06 bump dev bundle; upgrade node 2014-06-16 18:17:21 -07:00
Emily Stark
1492da8ed4 Fix docs typo 2014-05-22 12:10:26 -07:00
David Glasser
9f477e974d Remove statement about Rails and Django
Fixes #2142.  Apparently Django doesn't work precisely this way.
2014-05-14 17:20:50 -07:00
David Glasser
f2e2a781cc Update Node to 0.10.28 which includes our npm fix 2014-05-02 10:59:37 -07:00
Nick Martin
714e513b99 Upgrade Node.js from 0.10.25 to 0.10.26 2014-04-07 22:56:41 -07:00
David Glasser
ea10dfc545 Update concepts section 2014-03-26 19:38:02 -07:00
David Glasser
f3000b69bb Redo Templates *API* section in docs 2014-03-26 13:37:26 -07:00
David Glasser
a965a117d2 Replace one instance of Meteor.render in docs 2014-03-26 13:37:26 -07:00
Avital Oliver
5671eaa2b7 Merge branch 'devel' into shark
Conflicts:
	packages/minifiers/package.js
	packages/preserve-inputs/package.js
	packages/test-in-browser/driver.css
	packages/test-in-browser/driver.js
2014-02-25 15:50:36 -08:00
David Glasser
98de5ffefe More improvements to load order doc
Fixes #1839.  See also #1675.
2014-02-20 14:17:06 -08:00
David Glasser
6471dce8fa Merge branch 'devel' into shark 2014-01-27 13:58:11 -08:00
David Glasser
a7d10d650d Update Node to 0.10.25. Remove bug workaround. 2014-01-23 12:15:29 -08:00
Avital Oliver
ede2e80d48 {{#better_markdown}} -> {{#markdown}} 2014-01-20 00:03:01 -08:00
David Glasser
cc1d47b5c5 Wording tweak. 2014-01-07 16:34:25 -08:00
Denis Gorbachev
f7c3e7621c Update concepts.html 2014-01-07 16:29:49 -08:00
Avital Oliver
e3578c6c30 Merge branch 'devel' into shark
Conflicts:
	packages/minimongo/minimongo.js
	packages/minimongo/package.js
2014-01-07 04:08:06 -08:00
David Glasser
36bad38aa0 Merge branch 'master' into devel
Conflicts:
	tools/mongo_runner.js
2013-12-20 14:26:27 -08:00
David Glasser
508ad66513 Support websockets on Node 0.10.24 too 2013-12-20 13:51:29 -08:00
David Greenspan
bb471a00e5 Merge remote-tracking branch 'origin/devel' into shark
Conflicts:
	packages/handlebars/.npm/package/npm-shrinkwrap.json
2013-12-19 18:07:52 -08:00
Nick Martin
eeae8ad11e Reword docs around file load order to be more correct. Fixes #1675. 2013-12-19 15:14:16 -08:00
David Greenspan
c9a79c1593 Merge branch 'devel' into shark
Conflicts:
	examples/leaderboard/.meteor/release
	examples/parties/.meteor/release
	examples/todos/.meteor/release
	examples/wordplay/.meteor/release
2013-11-11 20:50:33 -08:00