Files
meteor/docs/client/full-api/introduction.html

15 lines
502 B
HTML

<template name="introduction">
<div id="introduction">
<!-- clicking this anchor in the left bar should scroll to top of doc,
not here -->
{{#markdown}}
<h1 id="meteorguide">Meteor Guide</h1>
The best point to get started with Meteor is the [Meteor Guide](http://guide.meteor.com). From there you can find links to other resources, intructions to install Meteor, and associated content. This is the Meteor API docs, documenting the interface of Meteor's core APIs.
{{/markdown}}
</div>
</template>