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