Skip to content

Commit

Permalink
move accounts above packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt DeBergalis committed Oct 16, 2012
1 parent ba73237 commit b936654
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
43 changes: 22 additions & 21 deletions docs/client/concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h1 id="concepts">Concepts</h1>
{{> reactivity }}
{{> livehtml }}
{{> templates }}
{{> packages_concept }}
{{> accounts }}
{{> packages_concept }}
{{> deploying }}
</template>

Expand Down Expand Up @@ -483,6 +483,27 @@ <h2 id="templates">Templates</h2>
> Session.set("weather", "cool and dry");
In DOM: <div>It'll be cool and dry tonight</div>

{{/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>

Expand Down Expand Up @@ -533,26 +554,6 @@ <h2 id="smartpackages">Smart packages</h2>
</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>



Expand Down
2 changes: 1 addition & 1 deletion docs/client/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ var toc = [
"Reactivity",
"Live HTML",
"Templates",
"Smart packages",
"Accounts",
"Smart packages",
"Deploying"
],

Expand Down

0 comments on commit b936654

Please sign in to comment.