From 50c0ade86b875e933012265463bf9ed70bfa1083 Mon Sep 17 00:00:00 2001 From: Hemang Sarkar Date: Wed, 27 Nov 2024 12:40:39 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.