-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (63 loc) · 1.81 KB
/
Copy pathmkdocs.yml
File metadata and controls
70 lines (63 loc) · 1.81 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
site_name: WoW API Changes
site_description: A living reference of World of Warcraft Lua API changes between game builds (PTR and live), for addon developers.
site_url: https://danderbot.github.io/wow-api-changes/
repo_url: https://github.com/DanderBot/wow-api-changes
repo_name: DanderBot/wow-api-changes
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- search.share
- content.code.copy
plugins:
- search
markdown_extensions:
- toc:
permalink: true
- admonition
- attr_list
- tables
- pymdownx.details
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/peek.js
hooks:
- hooks/crosslink.py
nav:
- Home: index.md
- 12.1.0 (PTR):
- patches/12.1.0/index.md
- Auras & Cooldown Viewer: patches/12.1.0/auras.md
- Frames, UI & Secure: patches/12.1.0/frames.md
- Edit Mode & Misc: patches/12.1.0/edit-mode.md
- Pings: patches/12.1.0/pings.md
- Gameplay: patches/12.1.0/gameplay.md
- Social & Discord: patches/12.1.0/social.md
- Housing: patches/12.1.0/housing.md
- UI Building Blocks: patches/12.1.0/ui-blocks.md
- Globals & Constants: patches/12.1.0/globals.md
- Field-level Changes: patches/12.1.0/field-level.md