This repository contains the documentation on Refine's Documentation Website as .mdx files.
To aquire the same docusaurus setup as us, please message @J4C0B3Y on discord to be added to the repo.
Alternatively you can just clone this repo and contribute directly without docusaurus, you just won't be able to see how your changes look.
- Clone
RefineDevelopment/Docusaurus
and cd into the directory. - Clone
RefineDevelopment/Documentation
into thedocs
folder of docusaurus.
Using your favorite package, install docusaurus' dependencies.
Example:
bun install
# OR
npm install
Similar to installing dependencies, here is how you can run the server.
bun start
# OR
npm start
Please 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.