-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (36 loc) · 1.03 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
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
site_name: RouterOS Log Exporter
site_description: Export logs from MikroTik RouterOS devices
site_url: https://dinotools.github.io/routeros-log-exporter/
repo_name: DinoTools/routeros-log-exporter
repo_url: https://github.com/DinoTools/routeros-log-exporter/
edit_uri: blob/main/docs/
nav:
- Home: index.md
- cli.md
- Config:
- Fetcher: config/fetcher.md
- Output: config/output/index.md
- Output Format: config/output/format.md
- License: LICENSE.md
- Issue Tracker: https://github.com/DinoTools/routeros-log-exporter/issues
- Git Repo: https://github.com/DinoTools/routeros-log-exporter
docs_dir: docs
theme:
name: material
# Don't load external fonts
font: false
icon:
repo: fontawesome/brands/github
markdown_extensions:
- attr_list
- def_list
- mkdocs-click
- pymdownx.highlight
- pymdownx.superfences
plugins:
- mkdocstrings:
handlers:
python:
paths: [.]