From 522e2dbd390dd640cb30c4367671740451ed027d Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Mon, 18 Mar 2024 13:12:57 -0700 Subject: [PATCH] Adds developer docs web link (#6117) Signed-off-by: Ashwin P Chandran --- DEVELOPER_GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 366445b4513b..49f3caa668e3 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -26,6 +26,8 @@ This guide applies to all development within the OpenSearch Dashboards project a - [React](#react) - [API endpoints](#api-endpoints) +> To view these docs and all the readme's in this repository as webpages, visit https://opensearch-project.github.io/OpenSearch-Dashboards/docs/index.html#/ + ## Getting started guide This guide is for any developer who wants a running local development environment where you can make, see, and test changes. It's opinionated to get you running as quickly and easily as possible, but it's not the only way to set up a development environment.