-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (33 loc) · 934 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (33 loc) · 934 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
34
35
36
37
38
39
40
site_name: Firezone python client
site_author: msterhuj
site_description: >-
A simple interface to manage firezone with its api
repo_name: firezone-client
repo_url: https://github.com/msterhuj/firezone-client
edit_uri: https://github.com/msterhuj/firezone-client
nav:
- Getting Started: index.md
- Configuration: reference/configuration.md
- User: reference/user.md
- Rule: reference/rule.md
- Device: reference/device.md
- Utils: utils.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
palette:
primary: deep orange
icon:
repo: fontawesome/brands/github
features: []