forked from kudawdev/nifi-monitoring-splunk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
89 lines (81 loc) · 2.13 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
# Project information
site_name: Nifi Monitoring Splunk
site_author: Kudaw S.A.
site_description: Nifi Monitoring Splunk Documentation
site_url: https://kudawdev.github.io/nifi-monitoring-splunk/
# Copyright
copyright: Copyright © 2021 Kudaw S.A. All Rights Reserved
# Repository information
repo_url: https://github.com/kudawdev/nifi-monitoring-splunk
repo_name: NIFI Monitoring Splunk
# Navigation
nav:
- Introduction: index.md
- Overview: overview.md
- Install and configure NIFI Monitoring on Splunk: installation.md
- NIFI Configuration: configuration.md
- Data Reference: references.md
- Contribute: contributing.md
# Configuration
theme:
name: material # readthedocs material
#custom_dir: docs/theme/material
language: en
locale: en
logo: assets/images/nifi.png
favicon: assets/images/favicon.ico
palette:
primary: black
accent: black
font:
text: Roboto
code: Roboto Mono
features:
- instant
# Extras
extra:
social:
- icon: fontawesome/solid/home
link: https://www.kudaw.com/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/kudaw-latam
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/kudaw
- icon: fontawesome/brands/github
link: https://github.com/kudawdev
current_version: 1.0
alternate:
# Switch to English
- name: English
link: ""
lang: en
# Switch to Spanish
- name: Español
link: /nifi-monitoring-splunk/es/
lang: es
extra_javascript:
- assets/js/theme.js
extra_css:
- assets/css/theme.css
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# Plugins
plugins:
- search
- i18n:
default_language: en
languages:
es: Spanish
nav_translations:
es:
Introduction: Introducción
Overview: Vista General
Install and configure NIFI Monitoring on Splunk: Instalación y configuración de NIFI Monitoring en Splunk
NIFI Configuration: Configuración de NIFI
Data Reference: Referencia de Datos
Contribute: Contribuya