81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"analytics": {
|
|
"package": "@docmd/plugin-analytics",
|
|
"description": "Analytics injection plugin for docmd",
|
|
"configKey": "analytics",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"git": {
|
|
"package": "@docmd/plugin-git",
|
|
"description": "Git integration with last-updated timestamps and commit history",
|
|
"configKey": "git",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"search": {
|
|
"package": "@docmd/plugin-search",
|
|
"description": "Local search implementation for docmd",
|
|
"configKey": "search",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"seo": {
|
|
"package": "@docmd/plugin-seo",
|
|
"description": "SEO meta tag generator for docmd",
|
|
"configKey": "seo",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"sitemap": {
|
|
"package": "@docmd/plugin-sitemap",
|
|
"description": "Sitemap generator for docmd",
|
|
"configKey": "sitemap",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"mermaid": {
|
|
"package": "@docmd/plugin-mermaid",
|
|
"description": "Mermaid.js diagram support for docmd",
|
|
"configKey": "mermaid",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"openapi": {
|
|
"package": "@docmd/plugin-openapi",
|
|
"description": "OpenAPI / Swagger spec rendering for docmd",
|
|
"configKey": "openapi",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"llms": {
|
|
"package": "@docmd/plugin-llms",
|
|
"description": "LLM integration plugin for docmd",
|
|
"configKey": "llms",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"okf": {
|
|
"package": "@docmd/plugin-okf",
|
|
"description": "Open Knowledge Format (OKF) bundle generator for AI-agent consumption",
|
|
"configKey": "okf",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"pwa": {
|
|
"package": "@docmd/plugin-pwa",
|
|
"description": "Progressive Web App support for docmd",
|
|
"configKey": "pwa",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"threads": {
|
|
"package": "@docmd/plugin-threads",
|
|
"description": "Inline discussion threads for docmd",
|
|
"configKey": "threads",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"math": {
|
|
"package": "@docmd/plugin-math",
|
|
"description": "Math rendering support for docmd using KaTeX",
|
|
"configKey": "math",
|
|
"defaultConfig": "{}"
|
|
},
|
|
"summer": {
|
|
"package": "@docmd/template-summer",
|
|
"description": "Summer template — bright, hopeful, summer-feel layout with top search bar and halo accents",
|
|
"kind": "template",
|
|
"configKey": "summer",
|
|
"templateName": "summer"
|
|
}
|
|
} |