Skip to content

Repository files navigation

docs

Source for docs.rhinestone.dev — Rhinestone's developer documentation. Pages are MDX, grouped into a directory per product area; prose is linted with Vale.

docs.json defines navigation, theming and redirects. A new page needs an entry there or it will not appear on the site — adding the file alone is not enough.

Running locally

bunx mintlify dev                  # local preview on :3000
bunx mintlify dev --port 3333      # custom port
bunx mintlify broken-links         # check for broken links

Mintlify requires Node 22 LTS — if you have several Node versions installed, make sure 22 is active before running the preview.

Publishing

Changes deploy automatically on push to the default branch, via the Mintlify GitHub App.

Where to go next

AGENTS.md — writing conventions, component usage, and Mintlify gotchas (including a stale-compile trap where mintlify dev reports a parsing error for MDX that is actually valid).

About

Source for docs.rhinestone.dev

Resources

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from mintlify/starter