-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (49 loc) · 1.58 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: Curiosity.Migrations Documention
site_url: https://siisltdmigrations.rtfd.io
site_description: Curiosity.Migrations - Database migration framework for .NET and .NET Core
site_author: SIIS Ltd
copyright: <a href="https://survey-studio.com">SIIS Ltd</a> © 2020
nav:
- 'Intro': index.md
- 'Quick Start': quickstart.md
- 'Basics': basics.md
- 'Features':
- 'Script Migration':
- 'What is it': features/script_migration/index.md
- 'Batches': features/script_migration/batches.md
- 'Code Migration':
- 'What is it': features/code_migration/index.md
- 'EntityFramework Integration': features/code_migration/ef_integration.md
- 'Dependency Injection': features/code_migration/di.md
- 'Migration Providers': features/migration_providers.md
- 'Variables': features/variables.md
- 'Transactions': features/transactions.md
- 'Pre-migrations': features/pre_migrations.md
- 'Journal': features/journal.md
- 'Downgrade': features/downgrade.md
- Samples: samples/index.md
- 'Changelog':
- 'Curiosity.Migration': changelog/curiosity.migration.md
- 'Curiosity.Migration.PostgreSQL': changelog/curiosity.migration.postgres.md
theme:
name: material
language: en
favicon: images/siisltd.png
logo: images/dark_siisltd.png
font:
text: Roboto
code: Roboto Mono
palette:
primary: red
accent: red
features:
- navigation.sections
- navigation.expand
markdown_extensions:
- codehilite
- toc:
permalink: true
- markdown_include.include:
base_path: docs
extra_css:
- 'stylesheets/extra.css'