Like every other part of Furya, our documentation is open-source. Read on to learn how to make edits or even write entirely new docs for Furya!
@nimrostafarian
or @squiggly-line
. Once the pull request is merged, your changes will be live on the site!
---
at the start and end. Here are basics to get you started:
Once you add a new page in the appropriate folder in our docs
directory, you’ll need to add it to our site navigation. That is accomplished through the mint.json
file in the root of our docs
directory.
You’ll need to add a new entry to the pages
array in that file. The path
should be the relative path to your new page, and the title
should be the title of your page. Paths in mint.json
should not include file extensions.
The best way to understand the structure is to read about it in the Mintlify docs and to take a look at our mint.json
file here.
cd furya-chain/docs
+ mintlify dev
and you’ll be able to navigate to a live version at localhost:3000
.