-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 694 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 694 Bytes
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
site_name: TFTP Router Flasher
site_description: A professional tool to flash router firmware via TFTP
site_url: https://vr-ski.github.io/TFTPRouterFlasher
repo_url: https://github.com/vr-ski/TFTPRouterFlasher
repo_name: vr-ski/TFTPRouterFlasher
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
palette:
- scheme: default
primary: teal
accent: purple
- scheme: slate
primary: teal
accent: lime
nav:
- Home: index.md
- Contributing: contributing.md
plugins:
- search
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.details