-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
68 lines (61 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Project Info
site_name: PoShEvents
site_description: Online Help for PoShEvents PowerShell Module
site_author: Dave Carroll
site_url: https://poshevents.anovelidea.org
# Repo Info
repo_name: thedavecarroll/PoShEvents
repo_url: https://github.com/thedavecarroll/PoShEvents
# Copyright
copyright: "Copyright © 2018-2019 Dave Carroll<br/>PoShEvents is licensed under the <a href='https://github.com/thedavecarroll/PoShEvents/raw/master/LICENSE'>MIT license."
# Analytics
google_analytics:
- UA-155184965-1
- auto
# Configuration
theme:
name: material
edit_uri: edit/master/docs/
# Customization
extra:
social:
- type: github
link: https://github.com/thedavecarroll/
- type: twitter
link: https://twitter.com/thedavecarroll
- type: linkedin
link: https://www.linkedin.com/in/thedavecarroll/
# Extensions
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.tasklist
- pymdownx.mark
- pymdownx.keys
- pymdownx.details
- pymdownx.critic
- codehilite:
guess_lang: true
- toc:
permalink: true
# Navigation
nav:
- Home: README.md
- Change Log: CHANGELOG.md
- Functions:
- ConvertFrom-EventLogRecord: ConvertFrom-EventLogRecord.md
- Get-GPOProcessingEvent: Get-GPOProcessingEvent.md
- Get-KMSClientEvent: Get-KMSClientEvent.md
- Get-KMSHostEvent: Get-KMSHostEvent.md
- Get-KMSHostLicenseCheckEvent: Get-KMSHostLicenseCheckEvent.md
- Get-LogonFailureEvent: Get-LogonFailureEvent.md
- Get-OSVersionFromEvent: Get-OSVersionFromEvent.md
- Get-PrintDocumentEvent: Get-PrintDocumentEvent.md
- Get-RemoteLogonEvent: Get-RemoteLogonEvent.md
- Get-ServiceEvent: Get-ServiceEvent.md
- Get-SystemRestartEvent: Get-SystemRestartEvent.md
- New-EventDataFilter: New-EventDataFilter.md
- New-EventFilterXml: New-EventFilterXml.md
- New-EventSource: New-EventSource.md
- Write-WinEvent: Write-WinEvent.md