Skip to content

Commit

Permalink
website; tweak intro section
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Dec 13, 2012
1 parent d631ff8 commit af0ef47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guide.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ extends layout

block content
h2 Schemas
:markdown
If you haven't yet done so, please take a minute to read the [quickstart](./index.html) to get an idea of how Mongoose works.
:markdown
If you are migrating from 2.x to 3.x please take a moment to read the [migration guide](./migration.html).
.important
:markdown
If you haven't yet done so, please take a minute to read the [quickstart](./index.html) to get an idea of how Mongoose works.
If you are migrating from 2.x to 3.x please take a moment to read the [migration guide](./migration.html).
:markdown
This page covers `Schema` [definition](#definition), [plugins](#plugins), instance [methods](#methods), [statics](#statics), [indexes](#indexes), [virtuals](#virtuals) and [options](#options). Let's start with `Schema` definition.
h3#definition Defining your schema
Expand Down

0 comments on commit af0ef47

Please sign in to comment.