-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
134 lines (127 loc) · 4.59 KB
/
Copy pathmkdocs.yml
File metadata and controls
134 lines (127 loc) · 4.59 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: PowBot Mobile
site_url: https://docs.powbot.org/
extra_css:
- assets/styles.css
theme:
name: material
custom_dir: overrides
logo: assets/images/pb_logo.png
favicon: assets/favicon.ico
font:
code: Roboto Mono
palette:
scheme: slate
primary: black
features:
- navigation.indexes
- navigation.tabs
- navigation.top
- navigation.path
- navigation.instant
- navigation.footer
- toc.integrate
- toc.follow
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
nav:
- Home: index.md
- Scripts: 'Scripts.md'
- Guides:
- 'Guides': 'Getting_Started/index.md'
- 'Installation':
- 'Base Requirements': 'Getting_Started/install/index.md'
- 'Devices':
- 'Device Requirements': 'Getting_Started/install/devices/index.md'
- 'Installing PowBot': 'Getting_Started/install/devices/install.md'
- 'Emulators':
- 'EmulatorRequirements': 'Getting_Started/install/emulators/index.md'
- 'Bluestacks': 'Getting_Started/install/emulators/bluestacks.md'
- 'LDPlayer': 'Getting_Started/install/emulators/ldplayer.md'
- 'Logging': 'Getting_Started/Logging.md'
- 'Proxy Setup':
- 'RethinkDNS': 'Getting_Started/Proxy_Setup/Rethink.md'
- 'SocksTun': 'Getting_Started/Proxy_Setup/SocksTun.md'
- 'Jagex account setup': 'Getting_Started/TransferringToJagexAccount.md'
- Development:
- 'Dev Setup': 'Development/SettingUpDevelopmentEnv.md'
- 'Using the API':
- 'Bank': 'Development/API/BankAPI.md'
- 'Chat': 'Development/API/ChatAPI.md'
- 'Combat': 'Development/API/Combat.md'
- 'Equipment': 'Development/API/EquipmentAPI.md'
- 'Events': 'Development/API/Events.md'
- 'Grand Exchange': 'Development/API/GrandExchangeAPI.md'
- 'Ground Items': 'Development/API/GroundItems.md'
- 'Items': 'Development/API/Items.md'
- 'Locations': 'Development/API/Locations.md'
- 'Magic': 'Development/API/MagicAPI.md'
- 'NPC': 'Development/API/Npcs.md'
- 'Objects': 'Development/API/Objects.md'
- 'PaintBuilder': 'Development/API/PaintBuilderAPI.md'
- 'Prayer': 'Development/API/PrayerAPI.md'
- 'Rendering': 'Development/API/Rendering.md'
- 'Skills': 'Development/API/SkillsAPI.md'
- 'Store': 'Development/API/StoreAPI.md'
- 'Varpbits': 'Development/API/Varpbits.md'
- 'Waits/Sleep': 'Development/API/Waits.md'
- 'Walking': 'Development/API/Walking.md'
- 'Widgets': 'Development/API/Widgets.md'
- 'World': 'Development/API/WorldHopping.md'
- 'Quirks':
- 'Interaction Types': 'Development/Quirks/InteractionTypes.md'
- 'GroundItem Interactions': 'Development/Quirks/GroundItemInteractions.md'
- 'Inventory Interactions': 'Development/Quirks/InventoryInteractions.md'
- 'Npc Interactions': 'Development/Quirks/NpcInteractions.md'
- 'Null Safety': 'Development/Quirks/NullSafety.md'
- 'Object Interactions': 'Development/Quirks/ObjectInteractions.md'
- 'Stream': 'Development/Quirks/StreamAPI.md'
- 'Using Waits': 'Development/Quirks/UsingWaits.md'
- 'Widget Interactions': 'Development/Quirks/WidgetInteracting.md'
- 'Script Writers':
- 'Ranks': 'Development/Script_Writers/ScriptWriterRanks.md'
- Help & Support: 'Help_And_Support/temp.md'
extra:
generator: false
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/Y8TGmMh47r
markdown_extensions:
- codehilite
- toc
- tables
- admonition
- footnotes
- abbr
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
copyright: RuneScape is a registered trademark of Jagex Ltd. | Use of PowBot and its services is not endorsed or recommended by Jagex Ltd.