From 7abb3237e59c8614a03736b3e8b110f3db38789e Mon Sep 17 00:00:00 2001 From: kola-er Date: Thu, 5 Oct 2023 16:30:56 +0100 Subject: [PATCH] PDE-4295 Add docs for throttle configuration --- docs/index.html | 63 +++++++++++++++++++ packages/cli/README-source.md | 23 +++++++ packages/cli/README.md | 57 +++++++++++++++++ packages/cli/docs/index.html | 63 +++++++++++++++++++ .../cli/snippets/throttle-configuration.js | 33 ++++++++++ 5 files changed, 239 insertions(+) create mode 100644 packages/cli/snippets/throttle-configuration.js diff --git a/docs/index.html b/docs/index.html index fba7d925f..91f742f33 100644 --- a/docs/index.html +++ b/docs/index.html @@ -317,6 +317,7 @@
  • Accessing Environment Variables
  • +
  • Adding Throttle Configuration
  • Making HTTP Requests