-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
83 lines (77 loc) · 2.19 KB
/
mkdocs.yml
File metadata and controls
83 lines (77 loc) · 2.19 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
site_name: Hardening Brave Browser — Network Pro™
site_url: https://brave.netwk.pro
repo_url: https://github.com/netwk-pro/hardening-brave/
repo_name: GitHub
docs_dir: src
site_dir: build/
theme:
name: material
language: en
font:
text: null
code: null
logo: img/icon-512x512.png
favicon: img/favicon.svg
palette:
# Palette toggle for automatic mode
# Default to dark mode
- scheme: slate
primary: deep orange
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
# Optional light mode
- scheme: default
primary: deep orange
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- toc.follow
- navigation.top
- search.suggest
plugins:
- privacy:
assets: true
assets_fetch: true
markdown_extensions:
- admonition
- pymdownx.details # Enables `???` collapsibles
- pymdownx.superfences # Optional but recommended for nested blocks
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/brands/discord
name: Network Pro on Discord
link: https://discord.neteng.pro
- icon: fontawesome/solid/at
name: Contact Us
link: https://netwk.pro/contact
copyright: >
Copyright © 2025 Network Pro Strategies (Network Pro™) – This blog
does not use cookies. See our <a href="https://netwk.pro/privacy">Privacy
Policy</a> for details.
nav:
- Hardening Brave: index.md
- Website: https://netwk.pro
- Blog: https://blog.netwk.pro
- Privacy Apps: https://apps.netwk.pro
# cspell:ignore collapsibles pymdownx superfences