Skip to content

Commit

Permalink
Added more information to docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-of-codecraft committed Mar 15, 2024
1 parent 406f79c commit d438bcf
Show file tree
Hide file tree
Showing 4 changed files with 1,342 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
- [Vehicle](./classes/Vehicle.md)
- [WorldObject](./classes/WorldObject.md)
- [WorldPacket](./classes/WorldPacket.md)
- WoW API
- [Model](./wowapi/classes/Model.md)
- Events
- Enums
- [Eluna Specific](./enums/Common.md)
- [Eluna](./enums/Common.md)
- Examples
- [AIO Slot Machine](./examples/aio.slotmachine.md)
- Release Notes
Expand Down
3 changes: 2 additions & 1 deletion docs/enums/Common.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Eluna Enums
## Enums
This highlights the list of all available ids that are associated to an enum in Typescript. These map to the underlying IDs in the core:


| Enum Name | Value | Description |
|----------------------|----------------------------|-----------------------------------------------|
| CorpseType | | |
Expand Down
Empty file.
Loading

0 comments on commit d438bcf

Please sign in to comment.