docs: clean up configuration folder (#7426)

* remove-config-pages

* redirect-and-remove-from-sidebars

* add-note-about-backend-only

* redirects-and-sidebar

* fix-plaintext-linting-errors

* cli-page
This commit is contained in:
Mendon Kissling 2025-04-07 17:10:09 -04:00 committed by GitHub
commit eb4e6ae87e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 48 additions and 247 deletions

View file

@ -37,7 +37,7 @@ The **JavaScript API** tab displays code to interact with your flow in JavaScrip
1. Copy and paste the code into a JavaScript file.
2. Run the script.
```plain
```text
node test-script.js "tell me about something interesting"
```