Add api refrence to useEntity

Signed-off-by: Michael Stergianis <mstergianis@vmware.com>
This commit is contained in:
Michael Stergianis
2021-09-17 15:50:05 -04:00
parent d646407c76
commit 252ffd7fdb
@@ -31,7 +31,7 @@ Creating the plugin...
### Reading entities from within your plugin
You can access the currently selected entity using the backstage api
`useEntity`. For example,
[`useEntity`](../reference/plugin-catalog-react.useentity.md). For example,
```tsx
import { useEntity } from '@backstage/plugin-catalog-react';