Files
meteor/docs/client/basic/basic-content.html
2014-10-28 02:28:36 -07:00

18 lines
446 B
HTML

<template name="basicContent">
{{> basicIntroduction}}
{{> basicApi}}
{{> basicPackages}}
{{#markdown}}
# Check out the Full API Docs
Congratulations, you're at the end of the Meteor basic documentation. For more
advanced features and more specific explanations, check out the [Full API
Docs](#/full/).
{{/markdown}}
<a href="http://meteor.com">
<img src="/logo.png" style="width: 100%; max-width: 300px" />
</a>
</template>