* Added docs with new screenshots * Added doc to architecture * Added documentations to various extension modules * Added more documentation to modes * Added docs to managers * Added docs for services * Fixed deployment docs * Added white labelling documentation * Added i18n docs and measurement export
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Manager</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<a href="./extension.md">
|
|
Extension Manager
|
|
</a>
|
|
</td>
|
|
<td>
|
|
Aggregating and exposing modules and features through out the app
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="./service.md">
|
|
Services Manager
|
|
</a>
|
|
</td>
|
|
<td>
|
|
Single point of registration for all internal and external services
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="./commands.md">
|
|
Commands Manager
|
|
</a>
|
|
</td>
|
|
<td>
|
|
Register commands with specific context and run commands in the app
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="./hotkeys.md">
|
|
Hotkeys Manager
|
|
</a>
|
|
</td>
|
|
<td>
|
|
For keyboard keys assignment to commands
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|