Knowledge Base Plugin
In-app knowledge base with categorized articles for self-service support.
Overviewโ
The Knowledge Base plugin provides a structured help center within the application:
- Categories โ organize articles by topic
- Articles โ searchable help content
- Authors โ track article contributors
Featuresโ
| Feature | Description |
|---|---|
| Article editor | Rich text article editing |
| Categories | Hierarchical topic organization |
| Search | Full-text article search |
| Draft/Published | Article lifecycle management |
| Multilingual | Articles in multiple languages |
APIโ
GET /api/knowledge-baseโ list categoriesGET /api/knowledge-base/:idโ get categoryPOST /api/knowledge-baseโ create categoryGET /api/knowledge-base-articleโ list articlesPOST /api/knowledge-base-articleโ create article
Related Pagesโ
- Plugin Development Guide โ build custom plugins