|
1 | 1 | site_name: Entity Framework Core Generator |
2 | | -theme: readthedocs |
| 2 | +theme: material |
3 | 3 | repo_url: https://github.com/loresoft/EntityFrameworkCore.Generator |
4 | 4 |
|
5 | | -pages: |
6 | | -- Home: index.md |
| 5 | +nav: |
| 6 | + - Home: index.md |
7 | 7 |
|
8 | | -- Quick Start: quickStart.md |
9 | | -- Database Connection: connectionString.md |
10 | | -- Database Providers: providers.md |
11 | | -- Regeneration: regeneration.md |
12 | | -- Generation Configuration: configuration.md |
13 | | -- Configuration Variables: variables.md |
14 | | -- Command Line Reference: commands.md |
| 8 | + - Quick Start: quickStart.md |
| 9 | + - Database Connection: connectionString.md |
| 10 | + - Database Providers: providers.md |
| 11 | + - Regeneration: regeneration.md |
| 12 | + - Configuration File: configuration.md |
| 13 | + - Configuration Variables: variables.md |
| 14 | + - Command Line Reference: commands.md |
15 | 15 |
|
16 | | -- EntityFramework Templates: |
17 | | - - Data Context: ef/dataContext.md |
18 | | - - Entity: ef/entity.md |
19 | | - - Mapping: ef/mapping.md |
20 | | - - Extensions: ef/extensions.md |
| 16 | + - EntityFramework Templates: |
| 17 | + - Data Context: ef/dataContext.md |
| 18 | + - Entity: ef/entity.md |
| 19 | + - Mapping: ef/mapping.md |
| 20 | + - Extensions: ef/extensions.md |
21 | 21 |
|
22 | | -- Model Templates: |
23 | | - - Shared Configuration: md/shared.md |
24 | | - - Read Model: md/read.md |
25 | | - - Create Model: md/create.md |
26 | | - - Update Model: md/update.md |
27 | | - - Validation: md/validation.md |
28 | | - - Object Mapper: md/mapper.md |
| 22 | + - Model Templates: |
| 23 | + - Shared Configuration: md/shared.md |
| 24 | + - Read Model: md/read.md |
| 25 | + - Create Model: md/create.md |
| 26 | + - Update Model: md/update.md |
| 27 | + - Validation: md/validation.md |
| 28 | + - Object Mapper: md/mapper.md |
29 | 29 |
|
30 | | -- Script Templates: scripts.md |
| 30 | + - Script Templates: scripts.md |
| 31 | + |
| 32 | +markdown_extensions: |
| 33 | + - tables |
| 34 | + - pymdownx.highlight: |
| 35 | + anchor_linenums: true |
| 36 | + line_spans: __span |
| 37 | + pygments_lang_class: true |
| 38 | + - pymdownx.inlinehilite |
| 39 | + - pymdownx.snippets |
| 40 | + - pymdownx.superfences |
0 commit comments