mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
18 lines
446 B
HTML
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>
|