Updated the user guide with new article + updated old content (#16955)

- more details on rate at which messages are imported from Gmail
- Settings -> Release deprecated to Settings -> Updates => this leads to
updating the file title, file name and the navigation files
- Support & Documentation accessible via Settings and no longer the nav
bar
- updated features out of the lab
- no more integration page
- added a new article with step by step on how to notify a teammate of a
note to review

docs.json is updated only for the English part

---------

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
StephanieJoly4
2026-01-07 15:17:13 +01:00
committed by GitHub
parent 81afc8b9ca
commit 701a713042
18 changed files with 233 additions and 83 deletions
@@ -6,9 +6,6 @@ image: /images/user-guide/workflows/workflow.png
Iterator lets you loop through an array of records and perform actions on each one. It's essential for workflows that need to process multiple records returned by Search Records or received via webhooks.
<Note>
Iterator is currently in beta. Activate it under **Settings → Releases → Lab**.
</Note>
## When to Use Iterator