-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
47 lines (40 loc) · 864 Bytes
/
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
site_name: SystemLink Operations Handbook
site_url: https://operations.systemlink.io
repo_url: https://github.com/ni/systemlink-operations-handbook
copyright: Copyright © 2020 National Instruments Corporation
docs_dir: handbook
edit_uri: edit/master/handbook/
strict: true
markdown_extensions:
- admonition
- attr_list
- def_list
- meta
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: true
marker: ''
plugins:
- awesome-pages:
collapse_single_pages: true
strict: true
- enumerate-headings:
toc_depth: 4
- git-revision-date-localized
- search
theme:
custom_dir: overrides
favicon: img/favicon.ico
font: false
icon:
logo: NI/SystemLink
name: material
palette:
scheme: ni
extra_css:
- stylesheets/extra.css
google_analytics:
- UA-126136185-4
- auto