This repository contains the documentation on Refine's Documentation Website as .mdx files.
Using your favorite package manager, install docusaurus' dependencies.
Example:
bun install
# OR
npm installSimilar to installing dependencies, here is how you can run the server.
bun start
# OR
npm startPlease look at the existing products to see the layout and structure of pages.
Once you are finished, make a pull request with your changes and it will be reviewed. You can message @J4C0B3Y on discord once you have done this to speed up the review.