From 68537ea0a0fdcdafb488bed2193573de8d1770ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSid?= Date: Sat, 29 Nov 2025 14:51:56 -0500 Subject: [PATCH] add instructions to run docs locally --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..436270ae2 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,8 @@ +# Digger Docs + +These docs are built using a tool called [mintlify](https://www.mintlify.com/). + +To run the docs site locally: + +1. Install mintlify according to the instructions here: https://www.mintlify.com/docs/installation +2. Run `mint dev`