diff --git a/docs/README.md b/docs/README.md index ed22948..eedbc2f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,8 @@ Documentation for the Invariant SDK. +To view the current deployed version [visit](https://explorer.invariantlabs.ai/docs/). + To locally serve a live version of the documentation, run the following command in this directory: ```bash @@ -11,5 +13,4 @@ docker run -it -p 8000:8000 -e DEV_MODE=true -v .:/docs/ invariant-docs With `DEV_MODE=true` and the mounted volume, the documentation will reflect changes made to the markdown files in real-time. -For deployment, we build the Docker image and push it to the registry: - +For deployment, we build the Docker image and push it to the registry.