-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
40 lines (33 loc) · 876 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
---
site_name: Splunk Firehose Nozzle
extra:
version:
provider: mike
default: develop
markdown_extensions:
- toc:
permalink: true
- smarty
- fenced_code
- sane_lists
- codehilite
- attr_list
- md_in_html
plugins:
- search:
lang: en
- mike
extra_javascript:
- javascripts/footer.js
copyright: <p>Webpages built on GitHub Pages | <a href="https://docs.github.com/en/site-policy/github-terms/github-terms-of-service">Github Terms</a> | <a href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement">GitHub Privacy</a></p>
theme:
name: "material"
palette:
primary: "black"
accent: "orange"
nav:
- General information: "index.md"
- Initial setup: "setup.md"
- Environment variables: "environment-variables.md"
- Troubleshooting: "troubleshooting.md"
- Development: "development.md"