-
Notifications
You must be signed in to change notification settings - Fork 67
/
mkdocs.yml
71 lines (63 loc) · 1.27 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
# Project information
site_name: 'PSGSuite'
site_description: 'PowerShell for G Suite'
site_author: 'Nate Ferrell'
site_url: 'https://psgsuite.io'
# Repository
repo_name: 'scrthq/PSGSuite'
repo_url: 'https://github.com/scrthq/PSGSuite'
edit_uri: 'edit/main/docs'
# Copyright
copyright: 'Copyright © 2015 - 2019 Nate Ferrell'
# Configuration
theme:
name: 'material'
language: 'en'
logo:
icon: 'keyboard'
palette:
primary: 'blue'
accent: 'green'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: true
# Customization
extra:
disqus: 'psgsuite'
manifest: 'manifest.webmanifest'
search:
tokenizer: '\s+'
social:
- type: 'github'
link: 'https://github.com/scrthq'
- type: 'twitter'
link: 'https://twitter.com/scrthq'
- type: 'linkedin'
link: 'https://linkedin.com/in/scrthq'
extra_css:
- 'stylesheets/extra.css'
# Google Analytics
google_analytics:
- 'UA-101420411-4'
- 'auto'
# 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
# Plugins
plugins:
- search
- minify:
minify_html: true