-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
38 lines (37 loc) · 1.43 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
site_name: Watchmen Docs
repo_url: https://github.com/devblackops/watchmen
theme: readthedocs
pages:
- Home: index.md
- Functions:
- Get-WatchmenTest: functions/Get-WatchmenTest.md
- Invoke-WatchmenTest: functions/Invoke-WatchmenTest.md
- Concepts: concepts.md
- Resources:
- WatchmenOptions: functions/Help-WatchmenOptions.md
- WatchmenOptions_properties:
- Notifies: functions/Help-Notifies.md
- Notifies_properties:
- When: functions/Help-When.md
- Email: functions/Help-Email.md
- EventLog: functions/Help-EventLog.md
- LogFile: functions/Help-LogFile.md
- PowerShell: functions/Help-PowerShell.md
- Slack: functions/Help-Slack.md
- Syslog: functions/Help-Syslog.md
- WatchmenTest: functions/Help-WatchmenTest.md
- WatchmenTest_properties:
- FromSource: functions/Help-FromSource.md
- Notifies: functions/Help-Notifies.md
- Notifies_properties:
- When: functions/Help-When.md
- Email: functions/Help-Email.md
- EventLog: functions/Help-EventLog.md
- LogFile: functions/Help-LogFile.md
- PowerShell: functions/Help-PowerShell.md
- Slack: functions/Help-Slack.md
- Syslog: functions/Help-Syslog.md
- Parameters: functions/Help-Parameters.md
- Test: functions/Help-Test.md
- TestType: functions/Help-TestType.md
- Version: functions/Help-Version.md