forked from ZachChristensen28/TA-pihole_dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
119 lines (113 loc) · 3.58 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
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
site_name: Pi-hole Add-on for Splunk Documentation
edit_uri: edit/master/docs/
repo_url: https://github.com/ZachChristensen28/TA-pihole_dns
repo_name: ZachChristensen28/TA-pihole_dns
site_description: >-
Welcome to the Home of the Pi-hole Add-on for Splunk documentation. The Pi-hole Add-on allows Splunk data administrators to map the Pi-Hole® DNS server events to the CIM enabling the data to be used with other Splunk Apps, such as the Pihole App for Splunk.
plugins:
- git-revision-date-localized:
type: date
fallback_to_build_date: true
- search
- minify:
minify_html: true
markdown_extensions:
- toc:
permalink: true
- attr_list
- def_list
- footnotes
- meta
- admonition
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.superfences
- abbr
- pymdownx.snippets
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
theme:
name: material
logo: images/ph_ta_logo.png
favicon: images/ph_ta_logo.png
icon:
repo: fontawesome/brands/github
features:
# - header.autohide
- content.code.copy
- navigation.instant
- navigation.tabs
- navigation.footer
- navigation.sections
- navigation.top
# - toc.integrate
- navigation.tracking
- content.code.annotate
- search.suggest
- search.highlight
- search.share
- content.action.edit
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/zachary-christensen28/
- icon: fontawesome/brands/github
link: https://github.com/ZachChristensen28
- icon: fontawesome/brands/twitter
link: https://twitter.com/ZachTheSplunker
copyright: Copyright © 2023 ZachTheSplunker
nav:
- Home: index.md
- Pi-hole Add-on: landing-page.md
- Getting Started:
- Pi-hole Logging Requirements: getting-started/pihole-logging-requirements.md
- Where to Install: getting-started/where-to-install.md
- Configure Inputs:
- Configure Universal Forwarder: getting-started/configure-inputs/configure-inputs.md
- Configure Modular Input: getting-started/configure-inputs/configure-modinput.md
- Troubleshooting:
- Troubleshoot Monitoring Inputs: getting-started/troubleshooting/troubleshoot-inputs.md
- Troubleshoot Modular Input: getting-started/troubleshooting/troubleshoot-modinputs.md
- Reference:
- Sourectypes: reference/sourcetypes.md
- Modular Input Reference: reference/mod-input-reference.md
- Changelog:
- Release Notes: reference/releases/index.md
- Release History: reference/releases/release-history.md
- Third-party software:
- Credits: reference/credits.md