3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-15 10:45:01 +00:00

fix: add "common" plugin to docs

This commit is contained in:
Dragory 2025-06-01 00:29:00 +00:00
parent b91a068e03
commit 00f9b9f814
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ import { ZeppelinPluginDocs } from "../../types.js";
import { zCommonConfig } from "./types.js";
export const commonPluginDocs: ZeppelinPluginDocs = {
type: "internal",
type: "stable",
configSchema: zCommonConfig,
prettyName: "Common",