-
Notifications
You must be signed in to change notification settings - Fork 69
/
mkdocs.yml
115 lines (113 loc) · 3.01 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
115
site_name: GHOSTS Documentation
extra_css:
- stylesheets/extra.css
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- toc.integrate
logo: assets/img/ghosts_new.png
favicon: assets/img/ghosts_new.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: purple
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: purple
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
analytics:
provider: google
property: G-QXR9QHNERH
nav:
- Home: index.md
- What's New: new.md
- Quick Start: quickstart.md
- Client:
- core/client.md
- core/lite.md
- Client Handlers:
- Basic Configuration: core/handlers.md
- Clicks: core/handlers/clicks.md
- Cmd: core/handlers/cmd.md
- Notepad: core/handlers/notepad.md
- NPCSystem: core/handlers/npc_system.md
- Office:
- Excel: core/handlers/excel.md
- Outlook: core/handlers/outlook.md
- PowerPoint: core/handlers/powerpoint.md
- Word: core/handlers/word.md
- Pidgin: core/handlers/pidgin.md
- Print: core/handlers/print.md
- RDP: core/handlers/rdp.md
- Reboot: core/handlers/reboot.md
- Sftp: core/handlers/sftp.md
- Ssh: core/handlers/ssh.md
- Watcher: core/handlers/watcher.md
- Web Browsers (Firefox|Chrome): core/handlers/browser.md
- Web Browser Helper Functions:
- Blogs/Drupal: core/handlers/blog_helper.md
- Sharepoint: core/handlers/sharepoint_helper.md
- Wmi: core/handlers/wmi.md
- API:
- core/api.md
- Capabilities:
- Managing Timelines: core/api/timelines.md
- Grafana: core/grafana.md
- UI:
- core/ui.md
- Animations:
- animator/index.md
- Animation Jobs: animator/jobs.md
- Running Animations: animator/run.md
- Content Servers:
- content/index.md
- Pandora: content/pandora.md
- Pandora Social: content/social.md
- Shadows LLM API:
- shadows/index.md
- Advanced:
- advanced/index.md
- Cyclone: advanced/cyclone.md
- Enchanter (Keysender): advanced/enchanter.md
- Necromancer: advanced/necromancer.md