-
-
Notifications
You must be signed in to change notification settings - Fork 191
/
mkdocs.yml
86 lines (76 loc) · 2.12 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
80
81
82
83
84
85
86
# Project information
site_name: Posh-ACME
site_url: https://poshac.me/docs
site_author: "Ryan Bolger"
site_description: "Documentation for the Posh-ACME PowerShell module"
site_dir: ..\Posh-ACME.docs\docs
# Repository
repo_name: rmbolger/Posh-ACME
repo_url: https://github.com/rmbolger/Posh-ACME
edit_uri: edit/main/docs/
# Copyright
copyright: "Copyright © 2021 Ryan Bolger"
# Configuration
theme:
# https://squidfunk.github.io/mkdocs-material/
name: material
custom_dir: docs/.overrides
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.footer
- content.code.copy
- content.action.edit
- content.action.view
icon:
logo: simple/powershell
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
# Plugins
plugins:
- search
# Using awesome-pages for semi-auto sub-sections until this issue is resolved
# https://github.com/mkdocs/mkdocs/issues/714
- awesome-pages
- social
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rmbolger
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@rmbolger
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/rmbolger/
version:
provider: mike
# Extensions
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list