Skip to content

Commit

Permalink
[Doc] Make documentation easier to find from repo's root Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 authored Nov 24, 2023
1 parent 2d27c72 commit 0de65c0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This package provides a dataProvider, an authProvider, hooks and components to integrate [Supabase](https://supabase.io/) with [react-admin](https://marmelab.com/react-admin) when using its default UI ([ra-ui-materialui](https://github.com/marmelab/react-admin/tree/master/packages/ra-ui-materialui)).

[![Documentation]][DocumentationLink]
[![Source Code]][SourceCodeLink]

[Documentation]: https://img.shields.io/badge/Documentation-green?style=for-the-badge
[Source Code]: https://img.shields.io/badge/Source_Code-blue?style=for-the-badge

[DocumentationLink]: ./packages/ra-supabase/Readme.md 'Documentation'
[SourceCodeLink]: https://github.com/marmelab/ra-supabase/tree/main/packages/ra-supabase 'Source Code'

## Projects

- [ra-supabase](https://github.com/marmelab/ra-supabase/tree/main/packages/ra-supabase): Umbrella project that re-export the others.
Expand Down Expand Up @@ -161,4 +170,4 @@ export const MyAdmin = () => (
<Resource name="authors" list={ListGuesser} />
</Admin>
);
```
```

0 comments on commit 0de65c0

Please sign in to comment.