forked from loresoft/EntityFrameworkCore.Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (34 loc) · 1.05 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
30
31
32
33
34
35
36
37
38
39
40
site_name: Entity Framework Core Generator
theme: material
repo_url: https://github.com/loresoft/EntityFrameworkCore.Generator
nav:
- Home: index.md
- Quick Start: quickStart.md
- Database Connection: connectionString.md
- Database Providers: providers.md
- Regeneration: regeneration.md
- Configuration File: 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
markdown_extensions:
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences