Add accounts concepts section.

This commit is contained in:
Nick Martin
2012-10-11 14:53:00 -07:00
parent 78b262741f
commit ec54838d95
2 changed files with 26 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ when writing those apps.
{{> livehtml }}
{{> templates }}
{{> packages_concept }}
{{> accounts }}
{{> deploying }}
</template>
@@ -489,6 +490,30 @@ make your own packages just yet. Coming soon.
{{/better_markdown}}
</template>
<template name="accounts">
{{#better_markdown}}
<h2 id="accounts">Accounts</h2>
Meteor has an Accounts system.
- simplest integration
- add accounts-ui accounts-password
- and XXX loginButtons}} to app
- which packages
- can build own accounts-ui
- link to api section
{{/better_markdown}}
</template>
<template name="deploying">
{{#better_markdown}}

View File

@@ -75,6 +75,7 @@ var toc = [
"Live HTML",
"Templates",
"Smart Packages",
"Accounts",
"Deploying"
],