mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 13:55:03 +00:00
chore: reorganize plugin docs
This commit is contained in:
parent
dfdc6566cf
commit
460b65d1df
53 changed files with 382 additions and 288 deletions
|
@ -14,6 +14,7 @@ import { getRecentCasesByMod } from "./functions/getRecentCasesByMod.js";
|
|||
import { getTotalCasesByMod } from "./functions/getTotalCasesByMod.js";
|
||||
import { postCaseToCaseLogChannel } from "./functions/postToCaseLogChannel.js";
|
||||
import { CasesPluginType, zCasesConfig } from "./types.js";
|
||||
import { casesPluginDocs } from "./docs.js";
|
||||
|
||||
// The `any` cast here is to prevent TypeScript from locking up from the circular dependency
|
||||
function getLogsPlugin(): Promise<any> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue