-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
48 lines (44 loc) · 1.33 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
site_name: MaNGOS Playerbot Lua Scripting Documentation
site_url: https://nate123456.github.io/playerbot-lua/
nav:
- Home: index.md
- API:
- api/index.md
- Globals:
- api/globals/index.md
- wow: api/globals/wow.md
- store: api/globals/store.md
- Types:
- Player: api/types/player.md
- Unit: api/types/unit.md
- Item: api/types/item.md
- Aura: api/types/aura.md
- Creature: api/types/creature.md
- Pet: api/types/pet.md
- Object: api/types/object.md
- Game Object: api/types/game_object.md
- World Object: api/types/world_object.md
- Position: api/types/position.md
- Movement Policy: api/types/movement_policy.md
- Enums:
- api/enums/index.md
- Classes: api/enums/classes.md
- Creature Types: api/enums/spell_results.md
- Dispel Types: api/enums/dispel_types.md
- Equip Slot: api/enums/equip_slot.md
- Raid Icons: api/enums/spell_results.md
- Specializations: api/enums/specs.md
- Spell Results: api/enums/spell_results.md
theme:
name: material
palette:
scheme: slate
features:
- navigation.indexes
markdown_extensions:
- tables
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
repo_url: https://github.com/nate123456/playerbot-lua/
repo_name: nate123456/playerbot-lua