-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
79 lines (73 loc) · 2.45 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
69
70
71
72
73
74
75
76
77
78
79
site_name: 'PsLogLite'
site_url: https://leojackson.github.io/PsLogLite
site_description: A lightweight, procedural logging utility for use with any PowerShell script.
site_author: Leo Jackson
edit_uri: ''
repo_url: https://github.com/leojackson/PsLogLite
copyright: 'Copyright © 2020 Leo Jackson'
theme:
name: material
features:
- tabs
- instant
icon:
logo: fontawesome/solid/file-invoice
repo: fontawesome/brands/github-alt
font:
text: Sen
code: Source Code Pro
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- toc:
permalink: true
plugins:
- search
- git-revision-date-localized:
type: timeago
nav:
- PsLogLite: index.md
- Usage: usage.md
- Functions:
- Get-LogLevel: 'functions/Get-LogLevel.md'
- Get-LogPath: 'functions/Get-LogPath.md'
- Reset-LogLevel: 'functions/Reset-LogLevel.md'
- Reset-LogPath: 'functions/Reset-LogPath.md'
- Set-LogLevel: 'functions/Set-LogLevel.md'
- Set-LogPath: 'functions/Set-LogPath.md'
- Write-Debug: 'functions/Write-Debug.md'
- Write-Error: 'functions/Write-Error.md'
- Write-Host: 'functions/Write-Host.md'
- Write-Information: 'functions/Write-Information.md'
- Write-Output: 'functions/Write-Output.md'
- Write-Verbose: 'functions/Write-Verbose.md'
- Write-Warning: 'functions/Write-Warning.md'
- Licenses:
- Overview: 'license.md'
- Source Code: 'license/source.md'
- Documentation: 'license/documentation.md'
- Microsoft: 'license/microsoft.md'
- Issues:
- Issues: 'https://github.com/leojackson/PsLogLite/issues'
- Changelog:
- Changelog: 'https://github.com/leojackson/PsLogLite/releases'
- PowerShell Gallery:
- PowerShell Gallery: 'https://www.powershellgallery.com/packages/PsLogLite'
extra_css:
- css/extra.css
extra:
social:
- icon: fontawesome/solid/globe
link: https://leojackson.github.io
- icon: fontawesome/brands/github
link: https://github.com/leojackson
- icon: octicons/package-24
link: https://www.powershellgallery.com/profiles/leojackson