-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (100 loc) · 2.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: PowerShell Commands / RuDocs
site_url: https://lifailon.github.io
repo_url: https://github.com/Lifailon/PS-Commands
copyright: Copyright © 2023-2024 Alex Kup (Lifailon)
nav:
- Start: index.md
- PowerShell Syntax: Syntax/index.md
- Operating System: Windows/index.md
- File System: FileSystem/index.md
- Network: Network/index.md
- Threads: Threads/index.md
- Modules: Modules/index.md
- .NET: dotNET/index.md
- COM: COM/index.md
- Server Manager: ServerManager/index.md
- Active Directory: ActiveDirectory/index.md
- Microsoft Exchange: Exchange/index.md
- Virtualization: Virtualization/index.md
- Database: Database/index.md
- Markup Languages : MarkupLanguages/index.md
- API: API/index.md
- Zabbix: Zabbix/index.md
- DevOps: DevOps/index.md
- Docker: Docker/index.md
- Linux: Linux/index.md
- Node.js: Node.js/index.md
# nav:
# - PowerShell:
# - Syntax: Syntax/index.md
# - Operating System: Windows/index.md
# - File System: FileSystem/index.md
# - Network: Network/index.md
# - Threads: Threads/index.md
# - Modules: Modules/index.md
# - .NET: dotNET/index.md
# - COM: COM/index.md
# - Server Manager: ServerManager/index.md
# - Active Directory: ActiveDirectory/index.md
# - Microsoft Exchange: Exchange/index.md
# - Virtualization: Virtualization/index.md
# - Database: Database/index.md
# - Markup Languages : MarkupLanguages/index.md
# - API: API/index.md
# - Zabbix: Zabbix/index.md
# - DevOps: DevOps/index.md
# - 🐳 Docker: Docker/index.md
# - 🐧 Linux: Linux/index.md
# - Node.js: Node.js/index.md
# alternate:
# - name: Русский
# link: .
# lang: ru
# - name: English
# link: ./en/
# lang: en
# theme: readthedocs
# theme: bootstrap4
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Lifailon/PS-Commands
name: PS-Commands on Github
theme:
name: material
logo: Logo/PowerShell-Logo.png
favicon: Logo/PowerShell-Logo.png
font:
text: Inter
code: Inter
features:
- content.code.copy
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
markdown_extensions:
- markdown.extensions.nl2br
plugins:
- search
extra_css:
# https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/obsidian.min.css
- assets/highlight/obsidian.min.css
- assets/custom/headers.css
extra_javascript:
# https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js
# https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/languages/powershell.min.js
- assets/highlight/highlight.min.js
- assets/highlight/powershell.min.js
- assets/highlight/init.js