forked from PSAppDeployToolkit/PSAppDeployToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (59 loc) · 1.43 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
# Project Information
site_name: PSAppDeployToolkit
site_description: PowerShell App Deployment Toolkit
site_author: PSAppDeployToolkit Team
site_url: https://psappdeploytoolkit.com
# Repository
repo_name: PSAppDeployToolkit
repo_url: https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
edit_uri: ''
# Copyright
copyright: 'PowerShell App Deployment Toolkit Team Copyright © 2018'
plugins: []
# Configuration
theme:
name: null
custom_dir: material
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: false
palette:
primary: Blue
accent: Blue
font:
text: 'Roboto'
code: 'Roboto Mono'
favicon: 'img/favicon.ico'
logo: 'img/logo.svg'
# Customization
extra:
social:
- type: globe
link: http://psappdeploytoolkit.com
- type: github
link: https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
extra_css:
- stylesheets/extra.css
google_analytics:
- 'UA-128821248-1'
- 'auto'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- attr_list
# Navigation
nav:
- About: index.md
- Screenshots: screenshots.md
- Download: https://github.com/PSAppDeployToolkit/PSAppDeployToolkit/releases
- Community: https://discourse.psappdeploytoolkit.com
- About Us: about.md
- Donate: donate.md
- News: news.md