-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
161 lines (154 loc) · 4.73 KB
/
mkdocs.yml
File metadata and controls
161 lines (154 loc) · 4.73 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
site_name: MilestoneSystems.PowerShell.MediaDB
site_url: https://www.milestonepstools.com
site_dir: Output/site
site_description: "Work with raw XProtect media databases in Windows PowerShell."
docs_dir: docs
remote_branch: gh-pages
repo_name: milestonesystemsinc/milestonesystems.powershell.mediadb
repo_url: https://github.com/MilestoneSystemsInc/MilestoneSystems.PowerShell.MediaDB
edit_uri: ""
copyright: <a href="#__consent" class="md-button">Change cookie settings</a><br/> Copyright © 2019-2025 Milestone Systems A/S. All rights reserved.
theme:
name: material
logo: assets/images/header.svg
icon:
repo: fontawesome/brands/github
font:
text: Open Sans
palette:
- scheme: milestone-light
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: milestone-dark
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.tabs.link
# - header.autohide
- navigation.expand
- navigation.footer
- navigation.instant
- navigation.path
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- toc.follow
plugins:
search:
typeset:
optimize:
enabled: !ENV [CI, false]
privacy:
enabled: !ENV [CI, false]
social:
cards_layout_options:
font_family: Open Sans
color: "#ffffff"
background_color: "#0099da"
git-revision-date-localized:
enabled: false
enable_creation_date: true
awesome-pages:
collapse_single_pages: true
blog:
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
categories_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
tags:
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
extra:
consent:
title: We value your privacy
description: >- #
We value your privacy. We (Milestone Systems) and certain third parties
use cookies on this website. By choosing ‘Allow all cookies’ you consent
to our usage of cookies as described in our Cookie Policy and will get
the best possible experience on our website. You can also choose to only
accept the cookies that are strictly necessary for the website
functionality. For more details about the cookies, their purpose and the
third parties involved, click ‘Show details’.<br/><br/>
For cookies, your consent applies to the following domain:
<a href="https://www.milestonepstools.com">milestonepstools.com + subdomains</a>.
For Google cookies, you may also install a Google Analytics opt-out
browser add-on by going here: <a href="https://tools.google.com/dlpage/gaoptout?hl=en-US">https://tools.google.com/dlpage/gaoptout?hl=en-US</a>.
You can always change your consent from the link in the footer at the
bottom of every page.
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/MilestoneDevCom
name: MilestoneDevCom on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/milestone-systems/
name: Milestone Systems on LinkedIn
- icon: fontawesome/brands/github
link: https://github.com/milestonesys
name: Milestone Systems on GitHub
- icon: fontawesome/brands/discord
link: https://discord.milestonepstools.com/
name: Milestone Systems on Discord
markdown_extensions:
- abbr
- attr_list
- admonition
- footnotes
- meta
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
linenums_style: pymdownx-inline
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
base_path:
- docs
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Commands:
- ... | flat | commands/en-US/*.md