-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
47 lines (43 loc) · 1.05 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
site_name: gns3fy
site_url: https://davidban77.github.io/gns3fy/
site_description: GNS3 REST API python library.
site_author: David Flores
repo_url: https://github.com/davidban77/gns3fy/
repo_name: davidban77/gns3fy
docs_dir: "docs/content/"
theme:
name: material
favicon: https://fontawesome.com/icons/stream?style=solid
icon:
logo: fontawesome/solid/server
repo: fontawesome/brands/github
font:
text: Nunito
code: Source Code Pro
palette:
scheme: slate
primary: light blue
accent: blue grey
features:
# - navigation.tabs
- toc.autohide
markdown_extensions:
- toc:
permalink: "#"
toc_depth: 2-4
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- admonition
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/davidban77
nav:
- Overview: index.md
- User Guide: user-guide.md
- API Reference: api_reference.md
- About:
- Release Notes: about/changelog.md
- License: about/license.md
copyright: 'Copyright © 2020 David Flores'