docs: cross linking from features to setup

Summary: linking from feature page to setup instructions.

Reviewed By: jknoxville

Differential Revision: D15148032

fbshipit-source-id: 66dd2ca07a04d3ac1fb53ad95e91e6d8beb69706
This commit is contained in:
Daniel Büchele
2019-04-30 09:06:43 -07:00
committed by Facebook Github Bot
parent 478ea1c157
commit 79622ac19d
6 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ id: leak-canary-plugin
title: LeakCanary
---
→ [See setup instructions for the LeakCanary](setup/leak-canary-plugin.md)
The LeakCanary plugin provides developers with Flipper support for [LeakCanary](https://github.com/square/leakcanary), an open source memory leak detection library.
Leaks detected by LeakCanary will appear automatically in Flipper. Each leak will display a hierarchy of objects, beginning from the garbage collector root and ending at the leaked class.