From eae31c8e37d5c62f297486260d6f3a80ec00f705 Mon Sep 17 00:00:00 2001 From: Eric Holscher <25510+ericholscher@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:43:16 -0700 Subject: [PATCH] Add deployment link to README (#350) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 78f62df..149675d 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,7 @@ powered by Elasticsearch. - Run `npm install` to install dependencies - Run `npm run dev` to start the local dev server. While this can run without a local Read the Docs development instance, not everything will work. - Run `npm test` to run the test suite, using web-test-runner. You can run also `npm run test:dev` to leave tests running in watch mode or `npm run test:debug` to manually test the suite in a browser. + +## Deployment + +Deploy documentation is available in our published docs here: https://readthedocs-addons.readthedocs.io/releasing.html