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

14 lines
341 B
HTML

<template name="basicContent">
{{> basicIntroduction}}
{{> basicApi}}
{{> basicPackages}}
{{#markdown}}
# Now read the full documentation
Congratulations, you're at the end of the Meteor basic docs. For some more
advanced features and more detailed explanations, check out the [Full API
Docs](#/full/).
{{/markdown}}
</template>