From ea0982eede9c39f04a96260748ace3f40d5bde0a Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Mon, 16 Oct 2023 14:21:36 -0700 Subject: [PATCH] update CONTRIBUTING.md (#11872) Adding description of the `View deployment` button on the PR page. This nice feature was not documented. --------- Co-authored-by: Erick Friis --- .github/CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2a7bcd04e7bcb..c00132026abb4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -289,6 +289,13 @@ make docs_linkcheck make api_docs_linkcheck ``` +### Verify Documentation changes + +After pushing documentation changes to the repository, you can preview and verify that the changes are +what you wanted by clicking the `View deployment` or `Visit Preview` buttons on the pull request `Conversation` page. +This will take you to a preview of the documentation changes. +This preview is created by [Vercel](https://vercel.com/docs/getting-started-with-vercel). + ## 🏭 Release Process As of now, LangChain has an ad hoc release process: releases are cut with high frequency by