mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate, include docfx config
This commit is contained in:
parent
6e486d0cea
commit
c59f53db2f
384 changed files with 248388 additions and 1052 deletions
5
api/.gitignore
vendored
Normal file
5
api/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
###############
|
||||
# temp file #
|
||||
###############
|
||||
*.yml
|
||||
.manifest
|
||||
4
api/index.md
Normal file
4
api/index.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Dalamud Plugin API
|
||||
This is the documentation for the publicly accessible Dalamud plugin API. See the [market board plugin](https://github.com/goaaats/Dalamud.MbPlugin) as an example.
|
||||
|
||||
All plugins have to implement the [IDalamudPlugin interface](Dalamud.Plugin.IDalamudPlugin.yml) that gives them access to objects like the chat command manager and game client information.
|
||||
Loading…
Add table
Add a link
Reference in a new issue