forked from thedavecarroll/BluebirdPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
58 lines (51 loc) · 1.35 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
# Project Info
site_name: 'BluebirdPS'
site_description: 'Online Help for BluebirdPS PowerShell Module'
site_author: 'Dave Carroll'
site_url: 'https://bluebirdps.anovelidea.org'
# Repo Info
repo_name: 'thedavecarroll/BluebirdPS'
repo_url: 'https://github.com/thedavecarroll/BluebirdPS'
# Copyright
copyright: "Copyright © 2020 Dave Carroll<br/>BluebirdPS is licensed under the <a href=https://github.com/thedavecarroll/BluebirdPS/raw/main/LICENSE>MIT license."
# Analytics
google_analytics:
- !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
- auto
# Configuration
theme:
name: material
language: en
icon:
logo: fontawesome/regular/comments
palette:
scheme: preference
primary: blue
accent: indigo
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
plugins:
- search
- awesome-pages
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/thedavecarroll/
- icon: fontawesome/brands/twitter
link: https://twitter.com/thedavecarroll
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/thedavecarroll/
# Navigation
nav:
- Home: README.md
- Getting Started:
- Pre-requisites: prerequisites.md
- How to Install: install.md
- Change Log: CHANGELOG.md
- License: LICENSE.md
- Commands:
- ...