-
-
Notifications
You must be signed in to change notification settings - Fork 143
/
mkdocs.yml
31 lines (30 loc) · 1.46 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
site_name: dbachecks
repo_url: https://github.com/sqlcollaborative/dbachecks
site_author: The Beard
edit_uri: edit/main/docs/
theme: readthedocs
copyright: "dbachecks is licensed under the <a href='https://github.com/sqlcollaborative/dbachecks/raw/master/LICENSE'>MIT license"
pages:
- Home: index.md
- Release Notes: RELEASE.md
- Functions:
- Clear-DbcPowerBiDataSource: functions/Clear-DbcPowerBiDataSource.md
- Convert-DbcResult: functions/Convert-DbcResult.md
- Export-DbcConfig: functions/Export-DbcConfig.md
- Get-DbcCheck: functions/Get-DbcCheck.md
- Get-DbcConfig: functions/Get-DbcConfig.md
- Get-DbcConfigValue: functions/Get-DbcConfigValue.md
- Get-DbcReleaseNote: functions/Get-DbcReleaseNote.md
- Get-DbcTagCollection: functions/Get-DbcTagCollection.md
- Import-DbcConfig: functions/Import-DbcConfig.md
- Invoke-DbcCheck: functions/Invoke-DbcCheck.md
- Invoke-DbcConfigFile: functions/Invoke-DbcConfigFile.md
- Reset-DbcConfig: functions/Reset-DbcConfig.md
- Save-DbcRequiredModules: functions/Save-DbcRequiredModules.md
- Set-DbcCisConfig: functions/Set-DbcCisConfig.md
- Set-DbcConfig: functions/Set-DbcConfig.md
- Set-DbcFile: functions/Set-DbcFile.md
- Start-DbcPowerBi: functions/Start-DbcPowerBi.md
- Update-DbcPowerBiDataSource: functions/Update-DbcPowerBiDataSource.md
- Update-DbcRequiredModules: functions/Update-DbcRequiredModules.md
- Write-DbcTable: functions/Write-DbcTable.md