-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
60 lines (60 loc) · 1.7 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
site_name: YAPYANG
site_url: https://nomios-opensource.github.io/yapyang/
site_description: An open source Python package that helps developers to translate YANG (RFC6020/RFC7950) data models to Python.
site_author: Nomios UK&I
copyright: Copyright 2024 Nomios UK&I
repo_name: nomios-opensource/yapyang
repo_url: https://github.com/nomios-opensource/yapyang
theme:
name: material
language: en
logo: assets/logo.svg
favicon: assets/favicon.jpeg
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.path
- search.share
- content.code.copy
- content.code.annotate
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/nomios-opensource
name: Collection of Nomios opensource repositories
- icon: simple/python
link: https://pypi.org/user/nomios-opensource/
name: Collection of Nomios opensource packages
- icon: material/web
link: https://www.nomios.co.uk/network/network-automation/
name: Talk to an expert
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences
- admonition
- pymdownx.details
nav:
- Quick Start:
- Introduction: index.md
- Installation: install.md