This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
64 lines (56 loc) · 1.51 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
# Project Info
site_name: 'BluebirdPS'
site_description: 'Online Help for BluebirdPS PowerShell Module'
site_author: 'Dave Carroll'
site_url: 'https://docs.bluebirdps.dev'
# Repo Info
repo_name: 'thedavecarroll/BluebirdPS'
repo_url: 'https://github.com/thedavecarroll/BluebirdPS'
# Copyright
copyright: "Copyright © 2020-2022 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
logo: images/bluebirdps-icon.jpg
# 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
markdown_extensions:
- tables
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/thedavecarroll/
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@thedavecarroll
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/thedavecarroll/
- icon: fontawesome/brands/twitter
link: https://twitter.com/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:
- ...