From 35c67650f0cc4afe0a6bb3fb19adcd16399a2d2e Mon Sep 17 00:00:00 2001 From: goaaats Date: Fri, 22 Mar 2024 21:40:38 +0100 Subject: [PATCH] remove api docs primer; now on dalamud.dev --- api/.gitignore | 5 ----- api/index.md | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 api/.gitignore delete mode 100644 api/index.md diff --git a/api/.gitignore b/api/.gitignore deleted file mode 100644 index e8079a3be..000000000 --- a/api/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -############### -# temp file # -############### -*.yml -.manifest diff --git a/api/index.md b/api/index.md deleted file mode 100644 index 0106350dc..000000000 --- a/api/index.md +++ /dev/null @@ -1,4 +0,0 @@ -# Dalamud Plugin API -This is the documentation for the publicly accessible Dalamud plugin API. See the [rich presence plugin](https://github.com/goaaats/Dalamud.RichPresence) 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. \ No newline at end of file