-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
54 lines (47 loc) · 1.29 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
# Project Info
site_name: PoShGroupPolicy
site_description: Online Help for PoShGroupPolicy PowerShell Module
site_author: Dave Carroll
site_url: https://poshgrouppolicy.anovelidea.org
# Repo Info
repo_name: thedavecarroll/PoShGroupPolicy
repo_url: https://github.com/thedavecarroll/PoShGroupPolicy
# Copyright
copyright: "Copyright © 2018-2020 Dave Carroll<br/>PoShGroupPolicy is licensed under the <a href='https://github.com/thedavecarroll/PoShGroupPolicy/raw/master/LICENSE'>MIT license."
# Analytics
google_analytics:
- UA-122236350-2
- 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:
- Get-GPSetting: Get-GPSetting.md