For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
edda dev
Start a local Edda preview server with hot reload so you can write MDX and see production-quality docs update as you save.
Run the full Edda rendering engine locally so you can preview your documentation as you write.
Start edda dev while editing MDX so you see the same components, navigation, and search behavior as production. The file watcher reloads content changes automatically, and updates to docs.json trigger a full reload so sidebar and branding changes show up immediately.
A common loop: run edda validate once after editing config, then edda dev and keep the preview open while you write. When pages look right locally, deploy with edda push. If the server fails to start, check that docs.json exists (run edda new if you are starting from scratch).
edda devHow it works
The dev server starts a local Next.js instance that renders your documentation with the same engine used in production. A file watcher monitors your docs directory and triggers automatic browser refreshes when content changes. Changes to docs.json trigger a full server reload.
Options
Published with Edda