refine icon indicating copy to clipboard operation
refine copied to clipboard

[DOC] Data Fetching page link to DataProvider interface is broken

Open BenMusch opened this issue 1 year ago • 3 comments

Documentation issue

On this page: https://refine.dev/docs/guides-concepts/data-fetching/

The docs say:

To manage data, Refine needs a data provider, which is a function that implements the DataProvider interface.

However, the link (https://refine.dev/docs/core/interface-references/#dataprovider) is broken. While the interface-references page exists, there is no #dataprovider element and no documentation on the DataProvider interface

Describe the thing to improve

The link should go somewhere useful or not exist

Describe the solution (optional)

Either the DataProvider interface should be documented and linked, or this sentence should be re-written. I am new to this project so I'm not sure if the issue is that this interface does exist and is undocumented or if it doesn't exist at all

BenMusch avatar Feb 02 '24 16:02 BenMusch

Hey @BenMusch thanks for the report! We'll check it and get back to you.

BatuhanW avatar Feb 05 '24 17:02 BatuhanW

We are accepting pull requests for this one. The task is as simple as adding DataProvider interface definition to interface-references page in our documentation.

BatuhanW avatar Feb 12 '24 09:02 BatuhanW

Hi @BatuhanW can I work on this? Thanks!

ziqing26 avatar Feb 15 '24 08:02 ziqing26