-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (79 loc) · 2.04 KB
/
mkdocs.yml
File metadata and controls
84 lines (79 loc) · 2.04 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: Documentation - Network Pro™
site_url: https://docs.netwk.pro/
repo_url: https://github.com/netwk-pro/docs
repo_name: GitHub
docs_dir: src
site_dir: build/
theme:
name: material
language: en
font:
text: null
code: null
logo: /icon-512x512.png
favicon: /favicon.svg
palette:
# Default to dark mode
- scheme: slate
primary: amber
accent: yellow
toggle:
icon: material/brightness-4
name: Switch to light mode
# Optional light mode
- scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- toc.follow
- toc.integrate
- navigation.top
- search.suggest
extra:
base_url: /
social:
- icon: fontawesome/brands/instagram
name: Network Pro on Instagram
link: https://instagram.com/netwk_pro/
- icon: fontawesome/brands/facebook
name: Network Pro on Facebook
link: https://facebook.com/neteng.pro/
- icon: fontawesome/brands/linkedin
name: Network Pro on LinkedIn
link: https://linkedin.com/company/netwk-pro/
- icon: fontawesome/brands/mastodon
name: Network Pro on Mastodon
link: https://noc.social/@neteng_pro/
- icon: fontawesome/solid/at
name: Contact Us
link: https://netwk.pro/contact
copyright: >
Copyright © 2025, 2026 Network Pro Strategies (Network Pro™) – This
blog does not use cookies. See our <a href="https://netwk.pro/privacy">Privacy
Policy</a> for details.
plugins:
- privacy
- search
- meta
- tags:
tags_file: tags.md
nav:
- About Us: index.md
- Legal Documentation:
- legal.md
- privacy.md
- terms-use.md
- terms-conditions.md
- Contributing:
- Code of Conduct: conduct.md
- Contribute to Network Pro™: contributing.md
- Tags: tags.md
- Blog: https://blog.netwk.pro
- Back to Website: https://netwk.pro