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