Skip to content

DanderBot/wow-api-changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoW API Changes

A living reference of World of Warcraft Lua API changes between game builds, for addon developers.

📖 Live site: https://danderbot.github.io/wow-api-changes/

Each patch page lists new / changed / removed functions, events, structs, and enums — with full signatures — compiled from Blizzard's API documentation files (Blizzard_APIDocumentationGenerated) and addon source between two builds.

Patches

How it's built

The site is built with MkDocs Material and auto-deployed to GitHub Pages by a GitHub Action on every push to main. The contents page (left nav + per-page table of contents) and the search box are generated automatically from the markdown.

Local preview

pip install -r requirements.txt
mkdocs serve

Then open http://127.0.0.1:8000/.

Contributing

Spotted an error or have a correction for a PTR change? Open an issue or a pull request against the relevant docs/patches/<version>.md file.

About

Living reference of WoW Lua API changes between game builds, for addon developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages