forked from DbUp/DbUp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (21 loc) · 722 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
23 lines (21 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: DbUp
theme: readthedocs
repo_url: https://github.com/DbUp/DbUp
nav:
- Home: index.md
- 'Breaking Changes': breaking-changes.md
- History: history.md
- 'Philosophy Behind DbUp': philosophy-behind-dbup.md
- Usage: usage.md
- 'Supported Databases': supported-databases.md
- FAQ: faq.md
- Contributing: contributing.md
- 'DBOps Powershell Module': dbops.md
- 'More Info':
- 'Schema Downgrading': more-info/schema-downgrading.md
- 'Script Providers': more-info/script-providers.md
- Transactions: more-info/transactions.md
- Pre-Processors: more-info/preprocessors.md
- Logging: more-info/logging.md
- Journaling: more-info/journaling.md
- 'Variable Substitution': more-info/variable-substitution.md