- Familiarity with Mintlify documentation.
- Dune Docs repo and GitHub setup are already completed.
-
Copy an Existing Chain’s Folder
- Navigate to
data-catalog -> evm -> abstract
. - Copy and paste the
abstract
folder.
- Navigate to
-
Rename the Folder
- Rename the copied folder to the name of the new chain (e.g.,
unichain
).
- Rename the copied folder to the name of the new chain (e.g.,
-
Replace References to the Original Chain
- Perform a mass replace of the old chain’s name with the new chain’s name (e.g., replace "abstract" with "unichain").
-
Edit the Overview Page
- Update
overview.mdx
with information on the new chain. - Use the chain’s documentation and tools like ChatGPT to craft a similar overview page that aligns with Dune Docs’ style.
- Update
-
Generate Table Previews
- Use the
hot-docs
repository (link here) and run theshow_table_preview.py
script to generate table previews for the new chain. - If needed, request access to the
hot-docs
repo from Florian.
- Use the
-
Sanity Check
- Run
mintlify dev
and check the docs locally athttps://localhost:3000/
to ensure everything displays correctly.
- Run
-
Copy an Existing Chain’s Folder
- Navigate to
data-catalog -> stellar
. - Copy and paste the
stellar
folder.
- Navigate to
-
Rename the Folder
- Rename the copied folder to the new chain’s name (e.g.,
sui
).
- Rename the copied folder to the new chain’s name (e.g.,
-
Replace References to the Original Chain
- Perform a mass replace of the old chain’s name with the new chain’s name (e.g., replace "stellar" with "sui").
-
Add New Table Files
- Non-EVM chains may have custom tables that require new files. Create these as necessary.
-
Generate Table Schemas and Column Definitions
- Use the
hot-docs
repo (link here) and follow the steps to run thehot-docs-custom-pipeline.py
script for generating table schemas and column definitions. - Request access to the
hot-docs
repo from Florian if needed.
- Use the
-
Generate Table Previews
- Use the
show_table_preview.py
script inhot-docs
to generate table previews.
- Use the