forked from RootITUp/Logging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
29 lines (29 loc) · 1.2 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
site_name: Powershell Logging Module Documentation
site_description: Powershell Logging Module
site_author: Massimo Bonvicini
repo_url: https://github.com/EsOsO/Logging
edit_uri: edit/master/docs/
copyright: Powershell Logging Module is licensed under the <a href="https://github.com/EsOsO/Logging/raw/master/docs/LICENSE">MIT license</a>
theme: readthedocs
nav:
- Home: index.md
- Usage: Usage.md
- Available Targets: AvailableTargets.md
- About:
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Functions:
- Add-LoggingLevel: Add-LoggingLevel.md
- Add-LoggingTarget: Add-LoggingTarget.md
- Get-LoggingAvailableTarget: Get-LoggingAvailableTarget.md
- Get-LoggingCallerScope: Get-LoggingCallerScope.md
- Get-LoggingDefaultFormat: Get-LoggingDefaultFormat.md
- Get-LoggingDefaultLevel: Get-LoggingDefaultLevel.md
- Get-LoggingTarget: Get-LoggingTarget.md
- Set-LoggingCallerScope: Set-LoggingCallerScope.md
- Set-LoggingCustomTarget: Set-LoggingCustomTarget.md
- Set-LoggingDefaultFormat: Set-LoggingDefaultFormat.md
- Set-LoggingDefaultLevel: Set-LoggingDefaultLevel.md
- Wait-Logging: Wait-Logging.md
- Write-Log: Write-Log.md