forked from loresoft/EntityFrameworkCore.Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
30 lines (25 loc) · 834 Bytes
/
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
30
site_name: Entity Framework Core Generator
theme: readthedocs
repo_url: https://github.com/loresoft/EntityFrameworkCore.Generator
pages:
- Home: index.md
- Quick Start: quickStart.md
- Database Connection: connectionString.md
- Database Providers: providers.md
- Regeneration: regeneration.md
- Generation Configuration: configuration.md
- Configuration Variables: variables.md
- Command Line Reference: commands.md
- EntityFramework Templates:
- Data Context: ef/dataContext.md
- Entity: ef/entity.md
- Mapping: ef/mapping.md
- Extensions: ef/extensions.md
- Model Templates:
- Shared Configuration: md/shared.md
- Read Model: md/read.md
- Create Model: md/create.md
- Update Model: md/update.md
- Validation: md/validation.md
- Object Mapper: md/mapper.md
- Script Templates: scripts.md