Move plugin docs to plugin folders
Summary: Moved plugin documentation and related assets to plugin folders, fixed links and configured redirects where required. Now these docs are used for both showing docs in Flipper and generating Flipper docs website. Reviewed By: passy Differential Revision: D29465567 fbshipit-source-id: 3ec4240b215b0d5baea5154f64266a9ba7ead3a5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4ad7a70ee3
commit
039d3a4a08
7
desktop/plugins/public/crash_reporter/docs/overview.mdx
Normal file
7
desktop/plugins/public/crash_reporter/docs/overview.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
|
||||
The Crash Reporter Plugin shows a notification in Flipper whenever an app crashes. You can click on the notification to see crash information like stacktrace and other metadata. For Android, you can click the "Open in Logs" button to jump to the row in the Logs plugin with the crash information.
|
||||
|
||||
<img alt="UI" src={useBaseUrl("img/crashreporterplugin.png")} />
|
||||
|
||||
<img alt="Notification" src={useBaseUrl("img/crashreporterpluginnotification.png")} />
|
||||
Reference in New Issue
Block a user