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