-
Notifications
You must be signed in to change notification settings - Fork 40
/
mkdocs.yml
29 lines (29 loc) · 1.17 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: Sequelize Guides
site_url: http://www.mkdocs.org
site_description: Sequelize simple documentation.
site_author: Tom Kelly, Fullstack team and contributors.
repo_url: https://github.com/FullstackAcademy/SequelizeGuides
edit_uri: ""
pages:
- Home: "index.md"
- Getting Started: "getting-started.md"
- Model:
- Definition: "model-definition.md"
- Column Types: "column-types.md"
- Validators and Default Values: "validators-and-default-values.md"
- Hooks: "hooks.md"
- Instance and Class Methods: "instance-and-class-methods.md"
- Getters and Setters: "getters-and-setters.md"
- Virtual Columns: "virtual-columns.md"
- Querying Models: "querying.md"
- Search Operators: "search-operators.md"
- "Inserting, updating and destroying": "inserting-updating-destroying.md"
- Associations:
- Association Types: "association-types.md"
- One-One Relations: "one-one-relations.md"
- One-Many Associations: "one-many-associations.md"
- Many-Many Associations: "many-many-associations.md"
- Eager Loading: "eager-loading.md"
theme: readthedocs
extra_css:
- css/extra.css