This is the official blog for Diode, where we share insights about rebuilding the hardware toolchain.
Install the Mintlify CLI to preview the blog during development.
npm i -g mintlify
Run the following command at the root of your documentation (where docs.json is):
mintlify dev
Changes will be deployed to production automatically after pushing to the default branch.
You can also preview changes using PRs, which generates a preview link of the blog.
To add a new blog post:
- Create a new
.mdx
file in the root directory - Add frontmatter with title, description, author, and date
- Add the post to the navigation in
docs.json
- Update the homepage (
index.mdx
) to include a card for the new post