EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
knowledgeBase.js
Go to the documentation of this file.
1export default {
2 slug: 'knowledge-base',
3 title: 'Knowledge Base',
4 icon: 'menu_book',
5 summary: 'Create and maintain documentation for internal or customer use.',
6 image: '/images/docs/dashboard-kb.png',
7 sections: [
8 {
9 heading: 'Authoring',
10 list: [
11 'New article: Knowledge Base → New',
12 'Edit: Open an article and choose Edit',
13 'Search: Find articles by title or content'
14 ]
15 }
16 ]
17};